Home
last modified time | relevance | path

Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dip.h75 struct iphdr { struct
77 __u8 ihl:4,
78 version:4;
85 __u8 tos;
86 __be16 tot_len;
87 __be16 id;
88 __be16 frag_off;
89 __u8 ttl;
90 __u8 protocol;
91 __u16 check;
[all …]
/development/ndk/platforms/android-3/include/netinet/
Dip.h231 struct iphdr { struct
233 uint8_t ihl :4,
234 version:4;
241 uint8_t tos;
242 uint16_t tot_len;
243 uint16_t id;
244 uint16_t frag_off;
245 uint8_t ttl;
246 uint8_t protocol;
247 uint16_t check;
[all …]