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