Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c118 #define CONF_REJ 4 /* PPP configure reject */ macro
1592 case CONF_REJ: in sppp_cp_input()
2334 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2453 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2999 sppp_cp_send (sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf); in sppp_ipcp_RCR()
3526 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf); in sppp_ipv6cp_RCR()
3573 type = CONF_REJ; in sppp_ipv6cp_RCR()
5236 case CONF_REJ: return "conf-rej"; in sppp_cp_type_name()