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

Go to the source code of this file.

Functions

unsigned int vpe_client_index (void)
 
int pneum_connect (char *name)
 
int pneum_disconnect (void)
 
int pneum_read (char **data, int *l)
 
int pneum_write (char *data, int len)
 

Function Documentation

int pneum_connect ( char *  name)

Definition at line 119 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 154 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 179 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 221 of file pneum.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

unsigned int vpe_client_index ( void  )