OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ypbind
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ypwhich/
ypwhich.c
71
* without going through
ypbind
.
211
* find_server: ask a host's
ypbind
who its current ypserver is
218
CLIENT *
ypbind
;
local
238
* establish connection to
ypbind
240
ypbind
= mkclient(&sin, YPBINDPROG, YPBINDVERS, tcp);
241
if (
ypbind
== NULL)
246
* now call
ypbind
's "DOMAIN" procedure to get the server name
250
retval = clnt_call(
ypbind
, (unsigned int)YPBINDPROC_DOMAIN,
253
clnt_destroy(
ypbind
);
257
errx(1, "
ypbind
on %s for domain %s failed: %s", host, domain
[
all
...]
ypwhich.c
71
* without going through
ypbind
.
211
* find_server: ask a host's
ypbind
who its current ypserver is
218
CLIENT *
ypbind
;
local
238
* establish connection to
ypbind
240
ypbind
= mkclient(&sin, YPBINDPROG, YPBINDVERS, tcp);
241
if (
ypbind
== NULL)
246
* now call
ypbind
's "DOMAIN" procedure to get the server name
250
retval = clnt_call(
ypbind
, (unsigned int)YPBINDPROC_DOMAIN,
253
clnt_destroy(
ypbind
);
257
errx(1, "
ypbind
on %s for domain %s failed: %s", host, domain
[
all
...]
Completed in 33 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026