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

  /external/dhcpcd/
showlease.c 29 static const struct dhcp_opt const dhcp_opts[] = { variable
153 for (opt = dhcp_opts; opt->option; opt++) {
dhcp.c 68 static const struct dhcp_opt const dhcp_opts[] = { variable
168 for (opt = dhcp_opts; opt->option; opt++)
182 for (opt = dhcp_opts; opt->option; opt++) {
223 for (opt = dhcp_opts; opt->option; opt++) {
938 for (opt = dhcp_opts; opt->option; opt++) {
1220 for (opt = dhcp_opts; opt->option; opt++) {
1263 for (opt = dhcp_opts; opt->option; opt++) {
  /external/dnsmasq/src/
dnsmasq.h 630 struct dhcp_opt *dhcp_opts, *dhcp_match; member in struct:daemon

Completed in 15 milliseconds