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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent6.c90 char realdomain[BUFSIZ]; local
111 rc = sysinfo(SI_SRPC_DOMAIN, realdomain, BUFSIZ);
130 /* if domain is a proper subset of realdomain */
131 /* ie. domain = "foo" and realdomain */
135 if (propersubdomain(realdomain, domain) == 1) {
H A Dgethostent.c271 char realdomain[BUFSIZ]; local
292 rc = sysinfo(SI_SRPC_DOMAIN, realdomain, BUFSIZ);
312 /* if domain is a proper subset of realdomain */
313 /* ie. domain = "eng" and realdomain */
317 if (propersubdomain(realdomain, domain) == 1) {

Completed in 61 milliseconds