Searched defs:batadv_coded_packet (Results 1 – 1 of 1) sorted by relevance
427 struct batadv_coded_packet { struct428 uint8_t packet_type;429 uint8_t version; /* batman version field */430 uint8_t ttl;431 uint8_t first_ttvn;433 uint8_t first_source[ETH_ALEN];434 uint8_t first_orig_dest[ETH_ALEN];435 __be32 first_crc;436 uint8_t second_ttl;437 uint8_t second_ttvn;[all …]