Searched refs:FQDN (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/KerberosHelper-148/Tests/
H A DKRBCreateSession.pl17 my $d = '.apple.com'; # FQDN domain
47 FQDN host will be: $l_h$d
48 FQDN (routed) host will be: $r_h$d
51 FQDN local managed host will be: $ml_h$d
53 FQDN routed managed host will be: $mr_h$d
78 [ $l_h . $d, undef, $r_norlm, "FQDN host, no s_princ (req unicast)"],
79 [ $r_h . $d, undef, $r_norlm, "FQDN (routed) host, no s_princ (req unicast)"],
82 [ $ml_h . $d, undef, $r_norlm, "FQDN local managed host, no s_princ (req krb-conf)"],
84 [ $mr_h . $d, undef, $r_norlm, "FQDN routed managed host, no s_princ (req krb-conf)"],
89 [ $l_h . $d, $s_princ_l, $r_norlm, "FQDN hos
[all...]
/macosx-10.9.5/apache-786.1/httpd/
H A Dhttpd.spec222 FQDN=`hostname`
223 if [ "x${FQDN}" = "x" ]; then
224 FQDN=localhost.localdomain
234 ${FQDN}
235 root@${FQDN}
/macosx-10.9.5/sudo-72/src/
H A Dconfig.h.in37 #undef FQDN
H A Ddefaults.c427 #ifdef FQDN
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c13253 st.c[1+st.c[0]] = 0; // Only want the first label, not the whole FQDN (particularly for mDNS_RenameAndReregisterService())
14238 m->FQDN.c[0] = 0;
14801 // Did our FQDN change?
14802 if (!SameDomainName(&fqdn, &m->FQDN))
14804 if (m->FQDN.c[0]) mDNS_RemoveDynDNSHostName(m, &m->FQDN);
14806 AssignDomainName(&m->FQDN, &fqdn);
14808 if (m->FQDN.c[0])
14810 mDNSPlatformDynDNSHostNameStatusChanged(&m->FQDN, 1);
14811 mDNS_AddDynDNSHostName(m, &m->FQDN, DynDNSHostNameCallbac
[all...]
H A DmDNSEmbeddedAPI.h2382 domainname FQDN; member in struct:mDNS_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c6410 // The "HostNames" CFDictionary contains a set of name/value pairs, where the each name is the FQDN
6411 // in question, and the corresponding value is a CFDictionary giving the state for that FQDN.
6412 // (At present we only support a single FQDN, so this dictionary holds just a single name/value pair.)
6413 // The CFDictionary for each FQDN holds (at present) a single name/value pair,
8151 if (m->FQDN.c[0])
8152 mDNSPlatformDynDNSHostNameStatusChanged(&m->FQDN, 1);

Completed in 311 milliseconds