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

/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c373 struct nd_hostservlist *hostservs = NULL; local
383 if (netdir_getbyaddr(nconf, &hostservs, who) != 0) {
387 if (hostservs != NULL)
388 strcpy(namebuf, hostservs->h_hostservs->h_host);
391 netdir_free((char *)hostservs, ND_HOSTSERVLIST);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c389 struct nd_hostservlist *hostservs = NULL; local
399 if (netdir_getbyaddr(nconf, &hostservs, who) != 0) {
403 if (hostservs == NULL) {
406 strcpy(namebuf, hostservs->h_hostservs->h_host);
409 netdir_free((char *)hostservs, ND_HOSTSERVLIST);

Completed in 55 milliseconds