Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dip.h85 struct iphdr { struct
87 __u8 ihl:4,
88 version:4;
95 __u8 tos;
96 __be16 tot_len;
97 __be16 id;
98 __be16 frag_off;
99 __u8 ttl;
100 __u8 protocol;
101 __sum16 check;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dip.h45 struct iphdr struct
48 unsigned int ihl:4;
49 unsigned int version:4;
56 u_int8_t tos;
57 u_int16_t tot_len;
58 u_int16_t id;
59 u_int16_t frag_off;
60 u_int8_t ttl;
61 u_int8_t protocol;
62 u_int16_t check;
[all …]