N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

_link_entry Struct Reference

#include <mesh_link.h>

List of all members.

Public Attributes

unsigned int node_id
u_int32_t requester
protocol_tprotocol
link_t link
metric_t metrics
u_int64_t time_last_used
avltree send_queue
seqnum_t send_seq_num
seqnum_t recv_seq_num
msg_queue_trouting_backlog
msg_queue_tlast_packet
unsigned short routing_pending
char * iface
char bcast [NET_ADDR_LEN]
char nmask [NET_ADDR_LEN]
_link_entrynext


Detailed Description

Definition at line 78 of file mesh_link.h.


Member Data Documentation

char _link_entry::bcast[NET_ADDR_LEN]
 

Definition at line 96 of file mesh_link.h.

Referenced by init_link_entry().

char* _link_entry::iface
 

Definition at line 95 of file mesh_link.h.

Referenced by init_link_entry(), and link_entry_to_rtentry().

msg_queue_t* _link_entry::last_packet
 

Definition at line 92 of file mesh_link.h.

Referenced by init_link_entry().

link_t _link_entry::link
 

Definition at line 83 of file mesh_link.h.

Referenced by compile_mesh_metrics(), init_link_entry(), link_entry_to_rtentry(), route_discovery_done(), and strength_send_mesh_discovery().

metric_t _link_entry::metrics
 

Definition at line 84 of file mesh_link.h.

Referenced by compile_mesh_metrics(), and init_link_entry().

struct _link_entry* _link_entry::next
 

Definition at line 99 of file mesh_link.h.

Referenced by init_link_entry().

char _link_entry::nmask[NET_ADDR_LEN]
 

Definition at line 97 of file mesh_link.h.

Referenced by init_link_entry(), and link_entry_to_rtentry().

unsigned int _link_entry::node_id
 

Definition at line 79 of file mesh_link.h.

Referenced by add_entry(), and init_link_entry().

protocol_t* _link_entry::protocol
 

Definition at line 82 of file mesh_link.h.

Referenced by add_msg(), and init_link_entry().

seqnum_t _link_entry::recv_seq_num
 

Definition at line 89 of file mesh_link.h.

Referenced by init_link_entry(), and mesh_recv().

u_int32_t _link_entry::requester
 

Definition at line 80 of file mesh_link.h.

msg_queue_t* _link_entry::routing_backlog
 

Definition at line 91 of file mesh_link.h.

Referenced by init_link_entry(), and route_discovery_done().

unsigned short _link_entry::routing_pending
 

Definition at line 93 of file mesh_link.h.

Referenced by init_link_entry(), and route_discovery_done().

struct avltree _link_entry::send_queue
 

Definition at line 87 of file mesh_link.h.

Referenced by add_msg(), empty_msgs(), init_link_entry(), reliable_net(), remove_msg(), and retrieve_msg().

seqnum_t _link_entry::send_seq_num
 

Definition at line 88 of file mesh_link.h.

Referenced by init_link_entry(), and mesh_send().

u_int64_t _link_entry::time_last_used
 

Definition at line 85 of file mesh_link.h.

Referenced by init_link_entry(), packet_usage(), and route_idle_time().


The documentation for this struct was generated from the following file:
  • /home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_link.h


© 2007, Los Alamos National Security, LLC.