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

/freebsd-10.0-release/sys/net/
H A Dif_spppsubr.c119 #define CONF_NAK 3 /* PPP configure negative ack */ macro
1615 case CONF_NAK:
1625 if (h->type == CONF_NAK)
2484 sppp_cp_send (sp, PPP_LCP, CONF_NAK, h->ident, rlen, buf);
3137 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf);
3609 type = CONF_NAK;
5263 case CONF_NAK: return "conf-nak";

Completed in 144 milliseconds