OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_has_mac
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
dhcp.c
648
int
config_has_mac
(struct dhcp_config *config, unsigned char *hwaddr, int len, int type)
function
691
if (
config_has_mac
(config, hwaddr, hw_len, hw_type) &&
dnsmasq.h
807
int
config_has_mac
(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
rfc2131.c
901
!
config_has_mac
(config, ltmp->hwaddr, ltmp->hwaddr_len, ltmp->hwaddr_type))
[
all
...]
Completed in 205 milliseconds