Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c7208 context->receiveSecs = gMDNSQuery_ReceiveSecs; in MDNSQueryCmd()
7295 if( context->receiveSecs == 0 ) goto exit; in MDNSQueryCmd()
7331 if( context->receiveSecs > 0 ) in MDNSQueryCmd()
7436 const int receiveSecs = inContext->receiveSecs; in MDNSQueryPrintPrologue() local
7446 if( receiveSecs >= 0 ) FPrintF( stdout, "%d second%?c\n", receiveSecs, receiveSecs != 1, 's' ); in MDNSQueryPrintPrologue()
23690 int receiveSecs; // After send, the amount of time to spend receiving. member
23734 context->receiveSecs = gSSDPDiscover_ReceiveSecs; in SSDPDiscoverCmd()
23854 if( context->receiveSecs == 0 ) goto exit; in SSDPDiscoverCmd()
23890 if( context->receiveSecs > 0 ) in SSDPDiscoverCmd()
23949 const int receiveSecs = inContext->receiveSecs; in SSDPDiscoverPrintPrologue() local
[all …]