Searched refs:ARG_ONE (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 217 #define ARG_ONE 5 macro 232 …{ 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %… 240 …{ 'g', ARG_ONE, "groupname", gettext_noop("Change to this group after startup (defaults to %s)."),… 242 { LOPT_DHCP_HOST, ARG_ONE, "<filename>", gettext_noop("Read DHCP host specs from file"), NULL }, 243 { LOPT_DHCP_OPTS, ARG_ONE, "<filename>", gettext_noop("Read DHCP option specs from file"), NULL }, 256 …{ 'l', ARG_ONE, "path", gettext_noop("Specify where to store DHCP leases (defaults to %s)."), LEAS… 265 …{ 'p', ARG_ONE, "number", gettext_noop("Specify port to listen for DNS requests on (defaults to 53… 266 …{ 'P', ARG_ONE, "<size>", gettext_noop("Maximum supported UDP packet size for EDNS.0 (defaults to … 268 …{ 'Q', ARG_ONE, "number", gettext_noop("Force the originating port for upstream DNS queries."), NU… 274 { 't', ARG_ONE, "host_name", gettext_noop("Specify default target in an MX record."), NULL }, [all …]
|