Searched refs:lcp_header (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/net/ |
| HD | if_spppsubr.c | 182 struct lcp_header { struct 187 #define LCP_HEADER_LEN sizeof (struct lcp_header) argument 220 int (*RCR)(struct sppp *sp, struct lcp_header *h, int len); 221 void (*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len); 222 void (*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len); 294 static int sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len); 295 static void sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len); 296 static void sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len); 311 static int sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len); 312 static void sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len); [all …]
|