Home
last modified time | relevance | path

Searched refs:svc_raw_control (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc_raw.c74 static bool_t svc_raw_control(SVCXPRT *, const u_int, void *);
237 svc_raw_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_raw_control() function
258 ops2.xp_control = svc_raw_control; in svc_raw_ops()