Home
last modified time | relevance | path

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

/NextBSD/contrib/libpcap/
HDppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/NextBSD/contrib/tcpdump/
HDppp.h61 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
HDprint-ppp.c96 { PPP_LCP, "LCP" },
477 case PPP_LCP: in handle_ctrl_proto()
1443 case PPP_LCP: /* fall through */ in handle_ppp()
HDprint-juniper.c1032 case PPP_LCP : in juniper_ppp_heuristic_guess()
/NextBSD/sys/net/
HDppp_defs.h70 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
HDif_spppsubr.c108 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
393 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
572 sppp_cp_send (sp, PPP_LCP, PROTO_REJ, in sppp_input()
577 case PPP_LCP: in sppp_input()
1794 if (cp->proto != PPP_LCP) in sppp_cp_input()
1799 if (cp->proto != PPP_LCP) in sppp_cp_input()
1833 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1); in sppp_cp_input()
1836 if (cp->proto != PPP_LCP) in sppp_cp_input()
2338 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2457 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
[all …]
/NextBSD/sys/netgraph/
HDng_async.c428 (u_char)(PPP_LCP >> 8), in nga_rcv_sync()
429 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()