Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dragonfly/contrib/tcpdump/
H A Dppp.h59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dprint-ppp.c94 { PPP_LCP, "LCP" },
484 case PPP_LCP: in handle_ctrl_proto()
1456 case PPP_LCP: /* fall through */ in handle_ppp()
H A Dprint-juniper.c1171 case PPP_LCP : in juniper_ppp_heuristic_guess()
/dragonfly/sys/net/ppp_layer/
H A Dppp_defs.h68 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c99 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
370 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
507 sppp_cp_send (sp, PPP_LCP, PROTO_REJ, in sppp_input()
512 case PPP_LCP: in sppp_input()
1733 if (cp->proto != PPP_LCP) in sppp_cp_input()
1738 if (cp->proto != PPP_LCP) in sppp_cp_input()
1775 if (cp->proto != PPP_LCP) in sppp_cp_input()
2268 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2396 sppp_cp_send (sp, PPP_LCP, CONF_ACK, in sppp_lcp_RCR()
4735 sppp_cp_send (sp, PPP_LCP, ECHO_REQ, in sppp_keepalive()
[all …]
/dragonfly/sys/netgraph7/async/
H A Dng_async.c478 (u_char)(PPP_LCP >> 8), in nga_rcv_sync()
479 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()
/dragonfly/sys/netgraph/async/
H A Dng_async.c455 (u_char)(PPP_LCP >> 8), in nga_rcv_sync()
456 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()