Searched defs:tcp_conn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_tcp.c80 struct tcp_conn { /* kept in xprt->xp_p1 */ struct
191 register struct tcp_conn *cd;
198 cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
199 if (cd == (struct tcp_conn *)NULL) {
264 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1;
275 mem_free((caddr_t)cd, sizeof (struct tcp_conn));
316 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
334 ((struct tcp_conn *)(xpr
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h335 } tcp_conn; member in struct:tcp_s

Completed in 47 milliseconds