Home
last modified time | relevance | path

Searched refs:YPPROC_ORDER (Results 1 – 3 of 3) sorted by relevance

/dragonfly/include/rpcsvc/
HDyp_prot.h166 #define YPPROC_ORDER ((u_long)10) macro
HDyp.x332 YPPROC_ORDER(ypreq_nokey) = 10;
/dragonfly/lib/libc/yp/
HDyplib.c969 r = clnt_call(ysd->dom_client, YPPROC_ORDER, in yp_order()