Searched defs:vis_packet (Results 1 – 4 of 4) sorted by relevance
168 struct vis_packet { struct169 uint8_t packet_type;170 uint8_t version; /* batman version field */171 uint8_t ttl; /* TTL */172 uint8_t vis_type; /* which type of vis-participant sent this? */173 uint32_t seqno; /* sequence number */174 uint8_t entries; /* number of entries behind this struct */175 uint8_t reserved;176 uint8_t vis_orig[6]; /* originator that announces its neighbors */177 uint8_t target_orig[6]; /* who should receive this packet */[all …]
386 struct vis_packet *vis_packet, in add_packet()480 struct vis_packet *vis_packet, in receive_server_sync_packet()505 struct vis_packet *vis_packet, in receive_client_update_packet()
113 struct vis_packet *vis_packet; in primary_if_update_addr() local
1091 struct vis_packet *vis_packet; in recv_vis_packet() local