Searched defs:iphdr (Results 1 - 3 of 3) sorted by relevance

/external/android-clat/
H A Dclatd.c318 char iphdr[sizeof(struct ip6_hdr)]; local
326 { iphdr, 0 }, // IP header.
/external/kernel-headers/original/linux/
H A Dip.h82 struct iphdr { struct
/external/grub/netboot/
H A Detherboot.h105 - sizeof (struct iphdr) \
276 struct iphdr struct
325 struct iphdr ip;
339 struct iphdr ip;
379 struct iphdr ip;
402 #define TFTP_MIN_PACKET (sizeof(struct iphdr) + sizeof(struct udphdr) + 4)
406 struct iphdr ip;

Completed in 163 milliseconds