cf_conn
struct cf_conn *cd;
cd = mem_alloc(sizeof(struct cf_conn));
struct cf_conn *cd;
cd = (struct cf_conn *)newxprt->xp_p1;
struct cf_conn *cd;
cd = (struct cf_conn *)xprt->xp_p1;
mem_free(cd, sizeof(struct cf_conn));
struct cf_conn *cfp;
cfp = (struct cf_conn *)xprt->xp_p1;
((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
struct cf_conn *cd;
cd = (struct cf_conn *)xprt->xp_p1;
struct cf_conn *cd;
cd = (struct cf_conn *)(xprt->xp_p1);
struct cf_conn *cd;
cd = (struct cf_conn *)(xprt->xp_p1);
return ((*xdr_args)(&(((struct cf_conn *)(xprt->xp_p1))->xdrs),
xdrs = &(((struct cf_conn *)(xprt->xp_p1))->xdrs);
struct cf_conn *cd;
cd = (struct cf_conn *)(xprt->xp_p1);
struct cf_conn *cd;
cd = (struct cf_conn *)xprt->xp_p1;