Searched defs:dhcp_opts (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dshowlease.c29 static const struct dhcp_opt const dhcp_opts[] = { variable
153 for (opt = dhcp_opts; opt->option; opt++) {
H A Ddhcp.c68 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/
H A Ddnsmasq.h630 struct dhcp_opt *dhcp_opts, *dhcp_match; member in struct:daemon

Completed in 48 milliseconds