Searched refs:IP_PROTO_UDP (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | udp.c | 257 IP_PROTO_UDP, p->tot_len) != 0) { 638 udpchksum = inet_chksum_pseudo_partial(q, src_ip, dst_ip, IP_PROTO_UDP, 645 udpchksum = inet_chksum_pseudo(q, src_ip, dst_ip, IP_PROTO_UDP, q->tot_len); 661 err = ip_output_if(q, src_ip, dst_ip, pcb->ttl, pcb->tos, IP_PROTO_UDP, netif);
|
/external/syslinux/core/lwip/src/include/ipv4/lwip/ |
D | ip.h | 54 #define IP_PROTO_UDP 17 macro
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | ip.c | 387 if (IPH_PROTO(iphdr) == IP_PROTO_UDP) { 494 case IP_PROTO_UDP:
|
/external/autotest/client/deps/lansim/src/py/ |
D | host.py | 328 p = dpkt.ip.IP_PROTO_UDP,
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 372 if (IPH_PROTO(iphdr) == IP_PROTO_UDP) { in snprintf_udp_hdr()
|