OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_tmp
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
rfc2131.c
291
struct dhcp_context *
context_tmp
, *context_new = NULL;
local
309
for (
context_tmp
= context;
context_tmp
;
context_tmp
=
context_tmp
->current)
310
if (
context_tmp
->netmask.s_addr &&
311
is_same_net(addr,
context_tmp
->start,
context_tmp
->netmask) &&
312
is_same_net(addr,
context_tmp
->end,
context_tmp
->netmask)
347
struct dhcp_context *
context_tmp
;
local
[
all
...]
/external/dnsmasq/contrib/lease-access/
lease.access.patch
472
my_syslog(LOG_INFO, _("Available DHCP range: %s -- %s"), daemon->namebuff, inet_ntoa(
context_tmp
->end));
Completed in 129 milliseconds