Searched refs:CONF_REQ (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_spppsubr.c | 115 #define CONF_REQ 1 /* PPP configure request */ macro 1482 case CONF_REQ: in sppp_cp_input() 2784 sppp_cp_send (sp, PPP_LCP, CONF_REQ, sp->confid[IDX_LCP], i, &opt); in sppp_lcp_scr() 3302 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt); in sppp_ipcp_scr() 3821 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6CP], i, &opt); in sppp_ipv6cp_scr() 5233 case CONF_REQ: return "conf-req"; in sppp_cp_type_name()
|