FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
pneum.h File Reference
+ Include dependency graph for pneum.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* pneum_callback_t) (unsigned char *data, int len)
 

Functions

int pneum_connect (char *name, char *chroot_prefix, pneum_callback_t cb)
 
int pneum_disconnect (void)
 
int pneum_read (char **data, int *l)
 
int pneum_write (char *data, int len)
 
void pneum_free (void *msg)
 
uwordpneum_msg_table_get_hash (void)
 
int pneum_msg_table_size (void)
 
uint32_t pneum_get_msg_index (unsigned char *name)
 

Typedef Documentation

typedef void(* pneum_callback_t) (unsigned char *data, int len)

Definition at line 21 of file pneum.h.

Function Documentation

int pneum_connect ( char *  name,
char *  chroot_prefix,
pneum_callback_t  cb 
)

Definition at line 129 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int pneum_disconnect ( void  )

Definition at line 164 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void pneum_free ( void *  msg)

Definition at line 69 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uint32_t pneum_get_msg_index ( unsigned char *  name)

Definition at line 256 of file pneum.c.

+ Here is the call graph for this function:

uword* pneum_msg_table_get_hash ( void  )

Definition at line 115 of file pneum.c.

+ Here is the caller graph for this function:

int pneum_msg_table_size ( void  )

Definition at line 122 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int pneum_read ( char **  data,
int *  l 
)

Definition at line 188 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int pneum_write ( char *  data,
int  len 
)

Definition at line 233 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: