Home
last modified time | relevance | path

Searched refs:lcp_header (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c172 struct lcp_header { struct
1334 struct lcp_header *lh; in sppp_cp_send()
1351 lh = (struct lcp_header*) (h + 1); in sppp_cp_send()
1386 struct lcp_header *h; in sppp_cp_input()
1398 h = mtod (m, struct lcp_header*); in sppp_cp_input()
3894 struct lcp_header *h; in sppp_chap_input()
3908 h = mtod (m, struct lcp_header*); in sppp_chap_input()
4301 struct lcp_header *h; in sppp_pap_input()
4320 h = mtod (m, struct lcp_header*); in sppp_pap_input()
4626 struct lcp_header *lh; in sppp_auth_send()
[all …]