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

/freebsd-10.0-release/contrib/libpcap/
H A Dppp.h52 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
/freebsd-10.0-release/contrib/tcpdump/
H A Dppp.h58 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
H A Dprint-ppp.c99 { PPP_IPV6CP, "IP6CP" },
493 case PPP_IPV6CP:
1348 case PPP_IPV6CP:
H A Dprint-juniper.c1030 case PPP_IPV6CP :
/freebsd-10.0-release/sys/net/
H A Dppp_defs.h76 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
H A Dif_spppsubr.c115 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
418 PPP_IPV6CP, IDX_IPV6CP,
661 case PPP_IPV6CP:
3554 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf);
3628 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, origlen, h+1);
3640 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, rlen, buf);
3849 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6CP], i, &opt);
5386 case PPP_IPV6CP: return "ipv6cp";

Completed in 98 milliseconds