Home
last modified time | relevance | path

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

/external/u-boot/net/
Dping.c25 struct ip_hdr *ip = (struct ip_hdr *)pkt; in set_icmp_header()
/external/honggfuzz/examples/linux_kernel_ip/
Dlinux-kernel-4.10.0.patch66 iph = ip_hdr(skb);
107 return secure_tcp_sequence_number(ip_hdr(skb)->daddr,
108 ip_hdr(skb)->saddr,
/external/u-boot/include/
Dnet.h359 struct ip_hdr { struct
378 #define IP_HDR_SIZE (sizeof(struct ip_hdr)) argument
/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c132 sizeof(struct ip_hdr)); in send_dhcp_discover()