Home
last modified time | relevance | path

Searched refs:yp_bind_host (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/ypserv/common/
H A Dyplib_host.h48 CLIENT *yp_bind_host(char *server, u_long program, u_long version,
H A Dyplib_host.c63 yp_bind_host(char *server, u_long program, u_long version, u_short port, in yp_bind_host() function
/freebsd-14.2/usr.bin/ypwhich/
H A Dypwhich.c210 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); in main()