OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wantV4
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
15422
Boolean
wantV4
; // True if DNSServiceGetAddrInfo() should be called to get IPv4 addresses.
15785
if( !item->
wantV4
) me->bitmapV4 = 0;
15846
if( item->
wantV4
) protocols |= kDNSServiceProtocol_IPv4;
16193
if( item->
wantV4
&& ( qtype == kDNSServiceType_A ) )
16537
obj->
wantV4
= ( inWantAddrs & kGAITestAddrType_IPv4 ) ? true : false;
[
all
...]
dnssdutil.c
15422
Boolean
wantV4
; // True if DNSServiceGetAddrInfo() should be called to get IPv4 addresses.
15785
if( !item->
wantV4
) me->bitmapV4 = 0;
15846
if( item->
wantV4
) protocols |= kDNSServiceProtocol_IPv4;
16193
if( item->
wantV4
&& ( qtype == kDNSServiceType_A ) )
16537
obj->
wantV4
= ( inWantAddrs & kGAITestAddrType_IPv4 ) ? true : false;
[
all
...]
Completed in 113 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026