Searched defs:iphdr (Results 1 – 3 of 3) sorted by relevance
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;[all …]
64 struct ip_hdr iphdr; member
92 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */ member