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

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 107 static bool_t xdr_rmtcall_result(XDR *, struct r_rmtcall_args *);
461 xdr_rmtcall_result(XDR *xdrs, struct r_rmtcall_args *cap) function in typeref:typename:bool_t
1343 svc_sendreply(xprt, (xdrproc_t) xdr_rmtcall_result, (char *) &a);
rpcb_svc_com.c 107 static bool_t xdr_rmtcall_result(XDR *, struct r_rmtcall_args *);
461 xdr_rmtcall_result(XDR *xdrs, struct r_rmtcall_args *cap) function in typeref:typename:bool_t
1343 svc_sendreply(xprt, (xdrproc_t) xdr_rmtcall_result, (char *) &a);

Completed in 46 milliseconds