File misc.h

Included in: call.h
  l2tp.h

Preprocessor definitions

#define _MISC_H

#define IPADDY( a )

#define DEBUG

#define LOG_DEBUG 7

#define LOG_LOG 6

#define LOG_WARN 4

#define LOG_CRIT 2

#define halt


Type struct buffer

struct buffer
struct buffer 
   { 
     int type; 
     void* rstart; 
     void* rend; 
     void* start; 
     int len; 
     int maxlen; 
     struct sockaddr_in peer; 
     struct tunnel* tunnel; 
     int retries; 
   } 

Type struct ppp_opts

struct ppp_opts
struct ppp_opts 
   { 
     char option[MAXSTRLEN]; 
     struct ppp_opts* next; 
   } 

External Variables

hostname
extern char hostname[]
Defined in: network.c

args
extern char* args
Defined in: l2tpd.c