OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcp_conf
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/src/
dhcp.c
573
!config_find_by_address(daemon->
dhcp_conf
, addr) &&
739
for (up = &daemon->
dhcp_conf
, config = daemon->
dhcp_conf
; config; config = tmp)
791
for (config = daemon->
dhcp_conf
; config; config = config->next)
808
for (config = daemon->
dhcp_conf
; config; config = config->next)
821
for (config = daemon->
dhcp_conf
; config; config = config->next)
840
config->next = daemon->
dhcp_conf
;
841
daemon->
dhcp_conf
= config;
887
for (configs = daemon->
dhcp_conf
; configs; configs = configs->next)
rfc2131.c
362
config = find_config(daemon->
dhcp_conf
, context, clid, clid_len,
581
struct dhcp_config *new = find_config(daemon->
dhcp_conf
, context, NULL, 0,
929
!config_find_by_address(daemon->
dhcp_conf
, lease->addr))
932
!config_find_by_address(daemon->
dhcp_conf
, addr))
[
all
...]
lease.c
154
if ((config = find_config(daemon->
dhcp_conf
, NULL, lease->clid, lease->clid_len,
option.c
[
all
...]
dnsmasq.c
969
dhcp_update_configs(daemon->
dhcp_conf
);
[
all
...]
dnsmasq.h
629
struct dhcp_config *
dhcp_conf
;
member in struct:daemon
Completed in 132 milliseconds