Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Dif_spppsubr.c115 #define CONF_ACK 2 /* PPP configure acknowledge */ macro
1546 case CONF_ACK: in sppp_cp_input()
2466 sppp_cp_send (sp, PPP_LCP, CONF_ACK, in sppp_lcp_RCR()
3116 sppp_cp_send (sp, PPP_IPCP, CONF_ACK, in sppp_ipcp_RCR()
3541 type = CONF_ACK; in sppp_ipv6cp_RCR()
3563 type = CONF_ACK; in sppp_ipv6cp_RCR()
3600 if (rlen == 0 && type == CONF_ACK) { in sppp_ipv6cp_RCR()
3606 if (type == CONF_ACK) in sppp_ipv6cp_RCR()
5238 case CONF_ACK: return "conf-ack"; in sppp_cp_type_name()