Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_spppsubr.c112 #define CONF_ACK 2 /* PPP configure acknowledge */ macro
1073 case CONF_ACK: in sppp_cp_input()
1959 sppp_cp_send (sp, PPP_LCP, CONF_ACK, in sppp_lcp_RCR()
2510 sppp_cp_send (sp, PPP_IPCP, CONF_ACK, in sppp_ipcp_RCR()
2930 type = CONF_ACK; in sppp_ipv6cp_RCR()
2950 type = CONF_ACK; in sppp_ipv6cp_RCR()
2990 if (rlen == 0 && type == CONF_ACK) { in sppp_ipv6cp_RCR()
2996 if (type == CONF_ACK) in sppp_ipv6cp_RCR()
4752 case CONF_ACK: return "conf-ack"; in sppp_cp_type_name()