Home
last modified time | relevance | path

Searched refs:connection_state (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c91 GstDtlsConnectionState connection_state; member
316 g_value_set_enum (value, priv->connection_state); in gst_dtls_connection_get_property()
355 priv->connection_state = GST_DTLS_CONNECTION_STATE_CONNECTING; in gst_dtls_connection_start()
359 if (priv->connection_state != GST_DTLS_CONNECTION_STATE_NEW) { in gst_dtls_connection_start()
360 priv->connection_state = GST_DTLS_CONNECTION_STATE_NEW; in gst_dtls_connection_start()
522 if (self->priv->connection_state != GST_DTLS_CONNECTION_STATE_FAILED in gst_dtls_connection_stop()
523 && self->priv->connection_state != GST_DTLS_CONNECTION_STATE_CLOSED) { in gst_dtls_connection_stop()
524 self->priv->connection_state = GST_DTLS_CONNECTION_STATE_CLOSED; in gst_dtls_connection_stop()
562 if (self->priv->connection_state != GST_DTLS_CONNECTION_STATE_FAILED in gst_dtls_connection_close()
563 && self->priv->connection_state != GST_DTLS_CONNECTION_STATE_CLOSED) { in gst_dtls_connection_close()
[all …]
/third_party/lwip/src/include/lwip/apps/
Dhttpd.h117 , void *connection_state
167 , void *connection_state