Symbol: lcp_header
sys/net/if_spppsubr.c
1488
struct lcp_header *lh;
sys/net/if_spppsubr.c
1508
lh = (struct lcp_header *)(mtod(m, uint8_t *) + 2);
sys/net/if_spppsubr.c
1515
lh = (struct lcp_header *)(h + 1);
sys/net/if_spppsubr.c
1664
struct lcp_header *h;
sys/net/if_spppsubr.c
1678
h = mtod(m, struct lcp_header *);
sys/net/if_spppsubr.c
2194
struct lcp_header *h;
sys/net/if_spppsubr.c
2212
h = mtod(m, struct lcp_header *);
sys/net/if_spppsubr.c
2287
struct lcp_header *h;
sys/net/if_spppsubr.c
2300
h = mtod(m, struct lcp_header *);
sys/net/if_spppsubr.c
245
#define LCP_HEADER_LEN sizeof (struct lcp_header)
sys/net/if_spppsubr.c
2604
sppp_lcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sys/net/if_spppsubr.c
289
(*parse_confreq)(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
291
void (*parse_confrej)(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
292
void (*parse_confnak)(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
2968
sppp_lcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
3054
sppp_lcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
3508
sppp_ipcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sys/net/if_spppsubr.c
3743
sppp_ipcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
3815
sppp_ipcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
404
sppp_lcp_confreq(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
406
static void sppp_lcp_confrej(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
407
static void sppp_lcp_confnak(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
4089
sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sys/net/if_spppsubr.c
421
sppp_ipcp_confreq(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
423
static void sppp_ipcp_confrej(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
424
static void sppp_ipcp_confnak(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
432
sppp_ipv6cp_confreq(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
4322
sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
434
static void sppp_ipv6cp_confrej(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
435
static void sppp_ipv6cp_confnak(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
4383
sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
4555
sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
4564
sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
4572
sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
4633
struct lcp_header *h;
sys/net/if_spppsubr.c
4648
h = mtod(m, struct lcp_header *);
sys/net/if_spppsubr.c
5053
struct lcp_header *h;
sys/net/if_spppsubr.c
5073
h = mtod(m, struct lcp_header *);
sys/net/if_spppsubr.c
5282
struct lcp_header *lh;
sys/net/if_spppsubr.c
5301
lh = (struct lcp_header *)(mtod(m, uint8_t *)+2);
sys/net/if_spppsubr.c
5310
lh = (struct lcp_header *)(h + 1);