Home
last modified time | relevance | path

Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58957 struct iphdr { struct
58958 __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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h68715 struct iphdr { struct
68716 __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 …]