Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/rpc/
H A Dsvc_tcp.c197 xprt->xp_p1 = (caddr_t)r; in svctcp_create()
260 xprt->xp_p1 = (caddr_t)cd; in makefd_xprt()
283 r = (struct tcp_rendezvous *)xprt->xp_p1; in rendezvous_request()
321 struct tcp_conn *cd = xprt->xp_p1; in svctcp_destroy()
390 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED; in readtcp()
409 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = in writetcp()
420 struct tcp_conn *cd = xprt->xp_p1; in svctcp_stat()
434 struct tcp_conn *cd = xprt->xp_p1; in svctcp_recv()
453 &(((struct tcp_conn *)(xprt->xp_p1))->xdrs), in svctcp_getargs()
467 XDR *xdrs = &((struct tcp_conn *)(xprt->xp_p1))->xdrs; in svctcp_freeargs()
[all …]
H A Dsvc_udp.c59 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/freebsd/lib/libc/rpc/
H A Dsvc_nl.c124 xprt->xp_p1 = sc, in svc_nl_create()
146 struct nl_softc *sc = xprt->xp_p1; in svc_nl_destroy()
150 free(xprt->xp_p1); in svc_nl_destroy()
178 struct nl_softc *sc = xprt->xp_p1; in svc_nl_recv()
262 const struct nl_softc *sc = xprt->xp_p1; in svc_nl_reply()
325 struct nl_softc *sc = xprt->xp_p1; in svc_nl_control()
348 struct nl_softc *sc = xprt->xp_p1; in svc_nl_stat()
361 struct nl_softc *sc = xprt->xp_p1; in svc_nl_getargs()
369 struct nl_softc *sc = xprt->xp_p1; in svc_nl_freeargs()
H A Dsvc_vc.c144 xprt->xp_p1 = r; in svc_vc_create()
258 xprt->xp_p1 = cd; in makefd_xprt()
287 r = (struct cf_rendezvous *)xprt->xp_p1; in rendezvous_request()
326 cd = (struct cf_conn *)newxprt->xp_p1; in rendezvous_request()
387 cd = (struct cf_conn *)xprt->xp_p1; in __svc_vc_dodestroy()
393 r = (struct cf_rendezvous *)xprt->xp_p1; in __svc_vc_dodestroy()
422 cfp = (struct cf_rendezvous *)xprt->xp_p1; in svc_vc_rendezvous_control()
459 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()
497 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED; in read_vc()
516 cd = (struct cf_conn *)xprt->xp_p1; in write_vc()
[all …]
H A Dsvc_dg.c66 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/freebsd/sys/rpc/
H A Dsvc_vc.c228 xprt->xp_p1 = NULL; in svc_vc_create()
299 xprt->xp_p1 = cd; in svc_vc_create_conn()
356 xprt->xp_p1 = cd; in svc_vc_create_backchannel()
538 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_destroy()
564 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_backchannel_destroy()
603 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_stat()
631 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_backchannel_stat()
647 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_process_pending()
724 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_recv()
944 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_backchannel_recv()
H A Dsvc_dg.c122 xprt->xp_p1 = NULL; in svc_dg_create()
H A Dsvc.h142 void *xp_p1; /* private: for use by svc ops */ member
H A Dclnt_vc.c1160 xprt->xp_p1; in clnt_vc_soupcall()
/freebsd/crypto/krb5/src/include/gssrpc/
H A Dsvc.h104 void *xp_p1; /* private */ member
/freebsd/include/rpc/
H A Dsvc.h121 void *xp_p1; /* private: for use by svc ops */ member