OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcp_reply
(Results
1 - 4
of
4
) 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/
dhcp.c
245
iov.iov_len =
dhcp_reply
(parm.current, ifr.ifr_name, iface_index, (size_t)sz,
dnsmasq.h
844
size_t
dhcp_reply
(struct dhcp_context *context, char *iface_name, int int_index,
rfc2131.c
121
size_t
dhcp_reply
(struct dhcp_context *context, char *iface_name, int int_index,
function
[
all
...]
Completed in 136 milliseconds