Searched refs:T_discon_req (Results 1 – 10 of 10) sorted by relevance
47 struct T_discon_req dreq; in _tx_snddis()138 ctlbuf.len = (int)sizeof (struct T_discon_req); in _tx_snddis()139 ctlbuf.maxlen = (int)sizeof (struct T_discon_req); in _tx_snddis()
229 struct T_discon_req *dreq; in nb_snddis()237 mlen = sizeof (struct T_discon_req); in nb_snddis()243 dreq = (struct T_discon_req *)mp->b_wptr; in nb_snddis()246 mp->b_wptr += sizeof (struct T_discon_req); in nb_snddis()
248 struct T_discon_req { struct545 struct T_discon_req discon_req; /* disconnect request */
116 #define TDISCONREQSZ sizeof (struct T_discon_req)
222 if (mp = allocb(sizeof (struct T_discon_req), BPRI_LO)) { in tirdwrclose()
2084 struct T_discon_req *disp; in timodwproc()2088 if (MBLKL(mp) < sizeof (struct T_discon_req)) { in timodwproc()2093 disp = (struct T_discon_req *)mp->b_rptr; in timodwproc()
3949 struct T_discon_req *dr; in tl_discon_req()3991 dr = (struct T_discon_req *)mp->b_rptr; in tl_discon_req()4015 if (msz < sizeof (struct T_discon_req)) { in tl_discon_req()
3076 struct T_discon_req *tdis; in connmgr_snddis()3092 tdis = (struct T_discon_req *)mp->b_rptr; in connmgr_snddis()
1902 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_discon_req)) { in tcp_disconnect()1906 seqnum = ((struct T_discon_req *)mp->b_rptr)->SEQ_number; in tcp_disconnect()
1539 struct T_discon_req discon_req; in sodisconnect()