Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h117 #define DHCPACK 5 macro
H A Dbootp.c200 expected_dhcpmsgtype = DHCPACK; in bootp()
325 ((dhcp_ok == 1 && expected_dhcpmsgtype == DHCPACK) || in bootprecv()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h96 #define DHCPACK 5 macro
H A Dnic.c728 if (dhcp_reply == DHCPACK){ in dhcp()