Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c49 static int dhcp_reply; variable
711 if (dhcp_reply != DHCPOFFER){ in dhcp()
715 dhcp_reply = 0; in dhcp()
725 dhcp_reply=0; in dhcp()
728 if (dhcp_reply == DHCPACK){ in dhcp()
1084 dhcp_reply=*(p+2); in decode_rfc1533()