Home | History | Annotate | Download | only in dnssdutil

Lines Matching defs:wantV4

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;