Home
last modified time | relevance | path

Searched refs:tunnelid (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c177 gchar tunnelid[TUNNELID_LEN]; member
850 conn->tunnelid[i] = g_random_int_range ('a', 'z'); in setup_tunneling()
851 conn->tunnelid[TUNNELID_LEN - 1] = '\0'; in setup_tunneling()
859 conn->tunnelid); in setup_tunneling()
936 conn->tunnelid); in setup_tunneling()
2620 strncpy (conn->tunnelid, session_cookie, TUNNELID_LEN); in build_next()
2621 conn->tunnelid[TUNNELID_LEN - 1] = '\0'; in build_next()
3539 return conn->tunnelid; in gst_rtsp_connection_get_tunnelid()
3611 g_return_val_if_fail (!memcmp (conn2->tunnelid, conn->tunnelid, in gst_rtsp_connection_do_tunnel()
/third_party/libbpf/include/uapi/linux/
Dpkt_cls.h233 __u8 tunnelid; member
/third_party/gstreamer/gstplugins_base/
DChangeLog126842 Save the tunnelid in the connection. Add a method to retrieve the tunnelid so