OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:option_find
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
rfc2131.c
95
static unsigned char *
option_find
(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
165
if ((opt =
option_find
(mess, sz, OPTION_MESSAGE_TYPE, 1)))
176
if ((opt =
option_find
(mess, sz, OPTION_MAXMESSAGE, 2)))
194
if ((
option_find
(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER))
197
if ((opt =
option_find
(mess, sz, OPTION_AGENT_ID, 1)))
206
unsigned char *last_opt =
option_find
(mess, sz, OPTION_END, 0);
248
if (subnet_addr.s_addr == 0 && (opt =
option_find
(mess, sz, OPTION_SUBNET_SELECT, INADDRSZ)))
252
if ((opt =
option_find
(mess, sz, OPTION_CLIENT_ID, 1)))
499
if ((opt =
option_find
(mess, sz, OPTION_CLIENT_FQDN, 4)))
542
else if ((opt =
option_find
(mess, sz, OPTION_HOSTNAME, 1))
1473
static unsigned char *
option_find
(struct dhcp_packet *mess, size_t size, int opt_type, int minsize)
function
[
all
...]
/external/dnsmasq/contrib/wrt/
dhcp_lease_time.c
96
static unsigned char *
option_find
(struct dhcp_packet *mess, size_t size, int opt_type, int minsize)
function
193
if ((p =
option_find
(&packet, (size_t)rc, OPTION_LEASE_TIME, 4)))
Completed in 1420 milliseconds