Home
last modified time | relevance | path

Searched refs:T_conn_ind (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h322 struct T_conn_ind { struct
555 struct T_conn_ind conn_ind; /* connect indication */
H A Dt_kuser.h125 #define TCONNINDSZ sizeof (struct T_conn_ind)
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c821 struct T_conn_ind *indp; in timodrproc()
846 indp = (struct T_conn_ind *) in timodrproc()
1184 struct T_conn_ind *tcip = in timodrproc()
1185 (struct T_conn_ind *)mp->b_rptr; in timodrproc()
1224 struct T_conn_ind *conp; in timodrproc()
1243 conp = (struct T_conn_ind *)nbp->b_rptr; in timodrproc()
2030 struct T_conn_ind *indp; in timodwproc()
2043 indp = (struct T_conn_ind *)tmp->b_rptr; in timodwproc()
2085 struct T_conn_ind *conp; in timodwproc()
2102 conp = (struct T_conn_ind *)tmp->b_rptr; in timodwproc()
H A Dtl.c3141 struct T_conn_ind *ci; in tl_conn_req_ser()
3206 ci_msz = sizeof (struct T_conn_ind) + tep->te_alen; in tl_conn_req_ser()
3333 ci = (struct T_conn_ind *)cimp->b_rptr; in tl_conn_req_ser()
3335 ci->SRC_offset = (t_scalar_t)sizeof (struct T_conn_ind); in tl_conn_req_ser()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_listen.c176 if ((ctlbuf.len < (int)sizeof (struct T_conn_ind)) || in _tx_listen()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c160 struct T_conn_ind *conn_ind; in so_sock2stream()
166 ASSERT(MBLKL(mp) >= sizeof (struct T_conn_ind)); in so_sock2stream()
168 conn_ind = (struct T_conn_ind *)mp->b_rptr; in so_sock2stream()
213 conn_ind = (struct T_conn_ind *)mp->b_rptr; in so_sock2stream()
1198 struct T_conn_ind *tci; in soflushconnind()
1204 tci = (struct T_conn_ind *)mp->b_rptr; in soflushconnind()
2254 if (MBLKL(mp) < sizeof (struct T_conn_ind)) { in strsock_proto()
H A Dsocktpi.c1612 struct T_conn_ind *conn_ind; in sotpi_accept()
1646 conn_ind = (struct T_conn_ind *)mp->b_rptr; in sotpi_accept()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1881 struct T_conn_ind *conn_ind; in tcp_send_pending()
1884 conn_ind = (struct T_conn_ind *)mp->b_rptr; in tcp_send_pending()
1915 struct T_conn_ind *conn_ind; in tcp_send_conn_ind()
1921 conn_ind = (struct T_conn_ind *)mp->b_rptr; in tcp_send_conn_ind()
H A Dtcp_socket.c981 struct T_conn_ind *conn_ind; in tcp_fallback_eager()
983 conn_ind = (struct T_conn_ind *)mp->b_rptr; in tcp_fallback_eager()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1406 len = sizeof (struct T_conn_ind) + src_length + opt_length; in mi_tpi_conn_ind()
1408 mp->b_wptr = &mp->b_rptr[sizeof (struct T_conn_ind)]; in mi_tpi_conn_ind()
1410 ((struct T_conn_ind *)mp->b_rptr)->SEQ_number = seqnum; in mi_tpi_conn_ind()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1427 struct T_conn_ind *conn_ind; in audit_sock()
1507 conn_ind = (struct T_conn_ind *)mp->b_rptr; in audit_sock()
1508 if (conn_ind->SRC_offset < sizeof (struct T_conn_ind)) in audit_sock()