VSF Documented
Data Structures | Macros | Typedefs | Functions | Variables
sendfile.h File Reference
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "../sys/types.h"

Go to the source code of this file.

Data Structures

struct  vsf_linux_sys_sendfile_vplt_t
 

Macros

#define sendfile   VSF_LINUX_WRAPPER(sendfile)
 

Typedefs

typedef struct vsf_linux_sys_sendfile_vplt_t vsf_linux_sys_sendfile_vplt_t
 

Functions

ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count)
 

Variables

__VSF_VPLT_DECORATOR__ vsf_linux_sys_sendfile_vplt_t vsf_linux_sys_sendfile_vplt
 

Macro Definition Documentation

◆ sendfile

#define sendfile   VSF_LINUX_WRAPPER(sendfile)

Typedef Documentation

◆ vsf_linux_sys_sendfile_vplt_t

Function Documentation

◆ sendfile()

ssize_t sendfile ( int  out_fd,
int  in_fd,
off_t offset,
size_t  count 
)

Variable Documentation

◆ vsf_linux_sys_sendfile_vplt

__VSF_VPLT_DECORATOR__ vsf_linux_sys_sendfile_vplt_t vsf_linux_sys_sendfile_vplt
extern