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 69 static const struct dhcp_opt const dhcp_opts[] = { variable
203 for (opt = dhcp_opts; opt->option; opt++)
218 for (opt = dhcp_opts; opt->option; opt++) {
265 for (opt = dhcp_opts; opt->option; opt++) {
1016 for (opt = dhcp_opts; opt->option; opt++) {
1317 for (opt = dhcp_opts; opt->option; opt++) {
1360 for (opt = dhcp_opts; opt->option; opt++) {
  /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 150 milliseconds