Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libpcap/
HDppp.h51 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
/freebsd-11-stable/contrib/tcpdump/
HDppp.h55 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
HDprint-ppp.c92 { PPP_IPV6CP, "IP6CP" },
482 case PPP_IPV6CP: in handle_ctrl_proto()
1465 case PPP_IPV6CP: in handle_ppp()
HDprint-juniper.c1077 case PPP_IPV6CP : in juniper_ppp_heuristic_guess()
/freebsd-11-stable/sys/net/
HDppp_defs.h76 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
HDif_spppsubr.c112 #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()