HomeSort by relevance Sort by last modified time
    Searched defs:dhcp_reply (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
main.c 74 static int dhcp_reply; variable
613 if (dhcp_reply != DHCPOFFER)
619 dhcp_reply = 0;
654 dhcp_reply = 0;
657 if (dhcp_reply == DHCPACK)
664 grub_printf ("dhcp_reply = %d\n", dhcp_reply);
1045 dhcp_reply = *(p + 2);
  /external/dnsmasq/src/
rfc2131.c 121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index, function
    [all...]

Completed in 157 milliseconds