Home
last modified time | relevance | path

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

/freebsd-14.2/include/rpc/
H A Dsvc.h114 const struct xp_ops2 { struct
118 } *xp_ops2; member
211 (*(xprt)->xp_ops2->xp_control)((xprt), (rq), (in))
/freebsd-14.2/sys/rpc/
H A Dsvc.h133 struct xp_ops2 { struct
199 const struct xp_ops2 *xp_ops2;
495 (*(xprt)->xp_ops2->xp_control)((xprt), (rq), (in))
/freebsd-14.2/lib/libc/rpc/
H A Dsvc_raw.c251 static struct xp_ops2 ops2; in svc_raw_ops()
266 xprt->xp_ops2 = &ops2; in svc_raw_ops()
H A Dsvc_vc.c668 static struct xp_ops2 ops2; in svc_vc_ops()
683 xprt->xp_ops2 = &ops2; in svc_vc_ops()
691 static struct xp_ops2 ops2; in svc_vc_rendezvous_ops()
707 xprt->xp_ops2 = &ops2; in svc_vc_rendezvous_ops()
H A Dsvc_dg.c423 static struct xp_ops2 ops2; in svc_dg_ops()
438 xprt->xp_ops2 = &ops2; in svc_dg_ops()