Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_spppsubr.c117 #define CONF_REJ 4 /* PPP configure reject */ macro
1593 case CONF_REJ: in sppp_cp_input()
2338 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2457 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
3003 sppp_cp_send (sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf); in sppp_ipcp_RCR()
3531 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf); in sppp_ipv6cp_RCR()
3578 type = CONF_REJ; in sppp_ipv6cp_RCR()
5242 case CONF_REJ: return "conf-rej"; in sppp_cp_type_name()