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

/freebsd-10.3-release/sys/rpc/
H A Dsvc_dg.c68 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *,
77 .xp_reply = svc_dg_reply,
232 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg, function
/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc_dg.c79 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
338 svc_dg_reply(xprt, msg) function
452 ops.xp_reply = svc_dg_reply;
585 * by svc_dg_reply(). All this hoopla because the right RPC parameters are
586 * not available at svc_dg_reply time.

Completed in 48 milliseconds