Home | History | Annotate | Download | only in dns

Lines Matching refs:family_

979         family_(key.address_family),
986 uint16 qtype = (family_ == ADDRESS_FAMILY_IPV6) ?
1043 if (family_ == ADDRESS_FAMILY_IPV6) {
1045 } else if (family_ == ADDRESS_FAMILY_UNSPECIFIED) {
1059 DCHECK_EQ(ADDRESS_FAMILY_UNSPECIFIED, family_);
1128 AddressFamily family_;
1135 // Results from the first transaction. Used only if |family_| is unspecified.