Searched refs:PPP_LCP (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
H A Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/freebsd-13-stable/contrib/tcpdump/
H A Dppp.h59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dprint-ppp.c95 { PPP_LCP, "LCP" },
476 case PPP_LCP:
1461 case PPP_LCP: /* fall through */
H A Dprint-juniper.c1072 case PPP_LCP :
/freebsd-13-stable/sys/net/
H A Dppp_defs.h70 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dif_spppsubr.c109 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
394 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
573 sppp_cp_send (sp, PPP_LCP, PROTO_REJ,
578 case PPP_LCP:
1793 if (cp->proto != PPP_LCP)
1798 if (cp->proto != PPP_LCP)
1832 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1);
1835 if (cp->proto != PPP_LCP)
2334 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
2453 sppp_cp_send(sp, PPP_LCP, CONF_RE
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_async.c426 (u_char)(PPP_LCP >> 8),
427 (u_char)(PPP_LCP & 0xff)

Completed in 90 milliseconds