Go to the source code of this file.
|
#define | CI_MRU 1 /* Maximum Receive Unit */ |
|
#define | CI_ASYNCMAP 2 /* Async Control Character Map */ |
|
#define | CI_AUTHTYPE 3 /* Authentication Type */ |
|
#define | CI_QUALITY 4 /* Quality Protocol */ |
|
#define | CI_MAGICNUMBER 5 /* Magic Number */ |
|
#define | CI_PCOMPRESSION 7 /* Protocol Field Compression */ |
|
#define | CI_ACCOMPRESSION 8 /* Address/Control Field Compression */ |
|
#define | CI_CALLBACK 13 /* callback */ |
|
#define | PROTREJ 8 /* Protocol Reject */ |
|
#define | ECHOREQ 9 /* Echo Request */ |
|
#define | ECHOREP 10 /* Echo Reply */ |
|
#define | DISCREQ 11 /* Discard Request */ |
|
#define | CBCP_OPT 6 /* Use callback control protocol */ |
|
#define | DEFMRU 1500 /* Try for this */ |
|
#define | MINMRU 128 /* No MRUs below this */ |
|
#define | MAXMRU 16384 /* Normally limit MRU to this */ |
|
#define | DEFLOOPBACKFAIL 10 |
|
|
void | lcp_open (int) |
|
void | lcp_close (int, char *) |
|
void | lcp_lowerup (int) |
|
void | lcp_lowerdown (int) |
|
void | lcp_sprotrej (int, u_char *, int) |
|