Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/freebsd/contrib/tcpdump/
H A Dppp.h59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dprint-ppp.c96 { PPP_LCP, "LCP" },
486 case PPP_LCP: in handle_ctrl_proto()
1469 case PPP_LCP: /* fall through */ in handle_ppp()
H A Dprint-juniper.c1156 case PPP_LCP : in juniper_ppp_heuristic_guess()
/freebsd/sys/net/
H A Dppp_defs.h68 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/freebsd/sys/netgraph/
H A Dng_async.c424 (u_char)(PPP_LCP >> 8), in nga_rcv_sync()
425 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()