Searched refs:PPP_LCP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/libpcap/ |
| HD | ppp.h | 54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | ppp.h | 59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| HD | print-ppp.c | 95 { PPP_LCP, "LCP" }, 476 case PPP_LCP: in handle_ctrl_proto() 1461 case PPP_LCP: /* fall through */ in handle_ppp()
|
| HD | print-juniper.c | 1072 case PPP_LCP : in juniper_ppp_heuristic_guess()
|
| /freebsd-11-stable/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() 1792 if (cp->proto != PPP_LCP) in sppp_cp_input() 1797 if (cp->proto != PPP_LCP) in sppp_cp_input() 1831 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1); in sppp_cp_input() 1834 if (cp->proto != PPP_LCP) in sppp_cp_input() 2336 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR() 2455 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR() [all …]
|
| /freebsd-11-stable/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()
|