Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_spppsubr.c114 #define CONF_REJ 4 /* PPP configure reject */ macro
1120 case CONF_REJ: in sppp_cp_input()
1849 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
1947 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
2409 sppp_cp_send(sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf); in sppp_ipcp_RCR()
2915 sppp_cp_send(sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf); in sppp_ipv6cp_RCR()
2965 type = CONF_REJ; in sppp_ipv6cp_RCR()
4754 case CONF_REJ: return "conf-rej"; in sppp_cp_type_name()