| /freebsd-14.2/libexec/ypxfr/ |
| H A D | ypxfr_misc.c | 154 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_master() 219 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_order() 265 if ((clnt = clnt_create(server, YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_match()
|
| H A D | ypxfr_getmap.c | 73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
|
| H A D | ypxfr_main.c | 349 remoteport = getrpcport(ypxfr_source_host, YPPROG, YPVERS, IPPROTO_UDP); in main() 552 if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR, in main()
|
| /freebsd-14.2/usr.sbin/ypbind/ |
| H A D | ypbind.c | 211 ypdb->dom_vers = YPVERS; in ypbindproc_domain_2_yp() 272 if (argp->ypsetdom_vers != YPVERS) { in ypbindproc_setdom_2_yp() 466 ypbindlist->dom_vers = YPVERS; in main() 572 ypdb->dom_domain, YPVERS); in handle_children() 749 stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK, in broadcast() 795 YPPROG, YPVERS, interval, &rpcsock, RPCSMALLMSGSIZE, in ping() 876 ypdb->dom_domain, YPVERS); in rpc_received() 924 ypdb->dom_vers = YPVERS; in rpc_received()
|
| H A D | yp_ping.c | 238 YPVERS, IPPROTO_UDP)); in __yp_ping() 257 clnt = clntudp_create(any, YPPROG, YPVERS, tv, &sock); in __yp_ping()
|
| /freebsd-14.2/usr.sbin/ypserv/ |
| H A D | yp_main.c | 183 (void)svc_unreg(YPPROG, YPVERS); in unregister() 414 if (!svc_reg(transp, YPPROG, YPVERS, ypprog_2, NULL)) { in create_service() 442 rpcb_set(YPPROG, YPVERS, nconf, &svcaddr); in create_service()
|
| H A D | yp_dnslookup.c | 236 case YPVERS: in yp_send_dns_reply()
|
| /freebsd-14.2/usr.sbin/ypset/ |
| H A D | ypset.c | 85 ypsd.ypsetdom_vers = YPVERS; in bind_tohost()
|
| /freebsd-14.2/usr.sbin/ypldap/ |
| H A D | yp.c | 116 (void)pmap_unset(YPPROG, YPVERS); in yp_init() 123 if (!svc_register(yp->yp_trans_udp, YPPROG, YPVERS, in yp_init() 127 if (!svc_register(yp->yp_trans_tcp, YPPROG, YPVERS, in yp_init()
|
| /freebsd-14.2/usr.sbin/yppoll/ |
| H A D | yppoll.c | 94 client = clntudp_create(&rsrv_sin, YPPROG, YPVERS, tv, &rsrv_sock); in get_remote_info()
|
| /freebsd-14.2/include/rpcsvc/ |
| H A D | yp_prot.h | 78 #define YPVERS ((u_long)2) macro
|
| H A D | yp.x | 301 version YPVERS {
|
| /freebsd-14.2/usr.bin/ypwhich/ |
| H A D | ypwhich.c | 210 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); in main()
|
| /freebsd-14.2/usr.sbin/rpc.yppasswdd/ |
| H A D | yppasswdd_main.c | 226 if (getrpcport(_localhost, YPPROG, YPVERS, IPPROTO_UDP) <= 0) { in main()
|
| /freebsd-14.2/usr.sbin/yp_mkdb/ |
| H A D | yp_mkdb.c | 330 if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR, in main()
|
| /freebsd-14.2/lib/libc/yp/ |
| H A D | yplib.c | 512 ysd->dom_vers = YPVERS; in _yp_dobind() 522 YPPROG, YPVERS, tv, &ysd->dom_socket, 65507, 65507); in _yp_dobind() 962 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()
|
| /freebsd-14.2/usr.sbin/yppush/ |
| H A D | yppush_main.c | 320 if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) { in yppush_send_xfr()
|