Home
last modified time | relevance | path

Searched refs:YPPROC_FIRST (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/include/rpcsvc/
H A Dyp.x317 YPPROC_FIRST(ypreq_key) = 4;
319 YPPROC_FIRST(ypreq_nokey) = 4;
H A Dyp_prot.h167 #define YPPROC_FIRST ((u_long)4) macro
/freebsd-13.1/usr.sbin/rpcbind/
H A Dsecurity.c267 case YPPROC_FIRST: in check_callit()
/freebsd-13.1/usr.sbin/ypserv/common/
H A Dyplib_host.c195 r = clnt_call(client, YPPROC_FIRST, in yp_first_host()
/freebsd-13.1/usr.sbin/ypldap/
H A Dyp.c192 case YPPROC_FIRST: in yp_dispatch()
/freebsd-13.1/lib/libc/yp/
H A Dyplib.c811 r = clnt_call(ysd->dom_client, YPPROC_FIRST, in yp_first()