Home
last modified time | relevance | path

Searched defs:batadv_icmp_tp_packet (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbatadv_packet.h138 struct batadv_icmp_tp_packet { struct
139 __u8 packet_type;
140 __u8 version;
141 __u8 ttl;
142 __u8 msg_type;
143 __u8 dst[ETH_ALEN];
144 __u8 orig[ETH_ALEN];
145 __u8 uid;
146 __u8 subtype;
147 __u8 session[2];
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbatadv_packet.h332 struct batadv_icmp_tp_packet { struct
333 __u8 packet_type;
334 __u8 version;
335 __u8 ttl;
336 __u8 msg_type; /* see ICMP message types above */
337 __u8 dst[ETH_ALEN];
338 __u8 orig[ETH_ALEN];
339 __u8 uid;
340 __u8 subtype;
341 __u8 session[2];
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbatadv_packet.h150 struct batadv_icmp_tp_packet { struct
151 __u8 packet_type;
152 __u8 version;
153 __u8 ttl;
154 __u8 msg_type;
155 __u8 dst[ETH_ALEN];
156 __u8 orig[ETH_ALEN];
157 __u8 uid;
158 __u8 subtype;
159 __u8 session[2];
[all …]