Searched refs:yp_bind_host (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/usr.sbin/ypserv/common/ |
| D | yplib_host.h | 50 CLIENT *yp_bind_host(char *server, u_int program, u_int version,
|
| D | yplib_host.c | 62 yp_bind_host(char *server, u_int program, u_int version, u_short port, in yp_bind_host() function
|
| /netbsd/src/usr.sbin/ypserv/ypxfr/ |
| D | ypxfr.c | 202 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); in main() 261 client = yp_bind_host(ipadd, atoi(prog), 1, atoi(port), 0); in main()
|
| /netbsd/src/usr.sbin/ypserv/yppush/ |
| D | yppush.c | 264 ypserv = yp_bind_host(master, YPPROG, YPVERS, 0, 1); in main()
|