Searched refs:cf_conn (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_vc.c96 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
242 struct cf_conn *cd;
253 cd = mem_alloc(sizeof(struct cf_conn));
282 struct cf_conn *cd;
331 cd = (struct cf_conn *)newxprt->xp_p1;
389 struct cf_conn *cd;
392 cd = (struct cf_conn *)xprt->xp_p1;
404 mem_free(cd, sizeof(struct cf_conn));
457 struct cf_conn *cfp;
464 cfp = (struct cf_conn *)xpr
[all...]
/freebsd-11.0-release/sys/rpc/
H A Dkrpc.h104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
H A Dsvc_vc.c207 struct cf_conn *cd;
296 struct cf_conn *cd = NULL;
481 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1;
495 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1;
532 struct cf_conn *cd;
534 cd = (struct cf_conn *)(xprt->xp_p1);
560 struct cf_conn *cd;
562 cd = (struct cf_conn *)(xpr
[all...]
H A Dclnt_vc.c843 struct cf_conn *cd;
987 cd = (struct cf_conn *)

Completed in 198 milliseconds