Home
last modified time | relevance | path

Searched refs:YPBINDPROG (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/usr.sbin/ypbind/
HDypbind.c382 pmap_unset(YPBINDPROG, YPBINDVERS); in terminate()
443 pmap_unset(YPBINDPROG, YPBINDVERS); in main()
448 if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()
456 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()
/freebsd-14-stable/usr.sbin/ypset/
HDypset.c90 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_tohost()
/freebsd-14-stable/include/rpcsvc/
HDyp_prot.h224 #define YPBINDPROG ((u_long)100007) macro
HDyp.x365 program YPBINDPROG {
/freebsd-14-stable/usr.sbin/rpcbind/
HDsecurity.c254 case YPBINDPROG: in check_callit()
/freebsd-14-stable/usr.bin/ypwhich/
HDypwhich.c97 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_host()
/freebsd-14-stable/lib/libc/yp/
HDyplib.c432 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind()