lcp_header
struct lcp_header *lh;
lh = (struct lcp_header*) (h + 1);
struct lcp_header *h;
h = mtod (m, struct lcp_header*);
#define LCP_HEADER_LEN sizeof (struct lcp_header)
int (*RCR)(struct sppp *sp, struct lcp_header *h, int len);
void (*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len);
void (*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len);
sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
static int sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
static void sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
static void sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
static int sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
static void sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
static void sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
static int sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len);
static void sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
static void sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
struct lcp_header *h;
h = mtod (m, struct lcp_header*);
struct lcp_header *h;
h = mtod (m, struct lcp_header*);
struct lcp_header *lh;
lh = (struct lcp_header*)(h + 1);