Searched refs:CONF_REQ (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/net/ |
| D | if_spppsubr.c | 150 #define CONF_REQ 1 /* PPP configure request */ macro 1597 case CONF_REQ: in sppp_cp_input() 2125 if (h->type != CONF_REQ) { in sppp_rcr_event() 3300 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt); in sppp_lcp_scr() 3973 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->scp[IDX_IPCP].confid, i, &opt); in sppp_ipcp_scr() 4500 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->scp[IDX_IPV6CP].confid, i, &opt); in sppp_ipv6cp_scr() 6295 case CONF_REQ: return "conf-req"; in sppp_cp_type_name()
|