Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c2297 static int gQuerier_NoConnectionReuse = false; variable
2332 BooleanOption( 0 , "noConnectionReuse", &gQuerier_NoConnectionReuse, "Disable connection reuse." ),
25095 cmd->noConnectionReuse = gQuerier_NoConnectionReuse ? true : false; in QuerierCommand()