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

/freebsd-13-stable/contrib/libpcap/
H A Dppp.h43 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
/freebsd-13-stable/contrib/tcpdump/
H A Dppp.h47 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
H A Dprint-ppp.c84 { PPP_IPCP, "IPCP" },
479 case PPP_IPCP:
1462 case PPP_IPCP:
H A Dprint-juniper.c1069 case PPP_IPCP :
/freebsd-13-stable/sys/net/
H A Dppp_defs.h66 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
H A Dif_spppsubr.c112 #define PPP_IPCP 0x8021 /* Internet Protocol Control Protocol */ macro
402 PPP_IPCP, IDX_IPCP,
596 case PPP_IPCP:
2999 sppp_cp_send (sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf);
3109 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf);
3113 sppp_cp_send (sp, PPP_IPCP, CONF_ACK,
3302 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt);
5355 case PPP_IPCP: return "ipcp";

Completed in 88 milliseconds