Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip.h48 #define IP_PROTO_UDP 17 macro
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c357 #define IP_PROTO_UDP 17 macro
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/lwip/src/core/
Dudp.c375 if (ip_chksum_pseudo(p, IP_PROTO_UDP, p->tot_len,
906 udpchksum = ip_chksum_pseudo_partial(q, IP_PROTO_UDP,
913 udpchksum = ip_chksum_pseudo(q, IP_PROTO_UDP, q->tot_len,
925 ip_proto = IP_PROTO_UDP;
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c40 IPH_PROTO_SET(iphdr, IP_PROTO_UDP); in create_ip4_input_fragment()
/third_party/lwip/test/unit/ip6/
Dtest_ip6.c319 …err = ip6_output_if_src(hdr, ip_2_ip6(&my_addr), ip_2_ip6(&peer_addr), 15, 0, IP_PROTO_UDP, &test_… in START_TEST()
/third_party/lwip/src/core/ipv4/
Dip4.c622 if (IPH_PROTO(iphdr) == IP_PROTO_UDP) {
739 case IP_PROTO_UDP:
/third_party/lwip/test/unit/udp/
Dtest_udp.c205 ih->_proto = IP_PROTO_UDP; in test_udp_create_test_packet()