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

  /external/dhcpcd/
showlease.c 33 static const struct dhcp_opt const dhcp_opts[] = { variable
157 for (opt = dhcp_opts; opt->option; opt++) {
dhcp.c 70 static const struct dhcp_opt const dhcp_opts[] = { variable
206 for (opt = dhcp_opts; opt->option; opt++)
221 for (opt = dhcp_opts; opt->option; opt++) {
268 for (opt = dhcp_opts; opt->option; opt++) {
1088 for (opt = dhcp_opts; opt->option; opt++) {
1393 for (opt = dhcp_opts; opt->option; opt++) {
1436 for (opt = dhcp_opts; opt->option; opt++) {
    [all...]
  /external/dnsmasq/src/
rfc2131.c 691 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts);
770 opt71.next = daemon->dhcp_opts;
    [all...]
option.c 968 new->next = daemon->dhcp_opts;
969 daemon->dhcp_opts = new;
    [all...]
dnsmasq.h 630 struct dhcp_opt *dhcp_opts, *dhcp_match; member in struct:daemon

Completed in 147 milliseconds