| /src/usr.sbin/timed/timed/ |
| master.c | 271 TSP_ACK, 0, htp->noanswer); 393 if (htp->noanswer != 0) { 407 if (++htp->noanswer >= LOSTHOST) { 473 TSP_ACK, 0, htp->noanswer); 480 if (++htp->noanswer >= LOSTHOST) { 630 ret->noanswer = 0; 634 ret->noanswer = (ret->noanswer != 0); 754 0, htp->noanswer); 761 htp->noanswer = LOSTHOST [all...] |
| networkdelta.c | 88 && htp->noanswer == 0 120 if (htp->noanswer == 0
|
| candidate.c | 136 TSP_ACK, 0, htp->noanswer);
|
| globals.h | 114 u_char noanswer; /* count of failures to answer */ member in struct:hosttbl
|
| correct.c | 96 if (++htp->noanswer >= LOSTHOST) {
|
| slave.c | 409 TSP_ACK, 0, htp->noanswer)) { 442 TSP_ACK, 0, htp->noanswer); 567 TSP_ACK, 0, htp->noanswer)) {
|
| /src/external/bsd/unbound/dist/testcode/ |
| streamtcp.c | 440 int noanswer, int onarrival, int delay, int num, char** qs) 524 } else if(!noanswer) { 573 int noanswer = 0; local 615 noanswer = 1; 663 send_em(svr, pp2_client, udp, usessl, noanswer, onarrival, delay, argc, argv);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| tcpdns_test.c | 95 noanswer = true;
|
| tlsdns_test.c | 100 noanswer = true;
|
| netmgr_common.c | 108 bool noanswer = false; variable 195 noanswer = false; 466 if (!noanswer) { 1023 noanswer = true;
|
| netmgr_common.h | 137 extern bool noanswer;
|
| doh_test.c | 94 static bool noanswer = false; variable 341 noanswer = false; 490 if (!noanswer) { 692 noanswer = true;
|
| /src/external/mpl/bind/dist/bin/tests/system/cacheclean/ |
| tests.sh | 73 ttl=$($DIG $DIGOPTS +noanswer +auth "$@" | awk '{print $2}')
|