Lines Matching refs:CLOSED
1047 if (ice_state != STATE (NEW) && ice_state != STATE (CLOSED)) in _collate_ice_connection_states()
1049 if (ice_state != STATE (COMPLETED) && ice_state != STATE (CLOSED)) in _collate_ice_connection_states()
1052 && ice_state != STATE (CLOSED)) in _collate_ice_connection_states()
1060 return STATE (CLOSED); in _collate_ice_connection_states()
1223 if (dtls_state != DTLS_STATE (NEW) && dtls_state != DTLS_STATE (CLOSED)) in _collate_peer_connection_states()
1228 && dtls_state != DTLS_STATE (CLOSED)) in _collate_peer_connection_states()
1236 if (ice_state != ICE_STATE (NEW) && ice_state != ICE_STATE (CLOSED)) in _collate_peer_connection_states()
1241 && ice_state != ICE_STATE (CLOSED)) in _collate_peer_connection_states()
1257 if (dtls_state != DTLS_STATE (NEW) && dtls_state != DTLS_STATE (CLOSED)) in _collate_peer_connection_states()
1262 && dtls_state != DTLS_STATE (CLOSED)) in _collate_peer_connection_states()
1270 if (ice_state != ICE_STATE (NEW) && ice_state != ICE_STATE (CLOSED)) in _collate_peer_connection_states()
1275 && ice_state != ICE_STATE (CLOSED)) in _collate_peer_connection_states()
1285 return STATE (CLOSED); in _collate_peer_connection_states()