Linux Kernel
3.7.1
|
#include "main.h"
#include "send.h"
#include "translation-table.h"
#include "vis.h"
#include "soft-interface.h"
#include "hard-interface.h"
#include "hash.h"
#include "originator.h"
Go to the source code of this file.
Macros | |
#define | BATADV_MAX_VIS_PACKET_SIZE 1000 |
Functions | |
int | batadv_vis_seq_print_text (struct seq_file *seq, void *offset) |
void | batadv_receive_server_sync_packet (struct batadv_priv *bat_priv, struct batadv_vis_packet *vis_packet, int vis_info_len) |
void | batadv_receive_client_update_packet (struct batadv_priv *bat_priv, struct batadv_vis_packet *vis_packet, int vis_info_len) |
int | batadv_vis_init (struct batadv_priv *bat_priv) |
void | batadv_vis_quit (struct batadv_priv *bat_priv) |
void batadv_receive_client_update_packet | ( | struct batadv_priv * | bat_priv, |
struct batadv_vis_packet * | vis_packet, | ||
int | vis_info_len | ||
) |
void batadv_receive_server_sync_packet | ( | struct batadv_priv * | bat_priv, |
struct batadv_vis_packet * | vis_packet, | ||
int | vis_info_len | ||
) |
int batadv_vis_init | ( | struct batadv_priv * | bat_priv | ) |
void batadv_vis_quit | ( | struct batadv_priv * | bat_priv | ) |