Lines Matching refs:IS_SOCKET
679 #define IS_SOCKET(x) (((x)->te_flag & TL_SOCKET) != 0) macro
1193 if (IS_SOCKET(tep)) { in tl_free()
1485 if (IS_SOCKET(tep)) { in tl_open()
1503 if (IS_SOCKET(tep)) in tl_open()
1662 if (IS_COTS(tep) && !IS_SOCKET(tep)) { in tl_close_ser()
2238 if (IS_SOCKET(tep) || (tep->te_flag & otheropt)) { in tl_do_ioctl()
2410 if (IS_SOCKET(tep)) { in tl_bind()
2493 if (IS_SOCKET(tep)) { in tl_bind()
2703 if (! IS_SOCKET(tep) || !IS_CLTS(tep) || tep->te_qlen != 0 || in tl_unbind()
2759 if (!IS_SOCKET(tep) && tep->te_state != TS_IDLE && in tl_optmgmt()
2868 if (IS_SOCKET(tep)) { in tl_conn_req()
2965 peer_tep = (IS_SOCKET(tep) ? in tl_conn_req()
3142 if (IS_SOCKET(tep) && !tl_disable_early_connect) { in tl_conn_req_ser()
3553 if (!IS_SOCKET(cl_ep) || tl_disable_early_connect || in tl_conn_res()
3566 IS_SOCKET(cl_ep))) { in tl_conn_res()
3713 if (! IS_SOCKET(cl_ep) || tl_disable_early_connect) { in tl_conn_res()
3817 if (! IS_SOCKET(tep)) { in tl_conn_res()
3827 if (IS_SOCKET(cl_ep) && !tl_disable_early_connect) { in tl_conn_res()
4057 if (IS_SOCKET(tep) && !tl_disable_early_connect) { in tl_discon_req()
4160 if (! IS_SOCKET(tep)) { in tl_discon_req()
4457 (msz < sizeof (struct T_optdata_req) || !IS_SOCKET(tep))) { in tl_data()
5045 if (IS_SOCKET(tep)) { in tl_unitdata()
5088 if (alen == 0 || (olen != 0 && !IS_SOCKET(tep))) { in tl_unitdata()
5126 peer_tep = (IS_SOCKET(tep) ? in tl_unitdata()
5289 ASSERT(! IS_SOCKET(tep)); in tl_find_peer()
5321 ASSERT(IS_SOCKET(tep)); in tl_sock_find_peer()
5369 ASSERT(! IS_SOCKET(tep)); in tl_get_any_addr()
5546 if (IS_SOCKET(tep) && !tl_disable_early_connect && in tl_co_unconnect()
5575 if (IS_SOCKET(tep) && !tl_disable_early_connect) { in tl_co_unconnect()
6044 if (! IS_SOCKET(tep)) in tl_get_opt()
6100 if (! IS_SOCKET(tep)) { in tl_set_opt()
6242 if (IS_SOCKET(tep)) { in tl_addr_unbind()