Searched defs:realdomain (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent6.c88 char realdomain[BUFSIZ]; local
109 rc = sysinfo(SI_SRPC_DOMAIN, realdomain, BUFSIZ);
128 /* if domain is a proper subset of realdomain */
129 /* ie. domain = "foo" and realdomain */
133 if (propersubdomain(realdomain, domain) == 1) {
H A Dgethostent.c269 char realdomain[BUFSIZ]; local
290 rc = sysinfo(SI_SRPC_DOMAIN, realdomain, BUFSIZ);
310 /* if domain is a proper subset of realdomain */
311 /* ie. domain = "eng" and realdomain */
315 if (propersubdomain(realdomain, domain) == 1) {

Completed in 27 milliseconds