Home
last modified time | relevance | path

Searched refs:ip_protocol (Results 1 – 3 of 3) 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()
/third_party/libbpf/include/uapi/linux/
Dbpf.h6205 __u32 ip_protocol; /* IP protocol. e.g. IPPROTO_TCP, IPPROTO_UDP */ member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h37939 __u32 ip_protocol; member