Home
last modified time | relevance | path

Searched refs:hostservs (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c379 struct nd_hostservlist *hostservs = NULL; local
389 if (netdir_getbyaddr(nconf, &hostservs, who) != 0) {
393 if (hostservs != NULL)
394 strcpy(namebuf, hostservs->h_hostservs->h_host);
397 netdir_free((char *)hostservs, ND_HOSTSERVLIST);
/titanic_44/usr/src/cmd/ypcmd/
H A Dypupdated.c387 struct nd_hostservlist *hostservs = NULL; local
397 if (netdir_getbyaddr(nconf, &hostservs, who) != 0) {
401 if (hostservs == NULL) {
404 strcpy(namebuf, hostservs->h_hostservs->h_host);
407 netdir_free((char *)hostservs, ND_HOSTSERVLIST);