Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcp.h64 #define DHCP_ACK 5 macro
H A Dauth.c240 if ((mp == 4 && mt == DHCP_ACK) || in dhcp_auth_validate()
H A Ddhcp.c111 { DHCP_ACK, "ACK" },
3278 if ((type == 0 || type == DHCP_OFFER || type == DHCP_ACK) && in dhcp_handledhcp()
3369 if (type != DHCP_ACK) { in dhcp_handledhcp()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c213 #define DHCP_ACK 5 macro
508 if (dhcpreplytype != DHCP_ACK) in bootpc_received()
864 case DHCP_ACK: in bootpc_call()