Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c116 #define CONF_ACK 2 /* PPP configure acknowledge */ macro
1547 case CONF_ACK: in sppp_cp_input()
2464 sppp_cp_send (sp, PPP_LCP, CONF_ACK, in sppp_lcp_RCR()
3113 sppp_cp_send (sp, PPP_IPCP, CONF_ACK, in sppp_ipcp_RCR()
3538 type = CONF_ACK; in sppp_ipv6cp_RCR()
3560 type = CONF_ACK; in sppp_ipv6cp_RCR()
3597 if (rlen == 0 && type == CONF_ACK) { in sppp_ipv6cp_RCR()
3603 if (type == CONF_ACK) in sppp_ipv6cp_RCR()
5234 case CONF_ACK: return "conf-ack"; in sppp_cp_type_name()