Lines Matching refs:tcp_conn
78 struct tcp_conn { /* kept in xprt->xp_p1 */ struct
189 register struct tcp_conn *cd;
196 cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
197 if (cd == (struct tcp_conn *)NULL) {
262 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1;
273 mem_free((caddr_t)cd, sizeof (struct tcp_conn));
314 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
332 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat =
344 register struct tcp_conn *cd =
345 (struct tcp_conn *)(xprt->xp_p1);
359 register struct tcp_conn *cd =
360 (struct tcp_conn *)(xprt->xp_p1);
379 return ((*xdr_args)(&(((struct tcp_conn *)(xprt->xp_p1))->xdrs),
390 &(((struct tcp_conn *)(xprt->xp_p1))->xdrs);
401 register struct tcp_conn *cd =
402 (struct tcp_conn *)(xprt->xp_p1);