Lines Matching refs:ARG_ONE
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 },
279 …{ 'T', ARG_ONE, "time", gettext_noop("Specify time-to-live in seconds for replies from /etc/hosts.…
280 …{ LOPT_NEGTTL, ARG_ONE, "time", gettext_noop("Specify time-to-live in seconds for negative caching…
281 …{ 'u', ARG_ONE, "username", gettext_noop("Change to this user after startup. (defaults to %s)."), …
287 { 'x', ARG_ONE, "path", gettext_noop("Specify path of PID file (defaults to %s)."), RUNFILE },
288 …{ 'X', ARG_ONE, "number", gettext_noop("Specify maximum number of DHCP leases (defaults to %s)."),…
301 …{ '6', ARG_ONE, "path", gettext_noop("Script to run on DHCP lease creation and destruction."), NUL…
303 …{ '8', ARG_ONE, "<facilty>|<file>", gettext_noop("Log to this syslog facility or file. (defaults t…
305 …{ '0', ARG_ONE, "<queries>", gettext_noop("Maximum number of concurrent DNS queries. (defaults to …
310 …{ LOPT_PREFIX, ARG_ONE, "<directory>", gettext_noop("Export files by TFTP only from the specified …
313 …{ LOPT_TFTP_MAX, ARG_ONE, "<connections>", gettext_noop("Maximum number of conncurrent TFTP transf…
315 …{ LOPT_TFTPPORTS, ARG_ONE, "<start>,<end>", gettext_noop("Ephemeral port range for use by TFTP tra…
317 …{ LOPT_MAX_LOGS, ARG_ONE, "[=<log lines>]", gettext_noop("Enable async. logging; optionally set qu…
321 { LOPT_ALTPORT, ARG_ONE, "[=<ports>]", gettext_noop("Use alternative ports for DHCP."), NULL },
322 …{ LOPT_SCRIPTUSR, ARG_ONE, "<username>", gettext_noop("Run lease-change script as this user."), NU…
324 …{ LOPT_MINPORT, ARG_ONE, "<port>", gettext_noop("Specify lowest port available for DNS query trans…
329 { LOPT_LISTNMARK, ARG_ONE, NULL, gettext_noop("Socket mark to use for listen sockets."), NULL },
1000 if (rept == ARG_ONE) in one_opt()
1008 if (rept == ARG_USED_CL || rept == ARG_ONE) in one_opt()
1012 if (rept != ARG_DUP && rept != ARG_ONE && rept != ARG_USED_CL) in one_opt()