Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c373 guint8 ip_protocol; in gst_pcap_parse_scan_frame() local
444 ip_protocol = *(buf_ip + 9); in gst_pcap_parse_scan_frame()
445 GST_LOG_OBJECT (self, "ip proto %d", (gint) ip_protocol); in gst_pcap_parse_scan_frame()
447 if (ip_protocol != IP_PROTO_UDP && ip_protocol != IP_PROTO_TCP) in gst_pcap_parse_scan_frame()
461 if (ip_protocol == IP_PROTO_UDP) { in gst_pcap_parse_scan_frame()