FD.io VPP  v16.06
Vector Packet Processing
unix.h File Reference
+ Include dependency graph for unix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

clib_error_tunix_file_n_bytes (char *file, uword *result)
 
clib_error_tunix_file_read_contents (char *file, u8 *result, uword n_bytes)
 
clib_error_tunix_file_contents (char *file, u8 **result)
 
clib_error_tunix_proc_file_contents (char *file, u8 **result)
 

Function Documentation

clib_error_t* unix_file_contents ( char *  file,
u8 **  result 
)

Definition at line 104 of file unix-misc.c.

+ Here is the call graph for this function:

clib_error_t* unix_file_n_bytes ( char *  file,
uword result 
)

Definition at line 48 of file unix-misc.c.

+ Here is the caller graph for this function:

clib_error_t* unix_file_read_contents ( char *  file,
u8 result,
uword  n_bytes 
)

Definition at line 63 of file unix-misc.c.

+ Here is the caller graph for this function:

clib_error_t* unix_proc_file_contents ( char *  file,
u8 **  result 
)

Definition at line 126 of file unix-misc.c.

+ Here is the call graph for this function: