Lines Matching defs:iphdr
24 struct iphdr { struct26 unsigned int ihl:4;27 unsigned int version:4;32 uint8_t tos;33 uint16_t tot_len;34 uint16_t id;35 uint16_t frag_off;36 uint8_t ttl;37 uint8_t protocol;38 uint16_t check;39 uint32_t saddr;40 uint32_t daddr;