Searched refs:svc_dg_reply (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/rpc/
H A Dsvc_dg.c69 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *,
78 .xp_reply = svc_dg_reply,
233 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg, function
/freebsd-10.0-release/lib/libc/rpc/
H A Dsvc_dg.c80 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
339 svc_dg_reply(xprt, msg) function
454 ops.xp_reply = svc_dg_reply;
587 * by svc_dg_reply(). All this hoopla because the right RPC parameters are
588 * not available at svc_dg_reply time.

Completed in 80 milliseconds