FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
sock_test.h File Reference
+ Include dependency graph for sock_test.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SOCK_TEST_AF_UNIX_FILENAME   "/tmp/ldp_server_af_unix_socket"
 
#define SOCK_TEST_MIXED_EPOLL_DATA   "Hello, world! (over an AF_UNIX socket)"
 
#define SOCK_TEST_AF_UNIX_ACCEPT_DATA   0xaf0000af
 
#define SOCK_TEST_AF_UNIX_FD_MASK   0x00af0000
 
#define SOCK_TEST_BANNER_STRING   "============================================\n"
 

Functions

static int sock_test_read (int fd, uint8_t *buf, uint32_t nbytes, vcl_test_stats_t *stats)
 
static int sock_test_write (int fd, uint8_t *buf, uint32_t nbytes, vcl_test_stats_t *stats, uint32_t verbose)
 

Macro Definition Documentation

#define SOCK_TEST_AF_UNIX_ACCEPT_DATA   0xaf0000af

Definition at line 27 of file sock_test.h.

#define SOCK_TEST_AF_UNIX_FD_MASK   0x00af0000

Definition at line 28 of file sock_test.h.

#define SOCK_TEST_AF_UNIX_FILENAME   "/tmp/ldp_server_af_unix_socket"

Definition at line 25 of file sock_test.h.

#define SOCK_TEST_BANNER_STRING   "============================================\n"

Definition at line 29 of file sock_test.h.

#define SOCK_TEST_MIXED_EPOLL_DATA   "Hello, world! (over an AF_UNIX socket)"

Definition at line 26 of file sock_test.h.

Function Documentation

static int sock_test_read ( int  fd,
uint8_t *  buf,
uint32_t  nbytes,
vcl_test_stats_t stats 
)
inlinestatic

Definition at line 33 of file sock_test.h.

+ Here is the caller graph for this function:

static int sock_test_write ( int  fd,
uint8_t *  buf,
uint32_t  nbytes,
vcl_test_stats_t stats,
uint32_t  verbose 
)
inlinestatic

Definition at line 70 of file sock_test.h.

+ Here is the caller graph for this function: