Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance
58957 struct iphdr { struct58958 __u8 ihl: 4;58959 __u8 version: 4;58960 __u8 tos;58961 __be16 tot_len;58962 __be16 id;58963 __be16 frag_off;58964 __u8 ttl;58965 __u8 protocol;58966 __sum16 check;[all …]
68715 struct iphdr { struct68716 __u8 ihl: 4;68717 __u8 version: 4;68718 __u8 tos;68719 __be16 tot_len;68720 __be16 id;68721 __be16 frag_off;68722 __u8 ttl;68723 __u8 protocol;68724 __sum16 check;[all …]