Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
vis.h File Reference

Go to the source code of this file.

Macros

#define BATADV_VIS_TIMEOUT   200000
 

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)
 

Macro Definition Documentation

#define BATADV_VIS_TIMEOUT   200000

Definition at line 24 of file vis.h.

Function Documentation

void batadv_receive_client_update_packet ( struct batadv_priv bat_priv,
struct batadv_vis_packet vis_packet,
int  vis_info_len 
)

Definition at line 468 of file vis.c.

void batadv_receive_server_sync_packet ( struct batadv_priv bat_priv,
struct batadv_vis_packet vis_packet,
int  vis_info_len 
)

Definition at line 442 of file vis.c.

int batadv_vis_init ( struct batadv_priv bat_priv)

Definition at line 853 of file vis.c.

void batadv_vis_quit ( struct batadv_priv bat_priv)

Definition at line 936 of file vis.c.

int batadv_vis_seq_print_text ( struct seq_file seq,
void offset 
)

Definition at line 249 of file vis.c.