Lines Matching defs:lcp_header
240 struct lcp_header {
245 #define LCP_HEADER_LEN sizeof (struct lcp_header)
289 (*parse_confreq)(struct sppp *, struct lcp_header *, int,
291 void (*parse_confrej)(struct sppp *, struct lcp_header *, int);
292 void (*parse_confnak)(struct sppp *, struct lcp_header *, int);
409 sppp_lcp_confreq(struct sppp *, struct lcp_header *, int,
411 static void sppp_lcp_confrej(struct sppp *, struct lcp_header *, int);
412 static void sppp_lcp_confnak(struct sppp *, struct lcp_header *, int);
425 sppp_ipcp_confreq(struct sppp *, struct lcp_header *, int,
427 static void sppp_ipcp_confrej(struct sppp *, struct lcp_header *, int);
428 static void sppp_ipcp_confnak(struct sppp *, struct lcp_header *, int);
436 sppp_ipv6cp_confreq(struct sppp *, struct lcp_header *, int,
438 static void sppp_ipv6cp_confrej(struct sppp *, struct lcp_header *, int);
439 static void sppp_ipv6cp_confnak(struct sppp *, struct lcp_header *, int);
1385 struct lcp_header *lh;
1405 lh = (struct lcp_header *)(mtod(m, uint8_t *) + 2);
1412 lh = (struct lcp_header *)(h + 1);
1560 struct lcp_header *h;
1580 h = mtod(m, struct lcp_header *);
2106 struct lcp_header *h;
2124 h = mtod(m, struct lcp_header *);
2201 struct lcp_header *h;
2214 h = mtod(m, struct lcp_header *);
2542 sppp_lcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
2912 sppp_lcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
3002 sppp_lcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
3466 sppp_ipcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
3703 sppp_ipcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
3776 sppp_ipcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
4039 sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
4273 sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h, int len)
4335 sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h, int len)
4518 sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h,
4527 sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h,
4535 sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h,
4595 struct lcp_header *h;
4612 h = mtod(m, struct lcp_header *);
5026 struct lcp_header *h;
5049 h = mtod(m, struct lcp_header *);
5267 struct lcp_header *lh;
5288 lh = (struct lcp_header *)(mtod(m, uint8_t *)+2);
5297 lh = (struct lcp_header *)(h + 1);