HomeSort by: relevance | last modified time | path
    Searched refs:PPP_LCP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
ppp_defs.h 96 #define PPP_LCP 0xc021 /* Link Control Protocol */
if_spppsubr.c 500 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
700 sppp_cp_send(sp, PPP_LCP, PROTO_REJ,
711 case PPP_LCP:
1702 if (cp->proto != PPP_LCP)
1707 if (cp->proto != PPP_LCP)
1740 sppp_cp_send(sp, PPP_LCP, ECHO_REPLY, h->ident, len - 4,
1744 if (cp->proto != PPP_LCP)
1848 if (cp->proto == PPP_LCP)
3300 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt);
5538 sppp_cp_send(sp, PPP_LCP, ECHO_REQ
    [all...]
if_ppp.c 1208 if (protocol != PPP_LCP && protocol != PPP_CCP &&
1244 protocol != PPP_LCP) {
  /src/sys/kern/
uipc_mbufdebug.c 398 case PPP_LCP:

Completed in 19 milliseconds