Searched refs:xp_p1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_vc.c92 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */
98 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */
151 xprt->xp_p1 = r;
265 xprt->xp_p1 = cd;
294 r = (struct cf_rendezvous *)xprt->xp_p1;
333 cd = (struct cf_conn *)newxprt->xp_p1;
394 cd = (struct cf_conn *)xprt->xp_p1;
400 r = (struct cf_rendezvous *)xprt->xp_p1;
429 cfp = (struct cf_rendezvous *)xprt->xp_p1;
466 cfp = (struct cf_conn *)xprt->xp_p1;
[all...]
H A Dsvc_dg.c72 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/freebsd-13-stable/sys/rpc/
H A Dsvc_vc.c176 xprt->xp_p1 = NULL;
252 xprt->xp_p1 = cd;
313 xprt->xp_p1 = cd;
502 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1;
524 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1;
563 cd = (struct cf_conn *)(xprt->xp_p1);
591 cd = (struct cf_conn *)(xprt->xp_p1);
607 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1;
684 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1;
892 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1;
[all...]
H A Dsvc.h168 void *xp_p1; /* private: for use by svc ops */ member in struct:__rpc_svcxprt
199 void *xp_p1; /* private: for use by svc ops */
H A Dsvc_dg.c125 xprt->xp_p1 = NULL;
H A Dclnt_vc.c1179 xprt->xp_p1;
/freebsd-13-stable/include/rpc/
H A Dsvc.h125 void *xp_p1; /* private: for use by svc ops */ member in struct:__rpc_svcxprt

Completed in 124 milliseconds