HomeSort by: relevance | last modified time | path
    Searched defs:find_server (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ypwhich/
ypwhich.c 85 static struct in_addr *find_server(const char *, const char *, int);
173 inaddr = find_server(targhost, ourdomain, tcp);
211 * find_server: ask a host's ypbind who its current ypserver is
214 find_server(const char *host, const char *domain, int tcp) function in typeref:struct:in_addr *
302 inaddr = find_server(host, domain, tcp);

Completed in 13 milliseconds