Home
last modified time | relevance | path

Searched refs:vis_type (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dpacket.h164 uint8_t vis_type; /* which type of vis-participant sent this? */ member
Dvis.c535 packet->vis_type = VIS_TYPE_SERVER_SYNC; /* upgrade! */ in receive_client_update_packet()
617 packet->vis_type = atomic_read(&bat_priv->vis_mode); in generate_vis_packet()
625 if (packet->vis_type == VIS_TYPE_CLIENT_UPDATE) { in generate_vis_packet()
Drouting.c1114 switch (vis_packet->vis_type) { in recv_vis_packet()