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

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 108 static bool_t xdr_opaque_parms(XDR *, struct r_rmtcall_args *);
494 xdr_opaque_parms(XDR *xdrs, struct r_rmtcall_args *cap) function in typeref:typename:bool_t
877 if (!xdr_opaque_parms(&outxdr, &a)) {
881 fprintf(stderr, "%s: xdr_opaque_parms failed\n",
rpcb_svc_com.c 108 static bool_t xdr_opaque_parms(XDR *, struct r_rmtcall_args *);
494 xdr_opaque_parms(XDR *xdrs, struct r_rmtcall_args *cap) function in typeref:typename:bool_t
877 if (!xdr_opaque_parms(&outxdr, &a)) {
881 fprintf(stderr, "%s: xdr_opaque_parms failed\n",

Completed in 28 milliseconds