OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nqueries
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/mtrace/
mtrace.c
107
int
nqueries
= DEFAULT_RETRIES;
variable
432
if (tries ==
nqueries
&& raddr == 0) {
433
if (i == ((
nqueries
+ 1) >> 1)) {
437
if (i <= ((
nqueries
+ 3) >> 2) && rttl == 0) {
1226
nqueries
= atoi(arg);
1227
if (
nqueries
< 1)
nqueries
= 1;
1297
Usage: mtrace [-Mlnps] [-w wait] [-m max_hops] [-q
nqueries
] [-g gateway]\n\
1428
tries =
nqueries
;
1485
else recvlen = send_recv(tdst, IGMP_MTRACE_QUERY, hops,
nqueries
, &base)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c
392
unsigned int
nqueries
; /* Bucket lock. */
member in struct:fetchctx
1248
fctx->
nqueries
--;
2344
fctx->
nqueries
++;
3310
fctx->
nqueries
== 0 && ISC_LIST_EMPTY(fctx->validators))
4937
fctx->pending == 0 && fctx->
nqueries
== 0 &&
4987
INSIST(fctx->
nqueries
== 0);
5247
fctx->
nqueries
= 0;
7596
if (fctx->pending == 0 && fctx->
nqueries
== 0 &&
/src/external/mpl/bind/dist/lib/dns/
resolver.c
472
atomic_uint_fast32_t
nqueries
; /* Bucket lock. */
member in struct:fetchctx
1050
atomic_fetch_sub_release(&fctx->
nqueries
, 1);
2177
atomic_fetch_add_relaxed(&fctx->
nqueries
, 1);
2230
atomic_fetch_sub_release(&fctx->
nqueries
, 1);
Completed in 67 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026