Lines Matching defs:lcp_header

180 struct lcp_header {
185 #define LCP_HEADER_LEN sizeof (struct lcp_header)
208 int (*RCR)(struct sppp *sp, struct lcp_header *h, int len);
209 void (*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len);
210 void (*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len);
258 int sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
259 void sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
260 void sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
276 int sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
277 void sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
278 void sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
292 int sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len);
293 void sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
294 void sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
935 struct lcp_header *lh;
948 lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);
985 struct lcp_header *h;
998 h = mtod (m, struct lcp_header*);
1765 sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
1973 sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
2033 sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
2346 sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
2524 sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
2572 sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
2845 sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len)
3015 sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
3054 sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
3217 sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h,
3224 sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h,
3230 sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h,
3353 struct lcp_header *h;
3367 h = mtod (m, struct lcp_header*);
3747 struct lcp_header *h;
3760 h = mtod (m, struct lcp_header*);
4049 struct lcp_header *lh;
4064 lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);