Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h70 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dif_spppsubr.c109 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
394 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
573 sppp_cp_send (sp, PPP_LCP, PROTO_REJ, in sppp_input()
578 case PPP_LCP: in sppp_input()
1793 if (cp->proto != PPP_LCP) in sppp_cp_input()
1798 if (cp->proto != PPP_LCP) in sppp_cp_input()
1835 if (cp->proto != PPP_LCP) in sppp_cp_input()
2334 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2464 sppp_cp_send (sp, PPP_LCP, CONF_ACK, in sppp_lcp_RCR()
4800 sppp_cp_send (sp, PPP_LCP, ECHO_REQ, in sppp_keepalive()
[all …]
/f-stack/freebsd/netgraph/
H A Dng_async.c426 (u_char)(PPP_LCP >> 8), in nga_rcv_sync()
427 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()