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

/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_vc.c97 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
252 struct cf_conn *cd;
263 cd = mem_alloc(sizeof(struct cf_conn));
294 struct cf_conn *cd;
343 cd = (struct cf_conn *)newxprt->xp_p1;
390 struct cf_conn *cd;
393 cd = (struct cf_conn *)xprt->xp_p1;
405 mem_free(cd, sizeof(struct cf_conn));
469 struct cf_conn *cfp;
476 cfp = (struct cf_conn *)xpr
[all...]
/freebsd-9.3-release/sys/rpc/
H A Dkrpc.h101 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
H A Dsvc_vc.c204 struct cf_conn *cd = NULL;
293 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;
531 cd = (struct cf_conn *)(xprt->xp_p1);
557 struct cf_conn *cd;
559 cd = (struct cf_conn *)(xpr
[all...]
H A Dclnt_vc.c846 struct cf_conn *cd;
990 cd = (struct cf_conn *)

Completed in 42 milliseconds