tcp_conn
struct tcp_conn *cd;
cd = (struct tcp_conn *)mem_alloc(sizeof(struct tcp_conn));
if (cd == (struct tcp_conn *)NULL) {
struct tcp_conn *cd = xprt->xp_p1;
mem_free((caddr_t)cd, sizeof(struct tcp_conn));
((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
((struct tcp_conn *)(xprt->xp_p1))->strm_stat =
struct tcp_conn *cd = xprt->xp_p1;
struct tcp_conn *cd = xprt->xp_p1;
&(((struct tcp_conn *)(xprt->xp_p1))->xdrs),
XDR *xdrs = &((struct tcp_conn *)(xprt->xp_p1))->xdrs;
struct tcp_conn *cd = xprt->xp_p1;