Searched defs:iphdr (Results 1 – 1 of 1) sorted by relevance
180 struct iphdr { struct182 unsigned int ihl:4;183 unsigned int version:4;188 uint8_t tos;189 uint16_t tot_len;190 uint16_t id;191 uint16_t frag_off;192 uint8_t ttl;193 uint8_t protocol;194 uint16_t check;[all …]