Symbol: T_conn_res
usr/src/lib/libnsl/nsl/t_accept.c
187
cres = (struct T_conn_res *)ctlbuf.buf;
usr/src/lib/libnsl/nsl/t_accept.c
200
size = (int)sizeof (struct T_conn_res);
usr/src/lib/libnsl/nsl/t_accept.c
54
struct T_conn_res *cres;
usr/src/uts/common/fs/sockfs/socktpi.c
1598
struct T_conn_res *conn_res;
usr/src/uts/common/fs/sockfs/socktpi.c
1754
(sizeof (struct T_conn_res) + sizeof (intptr_t))) {
usr/src/uts/common/fs/sockfs/socktpi.c
1766
mp = soallocproto1(NULL, sizeof (struct T_conn_res) +
usr/src/uts/common/fs/sockfs/socktpi.c
1777
conn_res = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/fs/sockfs/socktpi.c
1787
conn_res = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/fs/sockfs/socktpi.c
1788
mp->b_wptr = mp->b_rptr + sizeof (struct T_conn_res);
usr/src/uts/common/inet/tcp/tcp_tpi.c
126
struct T_conn_res *tcresp;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1301
struct T_conn_res *tcr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1314
tcr = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1476
tcr = (struct T_conn_res *)mp1->b_rptr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
153
tcresp = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1695
struct T_conn_res *conn_res;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1721
conn_res = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1723
if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_res)) {
usr/src/uts/common/io/timod.c
2029
struct T_conn_res *resp;
usr/src/uts/common/io/timod.c
2034
if (MBLKL(mp) < sizeof (struct T_conn_res) ||
usr/src/uts/common/io/timod.c
2040
resp = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/io/timod.c
820
struct T_conn_res *resp;
usr/src/uts/common/io/timod.c
826
resp = (struct T_conn_res *)
usr/src/uts/common/io/tl.c
3416
struct T_conn_res *cres = (struct T_conn_res *)mp->b_rptr;
usr/src/uts/common/io/tl.c
3477
if (msz < sizeof (struct T_conn_res)) {
usr/src/uts/common/sys/t_kuser.h
115
#define TCONNRESSZ sizeof (struct T_conn_res)
usr/src/uts/common/sys/tihdr.h
544
struct T_conn_res conn_res; /* connect response */