Lines Matching refs:IS_SOCKET

669 #define		IS_SOCKET(x)	(((x)->te_flag & TL_SOCKET) != 0)  macro
1259 if (IS_SOCKET(tep)) { in tl_free()
1558 if (IS_SOCKET(tep)) { in tl_open()
1576 if (IS_SOCKET(tep)) in tl_open()
1735 if (IS_COTS(tep) && !IS_SOCKET(tep)) { in tl_close_ser()
2315 if (IS_SOCKET(tep) || (tep->te_flag & otheropt)) { in tl_do_ioctl()
2489 if (IS_SOCKET(tep)) { in tl_bind()
2577 if (IS_SOCKET(tep)) { in tl_bind()
2792 if (!IS_SOCKET(tep) || !IS_CLTS(tep) || tep->te_qlen != 0 || in tl_unbind()
2848 if (!IS_SOCKET(tep) && tep->te_state != TS_IDLE && in tl_optmgmt()
2957 if (IS_SOCKET(tep)) { in tl_conn_req()
3054 peer_tep = (IS_SOCKET(tep) ? in tl_conn_req()
3231 if (IS_SOCKET(tep) && !tl_disable_early_connect) { in tl_conn_req_ser()
3642 if (!IS_SOCKET(cl_ep) || tl_disable_early_connect || in tl_conn_res()
3655 IS_SOCKET(cl_ep))) { in tl_conn_res()
3803 if (!IS_SOCKET(cl_ep) || tl_disable_early_connect) { in tl_conn_res()
3907 if (!IS_SOCKET(tep)) { in tl_conn_res()
3917 if (IS_SOCKET(cl_ep) && !tl_disable_early_connect) { in tl_conn_res()
4148 if (IS_SOCKET(tep) && !tl_disable_early_connect) { in tl_discon_req()
4251 if (!IS_SOCKET(tep)) { in tl_discon_req()
4548 (msz < sizeof (struct T_optdata_req) || !IS_SOCKET(tep))) { in tl_data()
5138 if (IS_SOCKET(tep)) { in tl_unitdata()
5181 if (alen == 0 || (olen != 0 && !IS_SOCKET(tep))) { in tl_unitdata()
5219 peer_tep = (IS_SOCKET(tep) ? in tl_unitdata()
5438 ASSERT(!IS_SOCKET(tep)); in tl_find_peer()
5470 ASSERT(IS_SOCKET(tep)); in tl_sock_find_peer()
5518 ASSERT(!IS_SOCKET(tep)); in tl_get_any_addr()
5695 if (IS_SOCKET(tep) && !tl_disable_early_connect && in tl_co_unconnect()
5724 if (IS_SOCKET(tep) && !tl_disable_early_connect) { in tl_co_unconnect()
6193 if (!IS_SOCKET(tep)) in tl_get_opt()
6241 if (!IS_SOCKET(tep)) { in tl_set_opt()
6384 if (IS_SOCKET(tep)) { in tl_addr_unbind()