Symbol: lcp_header
sys/net/if_spppsubr.c
1006
struct lcp_header *h;
sys/net/if_spppsubr.c
1019
h = mtod (m, struct lcp_header*);
sys/net/if_spppsubr.c
1786
sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
185
#define LCP_HEADER_LEN sizeof (struct lcp_header)
sys/net/if_spppsubr.c
1994
sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
2054
sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
208
int (*RCR)(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
209
void (*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
210
void (*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
2367
sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
2545
sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
259
int sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
2593
sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
260
void sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
261
void sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
277
int sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
278
void sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
279
void sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
2866
sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
293
int sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
294
void sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
295
void sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
sys/net/if_spppsubr.c
3036
sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
3075
sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
3238
sppp_ipv6cp_RCR(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
3245
sppp_ipv6cp_RCN_rej(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
3251
sppp_ipv6cp_RCN_nak(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
3374
struct lcp_header *h;
sys/net/if_spppsubr.c
3388
h = mtod (m, struct lcp_header*);
sys/net/if_spppsubr.c
3768
struct lcp_header *h;
sys/net/if_spppsubr.c
3781
h = mtod (m, struct lcp_header*);
sys/net/if_spppsubr.c
4070
struct lcp_header *lh;
sys/net/if_spppsubr.c
4085
lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);
sys/net/if_spppsubr.c
956
struct lcp_header *lh;
sys/net/if_spppsubr.c
969
lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);