Searched refs:PPP_LCP (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/libpcap/ |
| HD | ppp.h | 54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| /NextBSD/contrib/tcpdump/ |
| HD | ppp.h | 61 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| HD | print-ppp.c | 96 { PPP_LCP, "LCP" }, 477 case PPP_LCP: in handle_ctrl_proto() 1443 case PPP_LCP: /* fall through */ in handle_ppp()
|
| HD | print-juniper.c | 1032 case PPP_LCP : in juniper_ppp_heuristic_guess()
|
| /NextBSD/sys/net/ |
| HD | ppp_defs.h | 70 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| HD | if_spppsubr.c | 108 #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/ |
| HD | ng_async.c | 428 (u_char)(PPP_LCP >> 8), in nga_rcv_sync() 429 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()
|