Home
last modified time | relevance | path

Searched refs:LOPT_DHCP_HOST (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Doption.c84 #define LOPT_DHCP_HOST 273 macro
196 { "dhcp-hostsfile", 1, 0, LOPT_DHCP_HOST },
246 { LOPT_DHCP_HOST, ARG_ONE, "<filename>", gettext_noop("Read DHCP host specs from file"), NULL },
1137 case LOPT_DHCP_HOST: /* --dhcp-hostfile */ in one_opt()