HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_match (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
dnsmasq.h 632 struct dhcp_opt *dhcp_opts, *dhcp_match; member in struct:daemon
option.c 962 new->next = daemon->dhcp_match;
963 daemon->dhcp_match = new;
    [all...]
rfc2131.c 605 for (o = daemon->dhcp_match; o; o = o->next)
    [all...]

Completed in 158 milliseconds