Searched defs:vis_packet (Results 1 – 4 of 4) sorted by relevance
162 struct vis_packet { struct163 struct batman_header header;164 uint8_t vis_type; /* which type of vis-participant sent this? */165 uint32_t seqno; /* sequence number */166 uint8_t entries; /* number of entries behind this struct */167 uint8_t reserved;168 uint8_t vis_orig[6]; /* originator that announces its neighbors */169 uint8_t target_orig[6]; /* who should receive this packet */170 uint8_t sender_orig[6]; /* who sent or rebroadcasted this packet */
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()
112 struct vis_packet *vis_packet; in primary_if_update_addr() local
1088 struct vis_packet *vis_packet; in recv_vis_packet() local