1/* automatically generated by rust-bindgen 0.66.1 */
2
3pub type __s8 = crate::ctypes::c_schar;
4pub type __u8 = crate::ctypes::c_uchar;
5pub type __s16 = crate::ctypes::c_short;
6pub type __u16 = crate::ctypes::c_ushort;
7pub type __s32 = crate::ctypes::c_int;
8pub type __u32 = crate::ctypes::c_uint;
9pub type __s64 = crate::ctypes::c_longlong;
10pub type __u64 = crate::ctypes::c_ulonglong;
11pub type __kernel_key_t = crate::ctypes::c_int;
12pub type __kernel_mqd_t = crate::ctypes::c_int;
13pub type __kernel_old_uid_t = crate::ctypes::c_ushort;
14pub type __kernel_old_gid_t = crate::ctypes::c_ushort;
15pub type __kernel_old_dev_t = crate::ctypes::c_ulong;
16pub type __kernel_long_t = crate::ctypes::c_long;
17pub type __kernel_ulong_t = crate::ctypes::c_ulong;
18pub type __kernel_ino_t = __kernel_ulong_t;
19pub type __kernel_mode_t = crate::ctypes::c_uint;
20pub type __kernel_pid_t = crate::ctypes::c_int;
21pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
22pub type __kernel_uid_t = crate::ctypes::c_uint;
23pub type __kernel_gid_t = crate::ctypes::c_uint;
24pub type __kernel_suseconds_t = __kernel_long_t;
25pub type __kernel_daddr_t = crate::ctypes::c_int;
26pub type __kernel_uid32_t = crate::ctypes::c_uint;
27pub type __kernel_gid32_t = crate::ctypes::c_uint;
28pub type __kernel_size_t = __kernel_ulong_t;
29pub type __kernel_ssize_t = __kernel_long_t;
30pub type __kernel_ptrdiff_t = __kernel_long_t;
31pub type __kernel_off_t = __kernel_long_t;
32pub type __kernel_loff_t = crate::ctypes::c_longlong;
33pub type __kernel_old_time_t = __kernel_long_t;
34pub type __kernel_time_t = __kernel_long_t;
35pub type __kernel_time64_t = crate::ctypes::c_longlong;
36pub type __kernel_clock_t = __kernel_long_t;
37pub type __kernel_timer_t = crate::ctypes::c_int;
38pub type __kernel_clockid_t = crate::ctypes::c_int;
39pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
40pub type __kernel_uid16_t = crate::ctypes::c_ushort;
41pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42pub type __le16 = __u16;
43pub type __be16 = __u16;
44pub type __le32 = __u32;
45pub type __be32 = __u32;
46pub type __le64 = __u64;
47pub type __be64 = __u64;
48pub type __sum16 = __u16;
49pub type __wsum = __u32;
50pub type __poll_t = crate::ctypes::c_uint;
51#[repr(C, packed)]
52#[derive(Debug, Copy, Clone)]
53pub struct ethhdr {
54pub h_dest: [crate::ctypes::c_uchar; 6usize],
55pub h_source: [crate::ctypes::c_uchar; 6usize],
56pub h_proto: __be16,
57}
58pub const ETH_ALEN: u32 = 6;
59pub const ETH_TLEN: u32 = 2;
60pub const ETH_HLEN: u32 = 14;
61pub const ETH_ZLEN: u32 = 60;
62pub const ETH_DATA_LEN: u32 = 1500;
63pub const ETH_FRAME_LEN: u32 = 1514;
64pub const ETH_FCS_LEN: u32 = 4;
65pub const ETH_MIN_MTU: u32 = 68;
66pub const ETH_MAX_MTU: u32 = 65535;
67pub const ETH_P_LOOP: u32 = 96;
68pub const ETH_P_PUP: u32 = 512;
69pub const ETH_P_PUPAT: u32 = 513;
70pub const ETH_P_TSN: u32 = 8944;
71pub const ETH_P_ERSPAN2: u32 = 8939;
72pub const ETH_P_IP: u32 = 2048;
73pub const ETH_P_X25: u32 = 2053;
74pub const ETH_P_ARP: u32 = 2054;
75pub const ETH_P_BPQ: u32 = 2303;
76pub const ETH_P_IEEEPUP: u32 = 2560;
77pub const ETH_P_IEEEPUPAT: u32 = 2561;
78pub const ETH_P_BATMAN: u32 = 17157;
79pub const ETH_P_DEC: u32 = 24576;
80pub const ETH_P_DNA_DL: u32 = 24577;
81pub const ETH_P_DNA_RC: u32 = 24578;
82pub const ETH_P_DNA_RT: u32 = 24579;
83pub const ETH_P_LAT: u32 = 24580;
84pub const ETH_P_DIAG: u32 = 24581;
85pub const ETH_P_CUST: u32 = 24582;
86pub const ETH_P_SCA: u32 = 24583;
87pub const ETH_P_TEB: u32 = 25944;
88pub const ETH_P_RARP: u32 = 32821;
89pub const ETH_P_ATALK: u32 = 32923;
90pub const ETH_P_AARP: u32 = 33011;
91pub const ETH_P_8021Q: u32 = 33024;
92pub const ETH_P_ERSPAN: u32 = 35006;
93pub const ETH_P_IPX: u32 = 33079;
94pub const ETH_P_IPV6: u32 = 34525;
95pub const ETH_P_PAUSE: u32 = 34824;
96pub const ETH_P_SLOW: u32 = 34825;
97pub const ETH_P_WCCP: u32 = 34878;
98pub const ETH_P_MPLS_UC: u32 = 34887;
99pub const ETH_P_MPLS_MC: u32 = 34888;
100pub const ETH_P_ATMMPOA: u32 = 34892;
101pub const ETH_P_PPP_DISC: u32 = 34915;
102pub const ETH_P_PPP_SES: u32 = 34916;
103pub const ETH_P_LINK_CTL: u32 = 34924;
104pub const ETH_P_ATMFATE: u32 = 34948;
105pub const ETH_P_PAE: u32 = 34958;
106pub const ETH_P_PROFINET: u32 = 34962;
107pub const ETH_P_REALTEK: u32 = 34969;
108pub const ETH_P_AOE: u32 = 34978;
109pub const ETH_P_ETHERCAT: u32 = 34980;
110pub const ETH_P_8021AD: u32 = 34984;
111pub const ETH_P_802_EX1: u32 = 34997;
112pub const ETH_P_PREAUTH: u32 = 35015;
113pub const ETH_P_TIPC: u32 = 35018;
114pub const ETH_P_LLDP: u32 = 35020;
115pub const ETH_P_MRP: u32 = 35043;
116pub const ETH_P_MACSEC: u32 = 35045;
117pub const ETH_P_8021AH: u32 = 35047;
118pub const ETH_P_MVRP: u32 = 35061;
119pub const ETH_P_1588: u32 = 35063;
120pub const ETH_P_NCSI: u32 = 35064;
121pub const ETH_P_PRP: u32 = 35067;
122pub const ETH_P_CFM: u32 = 35074;
123pub const ETH_P_FCOE: u32 = 35078;
124pub const ETH_P_IBOE: u32 = 35093;
125pub const ETH_P_TDLS: u32 = 35085;
126pub const ETH_P_FIP: u32 = 35092;
127pub const ETH_P_80221: u32 = 35095;
128pub const ETH_P_HSR: u32 = 35119;
129pub const ETH_P_NSH: u32 = 35151;
130pub const ETH_P_LOOPBACK: u32 = 36864;
131pub const ETH_P_QINQ1: u32 = 37120;
132pub const ETH_P_QINQ2: u32 = 37376;
133pub const ETH_P_QINQ3: u32 = 37632;
134pub const ETH_P_EDSA: u32 = 56026;
135pub const ETH_P_DSA_8021Q: u32 = 56027;
136pub const ETH_P_DSA_A5PSW: u32 = 57345;
137pub const ETH_P_IFE: u32 = 60734;
138pub const ETH_P_AF_IUCV: u32 = 64507;
139pub const ETH_P_802_3_MIN: u32 = 1536;
140pub const ETH_P_802_3: u32 = 1;
141pub const ETH_P_AX25: u32 = 2;
142pub const ETH_P_ALL: u32 = 3;
143pub const ETH_P_802_2: u32 = 4;
144pub const ETH_P_SNAP: u32 = 5;
145pub const ETH_P_DDCMP: u32 = 6;
146pub const ETH_P_WAN_PPP: u32 = 7;
147pub const ETH_P_PPP_MP: u32 = 8;
148pub const ETH_P_LOCALTALK: u32 = 9;
149pub const ETH_P_CAN: u32 = 12;
150pub const ETH_P_CANFD: u32 = 13;
151pub const ETH_P_CANXL: u32 = 14;
152pub const ETH_P_PPPTALK: u32 = 16;
153pub const ETH_P_TR_802_2: u32 = 17;
154pub const ETH_P_MOBITEX: u32 = 21;
155pub const ETH_P_CONTROL: u32 = 22;
156pub const ETH_P_IRDA: u32 = 23;
157pub const ETH_P_ECONET: u32 = 24;
158pub const ETH_P_HDLC: u32 = 25;
159pub const ETH_P_ARCNET: u32 = 26;
160pub const ETH_P_DSA: u32 = 27;
161pub const ETH_P_TRAILER: u32 = 28;
162pub const ETH_P_PHONET: u32 = 245;
163pub const ETH_P_IEEE802154: u32 = 246;
164pub const ETH_P_CAIF: u32 = 247;
165pub const ETH_P_XDSA: u32 = 248;
166pub const ETH_P_MAP: u32 = 249;
167pub const ETH_P_MCTP: u32 = 250;
168