Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dyp.x310 YPPROC_FIRST(ypreq_key) = 4;
312 YPPROC_FIRST(ypreq_nokey) = 4;
H A Dyp_prot.h165 #define YPPROC_FIRST ((u_long)4) macro
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c266 case YPPROC_FIRST: in check_callit()
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c192 r = clnt_call(client, YPPROC_FIRST, in yp_first_host()
/freebsd/usr.sbin/ypldap/
H A Dyp.c191 case YPPROC_FIRST: in yp_dispatch()
/freebsd/lib/libc/yp/
H A Dyplib.c804 r = clnt_call(ysd->dom_client, YPPROC_FIRST, in yp_first()