Searched refs:PPP_IPV6CP (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/libpcap/ |
| HD | ppp.h | 51 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | ppp.h | 55 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
|
| HD | print-ppp.c | 92 { PPP_IPV6CP, "IP6CP" }, 482 case PPP_IPV6CP: in handle_ctrl_proto() 1465 case PPP_IPV6CP: in handle_ppp()
|
| HD | print-juniper.c | 1077 case PPP_IPV6CP : in juniper_ppp_heuristic_guess()
|
| /freebsd-11-stable/sys/net/ |
| HD | ppp_defs.h | 76 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
|
| HD | if_spppsubr.c | 112 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro 415 PPP_IPV6CP, IDX_IPV6CP, 658 case PPP_IPV6CP: in sppp_input() 3529 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf); in sppp_ipv6cp_RCR() 3603 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, origlen, h+1); in sppp_ipv6cp_RCR() 3615 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, rlen, buf); in sppp_ipv6cp_RCR() 3824 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6CP], i, &opt); in sppp_ipv6cp_scr() 5362 case PPP_IPV6CP: return "ipv6cp"; in sppp_proto_name()
|