Searched refs:ARG_ONE (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 191 #define ARG_ONE 5 macro 209 {'c', ARG_ONE, "cachesize", 222 {'g', ARG_ONE, "groupname", 226 {LOPT_DHCP_HOST, ARG_ONE, "<filename>", gettext_noop("Read DHCP host specs from file"), NULL}, 227 {LOPT_DHCP_OPTS, ARG_ONE, "<filename>", gettext_noop("Read DHCP option specs from file"), NULL}, 245 {'l', ARG_ONE, "path", gettext_noop("Specify where to store DHCP leases (defaults to %s)."), 258 {'p', ARG_ONE, "number", 260 {'P', ARG_ONE, "<size>", 263 {'Q', ARG_ONE, "number", gettext_noop("Force the originating port for upstream DNS queries."), 274 {'t', ARG_ONE, "host_name", gettext_noop("Specify default target in an MX record."), NULL}, [all …]
|