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

/freebsd-10.0-release/lib/libc/rpc/
H A Dsvc_vc.c98 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
253 struct cf_conn *cd;
264 cd = mem_alloc(sizeof(struct cf_conn));
295 struct cf_conn *cd;
344 cd = (struct cf_conn *)newxprt->xp_p1;
391 struct cf_conn *cd;
394 cd = (struct cf_conn *)xprt->xp_p1;
406 mem_free(cd, sizeof(struct cf_conn));
470 struct cf_conn *cfp;
477 cfp = (struct cf_conn *)xpr
[all...]
/freebsd-10.0-release/sys/rpc/
H A Dkrpc.h101 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
H A Dsvc_vc.c200 struct cf_conn *cd = NULL;
288 struct cf_conn *cd = NULL;
478 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1;
492 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1;
529 struct cf_conn *cd;
533 cd = (struct cf_conn *)(xprt->xp_p1);
569 struct cf_conn *cd;
571 cd = (struct cf_conn *)(xpr
[all...]
H A Dclnt_vc.c853 struct cf_conn *cd;
997 cd = (struct cf_conn *)

Completed in 125 milliseconds