HomeSort by: relevance | last modified time | path
    Searched defs:xdr_ypbind_resptype (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/yp/
xdryp.c 119 static bool_t xdr_ypbind_resptype(XDR *, enum ypbind_resptype *);
267 xdr_ypbind_resptype(XDR *xdrs, enum ypbind_resptype *objp) function in typeref:typename:bool_t
293 if (!xdr_ypbind_resptype(xdrs, &objp->ypbind_status))
xdryp.c 119 static bool_t xdr_ypbind_resptype(XDR *, enum ypbind_resptype *);
267 xdr_ypbind_resptype(XDR *xdrs, enum ypbind_resptype *objp) function in typeref:typename:bool_t
293 if (!xdr_ypbind_resptype(xdrs, &objp->ypbind_status))

Completed in 24 milliseconds