Lines Matching defs:fqdn
14245 // Find the name's longest subname (more accurately, its longest sub-FQDN) in the name compression list.
18551 uint8_t * recordName; // FQDN of collider's record (same as test service's records). (malloced)
24529 char * serviceFQDN; // Service's FQDN, i.e., name of its SRV and TXT records.
24954 // Create SRV and TXT record name FQDN.
27416 // Since this is a GAI for a single-label instead of a FQDN, to make sure that appropriate search domain
27525 // Since this is a GAI for a PQDN instead of a FQDN, and it doesn't depend on a search domain, to make sure that no
27564 // Since this is a GAI for a single-label instead of a FQDN, to make sure that appropriate search domain
27804 // Since this is a GAI for a PQDN instead of a FQDN, and it depends on a search domain, to make sure that
28020 // Since this is a GAI for a single-label PQDN instead of a FQDN
37948 char * fqdn; // Fully qualified domain name of service instance (for logging/debugging).
38982 DNSServiceFlagsToAddRmvStr( inFlags ), (int32_t) inInterfaceIndex, instance->fqdn, inHostname, inSockAddr,
39546 ASPrintF( &obj->fqdn, "%s.%s%s", obj->name, inType, inDomain );
39547 require_action( obj->fqdn, exit, err = kNoMemoryErr );
39600 ForgetMem( &inInstance->fqdn );