Searched defs:nm_iphdr (Results 1 – 1 of 1) sorted by relevance
2249 struct nm_iphdr { struct2250 uint8_t version_ihl;2251 uint8_t tos;2252 uint16_t tot_len;2253 uint16_t id;2254 uint16_t frag_off;2255 uint8_t ttl;2256 uint8_t protocol;2257 uint16_t check;2258 uint32_t saddr;[all …]