Searched refs:LOCALDOMAINPARTS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dresolv.h161 #define LOCALDOMAINPARTS 2 /* min levels in name that is "local" */ macro
H A Dres_init.c976 if (dots < LOCALDOMAINPARTS) break;
1220 /* Include parent domains with at least LOCALDOMAINPARTS components */
1222 while ((n > LOCALDOMAINPARTS) && (nsearch < MAXDFLSRCH))
H A Ddns.c717 /* Include parent domains with at least LOCALDOMAINPARTS components */
719 while (n > LOCALDOMAINPARTS)
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c640 i = LOCALDOMAINPARTS;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c2857 for (i = LOCALDOMAINPARTS; !found && (i <= (domain_parts - ndots)); i++) {

Completed in 131 milliseconds