Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcp.h58 #define DHCP_ACK 5 macro
H A Dmain.c221 if (type != DHCP_ACK) in get_ack()
/netbsd-src/external/bsd/dhcpcd/dist/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()
/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c242 #define DHCP_ACK 5 macro
533 if (dhcpreplytype != DHCP_ACK) in bootpc_received()
853 case DHCP_ACK: in bootpc_call()