FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
socket_echo_server.c File Reference
+ Include dependency graph for socket_echo_server.c:

Go to the source code of this file.

Functions

static void unix_signal_handler (int signum, siginfo_t *si, ucontext_t *uc)
 
static void setup_signal_handler (void)
 
int main (int argc, char *argv[])
 

Variables

volatile int signal_received
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 75 of file socket_echo_server.c.

+ Here is the call graph for this function:

static void setup_signal_handler ( void  )
static

Definition at line 36 of file socket_echo_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unix_signal_handler ( int  signum,
siginfo_t *  si,
ucontext_t *  uc 
)
static

Definition at line 30 of file socket_echo_server.c.

+ Here is the caller graph for this function:

Variable Documentation

volatile int signal_received

Definition at line 27 of file socket_echo_server.c.