Searched refs:IP_PROTO_UDP (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | ip.h | 48 #define IP_PROTO_UDP 17 macro
|
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/ |
D | gstpcapparse.c | 357 #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/ |
D | udp.c | 375 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/ |
D | test_ip4.c | 40 IPH_PROTO_SET(iphdr, IP_PROTO_UDP); in create_ip4_input_fragment()
|
/third_party/lwip/test/unit/ip6/ |
D | test_ip6.c | 319 …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/ |
D | ip4.c | 622 if (IPH_PROTO(iphdr) == IP_PROTO_UDP) { 739 case IP_PROTO_UDP:
|
/third_party/lwip/test/unit/udp/ |
D | test_udp.c | 205 ih->_proto = IP_PROTO_UDP; in test_udp_create_test_packet()
|