lcp_header
struct lcp_header *lh;
lh = (struct lcp_header *)(mtod(m, uint8_t *) + 2);
lh = (struct lcp_header *)(h + 1);
struct lcp_header *h;
h = mtod(m, struct lcp_header *);
struct lcp_header *h;
h = mtod(m, struct lcp_header *);
struct lcp_header *h;
h = mtod(m, struct lcp_header *);
#define LCP_HEADER_LEN sizeof (struct lcp_header)
sppp_lcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
(*parse_confreq)(struct sppp *, struct lcp_header *, int,
void (*parse_confrej)(struct sppp *, struct lcp_header *, int);
void (*parse_confnak)(struct sppp *, struct lcp_header *, int);
sppp_lcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sppp_lcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sppp_ipcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sppp_lcp_confreq(struct sppp *, struct lcp_header *, int,
static void sppp_lcp_confrej(struct sppp *, struct lcp_header *, int);
static void sppp_lcp_confnak(struct sppp *, struct lcp_header *, int);
sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sppp_ipcp_confreq(struct sppp *, struct lcp_header *, int,
static void sppp_ipcp_confrej(struct sppp *, struct lcp_header *, int);
static void sppp_ipcp_confnak(struct sppp *, struct lcp_header *, int);
sppp_ipv6cp_confreq(struct sppp *, struct lcp_header *, int,
sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h, int len)
static void sppp_ipv6cp_confrej(struct sppp *, struct lcp_header *, int);
static void sppp_ipv6cp_confnak(struct sppp *, struct lcp_header *, int);
sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h,
sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h,
sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h,
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 *)(mtod(m, uint8_t *)+2);
lh = (struct lcp_header *)(h + 1);