Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c117 #define CONF_NAK 3 /* PPP configure negative ack */ macro
1591 case CONF_NAK: in sppp_cp_input()
1601 if (h->type == CONF_NAK) in sppp_cp_input()
2457 sppp_cp_send (sp, PPP_LCP, CONF_NAK, h->ident, rlen, buf); in sppp_lcp_RCR()
3109 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf); in sppp_ipcp_RCR()
3581 type = CONF_NAK; in sppp_ipv6cp_RCR()
5235 case CONF_NAK: return "conf-nak"; in sppp_cp_type_name()