| /freebsd-13.1/usr.sbin/ypserv/ |
| H A D | yp_main.c | 185 (void)svc_unreg(YPPROG, YPVERS); in unregister() 186 (void)svc_unreg(YPPROG, YPOLDVERS); in unregister() 409 if (!svc_reg(transp, YPPROG, YPOLDVERS, ypprog_1, NULL)) { in create_service() 416 if (!svc_reg(transp, YPPROG, YPVERS, ypprog_2, NULL)) { in create_service() 441 rpcb_set(YPPROG, YPOLDVERS, nconf, &svcaddr); in create_service() 444 rpcb_set(YPPROG, YPVERS, nconf, &svcaddr); in create_service()
|
| H A D | yp_access.c | 228 if (rqstp->rq_prog != YPPASSWDPROG && rqstp->rq_prog != YPPROG) { 263 (rqstp->rq_prog == YPPROG &&
|
| /freebsd-13.1/libexec/ypxfr/ |
| H A D | ypxfr_misc.c | 156 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_master() 221 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_order() 267 if ((clnt = clnt_create(server, YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_match()
|
| H A D | ypxfr_getmap.c | 75 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
|
| H A D | ypxfr_main.c | 351 remoteport = getrpcport(ypxfr_source_host, YPPROG, YPVERS, IPPROTO_UDP); in main() 554 if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR, in main()
|
| /freebsd-13.1/usr.sbin/ypbind/ |
| H A D | yp_ping.c | 239 sin.sin_port = htons(__pmap_getport(&sin, YPPROG, in __yp_ping() 259 clnt = clntudp_create(any, YPPROG, YPVERS, tv, &sock); in __yp_ping()
|
| H A D | ypbind.c | 753 stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK, in broadcast() 799 YPPROG, YPVERS, interval, &rpcsock, RPCSMALLMSGSIZE, in ping()
|
| /freebsd-13.1/usr.sbin/ypset/ |
| H A D | ypset.c | 69 port = getrpcport(server, YPPROG, YPPROC_NULL, IPPROTO_UDP); in bind_tohost()
|
| /freebsd-13.1/usr.sbin/ypldap/ |
| H A D | yp.c | 117 (void)pmap_unset(YPPROG, YPVERS); in yp_init() 124 if (!svc_register(yp->yp_trans_udp, YPPROG, YPVERS, in yp_init() 128 if (!svc_register(yp->yp_trans_tcp, YPPROG, YPVERS, in yp_init()
|
| /freebsd-13.1/usr.sbin/yppoll/ |
| H A D | yppoll.c | 96 client = clntudp_create(&rsrv_sin, YPPROG, YPVERS, tv, &rsrv_sock); in get_remote_info()
|
| /freebsd-13.1/include/rpcsvc/ |
| H A D | yp_prot.h | 79 #define YPPROG ((u_long)100004) macro
|
| H A D | yp.x | 266 program YPPROG {
|
| /freebsd-13.1/usr.sbin/rpcbind/ |
| H A D | security.c | 263 case YPPROG: in check_callit()
|
| /freebsd-13.1/usr.bin/ypwhich/ |
| H A D | ypwhich.c | 212 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); in main()
|
| /freebsd-13.1/usr.sbin/rpc.yppasswdd/ |
| H A D | yppasswdd_main.c | 228 if (getrpcport(_localhost, YPPROG, YPVERS, IPPROTO_UDP) <= 0) { in main()
|
| /freebsd-13.1/usr.sbin/yp_mkdb/ |
| H A D | yp_mkdb.c | 333 if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR, in main()
|
| /freebsd-13.1/usr.sbin/yppush/ |
| H A D | yppush_main.c | 322 if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) { in yppush_send_xfr()
|
| /freebsd-13.1/lib/libc/yp/ |
| H A D | yplib.c | 529 YPPROG, YPVERS, tv, &ysd->dom_socket, 65507, 65507); in _yp_dobind() 969 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()
|