Home
last modified time | relevance | path

Searched refs:T_conn_con (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h249 struct T_conn_con { struct
372 struct T_conn_con conn_con; /* connect corfirm */
/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h125 #define TCONNCONSZ sizeof (struct T_conn_con)
H A Dtihdr.h370 struct T_conn_con { struct
593 struct T_conn_con conn_con; /* connect corfirm */
/titanic_44/usr/src/lib/libnsl/nsl/
H A D_conn_util.c233 if ((ctlbufp->len < (int)sizeof (struct T_conn_con)) || in _t_rcv_conn_con()
/titanic_44/usr/src/uts/common/inet/
H A Dmi.c1389 len = sizeof (struct T_conn_con) + src_length + opt_length; in mi_tpi_conn_con()
1391 mp->b_wptr = &mp->b_rptr[sizeof (struct T_conn_con)]; in mi_tpi_conn_con()
/titanic_44/usr/src/uts/common/io/
H A Dtl.c3164 ((struct T_conn_con *)(confmp->b_rptr))->PRIM_type = in tl_conn_req_ser()
3338 struct T_conn_con *cc; in tl_conn_res()
3595 size = T_ALIGN(sizeof (struct T_conn_con) + in tl_conn_res()
3729 cc = (struct T_conn_con *)ccmp->b_rptr; in tl_conn_res()
3731 cc->RES_offset = (t_scalar_t)sizeof (struct T_conn_con); in tl_conn_res()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2140 struct T_conn_con *conn_con; in strsock_proto()
2149 if (MBLKL(mp) < sizeof (struct T_conn_con)) { in strsock_proto()