Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dsvc.h111 const struct xp_ops2 { struct
115 } *xp_ops2; member
208 (*(xprt)->xp_ops2->xp_control)((xprt), (rq), (in))
/freebsd/lib/libc/rpc/
H A Dsvc_raw.c246 static struct xp_ops2 ops2; in svc_raw_ops()
261 xprt->xp_ops2 = &ops2; in svc_raw_ops()
H A Dsvc_vc.c664 static struct xp_ops2 ops2; in svc_vc_ops()
679 xprt->xp_ops2 = &ops2; in svc_vc_ops()
687 static struct xp_ops2 ops2; in svc_vc_rendezvous_ops()
703 xprt->xp_ops2 = &ops2; in svc_vc_rendezvous_ops()
H A Dsvc_nl.c69 static struct xp_ops2 nl_ops2 = {
126 xprt->xp_ops2 = &nl_ops2, in svc_nl_create()
H A Dsvc_dg.c420 static struct xp_ops2 ops2; in svc_dg_ops()
435 xprt->xp_ops2 = &ops2; in svc_dg_ops()