lcp_header        199 net/if_spppsubr.c struct lcp_header {
lcp_header        204 net/if_spppsubr.c #define LCP_HEADER_LEN          sizeof (struct lcp_header)
lcp_header        237 net/if_spppsubr.c 	int	(*RCR)(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        238 net/if_spppsubr.c 	void	(*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        239 net/if_spppsubr.c 	void	(*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        317 net/if_spppsubr.c HIDE int sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        318 net/if_spppsubr.c HIDE void sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        319 net/if_spppsubr.c HIDE void sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        334 net/if_spppsubr.c HIDE int sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        335 net/if_spppsubr.c HIDE void sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len);
lcp_header        336 net/if_spppsubr.c HIDE void sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len);
lcp_header       1184 net/if_spppsubr.c 	struct lcp_header *lh;
lcp_header       1200 net/if_spppsubr.c 		lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);
lcp_header       1206 net/if_spppsubr.c 		lh = (struct lcp_header*) (h + 1);
lcp_header       1245 net/if_spppsubr.c 	struct lcp_header *h;
lcp_header       1258 net/if_spppsubr.c 	h = mtod (m, struct lcp_header*);
lcp_header       2004 net/if_spppsubr.c sppp_lcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
lcp_header       2212 net/if_spppsubr.c sppp_lcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
lcp_header       2272 net/if_spppsubr.c sppp_lcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
lcp_header       2581 net/if_spppsubr.c sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
lcp_header       2758 net/if_spppsubr.c sppp_ipcp_RCN_rej(struct sppp *sp, struct lcp_header *h, int len)
lcp_header       2800 net/if_spppsubr.c sppp_ipcp_RCN_nak(struct sppp *sp, struct lcp_header *h, int len)
lcp_header       3067 net/if_spppsubr.c 	struct lcp_header *h;
lcp_header       3081 net/if_spppsubr.c 	h = mtod (m, struct lcp_header*);
lcp_header       3477 net/if_spppsubr.c 	struct lcp_header *h;
lcp_header       3490 net/if_spppsubr.c 	h = mtod (m, struct lcp_header*);
lcp_header       3790 net/if_spppsubr.c 	struct lcp_header *lh;
lcp_header       3807 net/if_spppsubr.c 		lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);
lcp_header       3814 net/if_spppsubr.c 		lh = (struct lcp_header*)(h + 1);