Home
last modified time | relevance | path

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

/openbsd/usr.sbin/acme-client/
H A Dmain.c337 if ((pids[COMP_DNS] = fork()) == -1) in main()
340 if (pids[COMP_DNS] == 0) { in main()
341 proccomp = COMP_DNS; in main()
380 checkexit(pids[COMP_DNS], COMP_DNS) + in main()
H A Dextern.h107 COMP_DNS, /* handles DNS lookups */ enumerator