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

  /src/lib/libc/rpc/
svc_dg.c 87 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
238 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg) function in typeref:typename:bool_t
331 ops.xp_reply = svc_dg_reply;
466 * by svc_dg_reply(). All this hoopla because the right RPC parameters are
467 * not available at svc_dg_reply time.

Completed in 11 milliseconds