ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Variables
sig.c File Reference
#include <signal.h>
#include "sig.h"
Include dependency graph for sig.c:

Go to the source code of this file.

Variables

int sig_alarm = SIGALRM
 
int sig_child = SIGCHLD
 
int sig_cont = SIGCONT
 
int sig_hangup = SIGHUP
 
int sig_int = SIGINT
 
int sig_pipe = SIGPIPE
 
int sig_term = SIGTERM
 
void(* sig_defaulthandler )() = SIG_DFL
 
void(* sig_ignorehandler )() = SIG_IGN
 

Variable Documentation

◆ sig_alarm

int sig_alarm = SIGALRM

Definition at line 6 of file sig.c.

◆ sig_child

int sig_child = SIGCHLD

Definition at line 7 of file sig.c.

◆ sig_cont

int sig_cont = SIGCONT

Definition at line 8 of file sig.c.

◆ sig_defaulthandler

void(* sig_defaulthandler) () = SIG_DFL

Definition at line 14 of file sig.c.

◆ sig_hangup

int sig_hangup = SIGHUP

Definition at line 9 of file sig.c.

◆ sig_ignorehandler

void(* sig_ignorehandler) () = SIG_IGN

Definition at line 15 of file sig.c.

◆ sig_int

int sig_int = SIGINT

Definition at line 10 of file sig.c.

◆ sig_pipe

int sig_pipe = SIGPIPE

Definition at line 11 of file sig.c.

◆ sig_term

int sig_term = SIGTERM

Definition at line 12 of file sig.c.