Included in: | call.h |
l2tp.h |
#define IPADDY( a )
struct buffer | |
{ | |
int type; | |
void* rstart; | |
void* rend; | |
void* start; | |
int len; | |
int maxlen; | |
struct sockaddr_in peer; | |
struct tunnel* tunnel; | |
int retries; | |
} |
struct ppp_opts | |
{ | |
char option[MAXSTRLEN]; | |
struct ppp_opts* next; | |
} |
Defined in: | network.c |
Defined in: | l2tpd.c |