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

/freebsd-10.0-release/sys/net/
H A Dif_spppsubr.c120 #define CONF_REJ 4 /* PPP configure reject */ macro
1616 case CONF_REJ:
1627 else /* CONF_REJ */
2361 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
2480 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
3026 sppp_cp_send (sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf);
3554 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf);
3601 type = CONF_REJ;
5264 case CONF_REJ: return "conf-rej";

Completed in 72 milliseconds