cf_conn
struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1;
*(uint32_t *)in = ((struct cf_conn *)(xprt->xp_p1))->x_id;
struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1;
if (((struct cf_conn *)(xprt->xp_p1))->cf_conn_nonblock) {
((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
struct cf_conn *cd;
cd = (struct cf_conn *)xprt->xp_p1;
maxsz = ((struct cf_conn *)(xprt->xp_p1))->cf_tsdu;
nonblock = ((struct cf_conn *)(xprt->xp_p1))->cf_conn_nonblock;
((struct cf_conn *)(xprt->xp_p1))->strm_stat =
((struct cf_conn *)(xprt->xp_p1))->strm_stat =
struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1);
XDR *xdrs = &(((struct cf_conn *)(xprt->xp_p1))->xdrs);
struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1);
((struct cf_conn *)req->rq_xprt->xp_p1)->cf_cache));
((struct cf_conn *)req->rq_xprt->xp_p1)->cf_cache));
struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL;
struct cf_conn *cd;
cd = malloc(sizeof (struct cf_conn));
struct cf_conn *cd, *pcd;
if ((cd = malloc(sizeof (struct cf_conn))) == NULL) {
pcd = (struct cf_conn *)parent->xp_p1;