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

/freebsd-10.0-release/contrib/libpcap/
H A Dppp.h55 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/freebsd-10.0-release/contrib/tcpdump/
H A Dppp.h62 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dprint-ppp.c102 { PPP_LCP, "LCP" },
487 case PPP_LCP:
1344 case PPP_LCP: /* fall through */
H A Dprint-juniper.c1024 case PPP_LCP :
/freebsd-10.0-release/sys/net/
H A Dppp_defs.h70 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dif_spppsubr.c111 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
396 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
575 sppp_cp_send (sp, PPP_LCP, PROTO_REJ,
580 case PPP_LCP:
1817 if (cp->proto != PPP_LCP)
1822 if (cp->proto != PPP_LCP)
1856 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1);
1859 if (cp->proto != PPP_LCP)
2361 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
2480 sppp_cp_send(sp, PPP_LCP, CONF_RE
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_async.c428 (u_char)(PPP_LCP >> 8),
429 (u_char)(PPP_LCP & 0xff)

Completed in 82 milliseconds