FD.io VPP  v20.09-64-g4f7b92f0a
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_tclib_file_n_bytes (char *file, uword *result)
 
clib_error_tclib_file_read_contents (char *file, u8 *result, uword n_bytes)
 
clib_error_tclib_file_contents (char *file, u8 **result)
 
clib_error_tunix_proc_file_contents (char *file, u8 **result)
 

Function Documentation

◆ clib_file_contents()

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

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

+ Here is the call graph for this function:

◆ clib_file_n_bytes()

clib_error_t* clib_file_n_bytes ( char *  file,
uword result 
)

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

+ Here is the caller graph for this function:

◆ clib_file_read_contents()

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

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

+ Here is the caller graph for this function:

◆ unix_proc_file_contents()

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

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

+ Here is the caller graph for this function: