Searched defs:iphdr (Results 1 – 5 of 5) sorted by relevance
113 struct iphdr { struct115 __u8 ihl:4,116 version:4;123 __u8 tos;124 __u16 tot_len;125 __u16 id;126 __u16 frag_off;127 __u8 ttl;128 __u8 protocol;129 __u16 check;[all …]
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
1808 struct iphdr *iphdr = (struct iphdr *)(msdu + SNAP_SIZE + 2); in rtw_os_recv_select_queue() local