Home
last modified time | relevance | path

Searched defs:vis_packet (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dpacket.h162 struct vis_packet { struct
163 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 */
Dvis.c386 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()
Dhard-interface.c112 struct vis_packet *vis_packet; in primary_if_update_addr() local
Drouting.c1088 struct vis_packet *vis_packet; in recv_vis_packet() local