Public Member Functions | Public Attributes

OLSR_hello_msg Struct Reference

Auxiliary struct which is part of the OLSR HELLO message (struct OLSR_hello). More...

#include <OLSR_pkt.h>

List of all members.

Public Member Functions

u_int8_t & link_code ()
u_int8_t & reserved ()
u_int16_t & link_msg_size ()
nsaddr_t & nb_iface_addr (int i)
u_int32_t size ()
u_int8_t & link_code ()
u_int8_t & reserved ()
u_int16_t & link_msg_size ()
nsaddr_t & nb_iface_addr (int i)
u_int32_t size ()

Public Attributes

u_int8_t link_code_
 Link code.
u_int8_t reserved_
 Reserved.
u_int16_t link_msg_size_
 Size of this link message.
nsaddr_t nb_iface_addrs_ [OLSR_MAX_ADDRS]
 List of interface addresses of neighbor nodes.
int count
 Number of interface addresses contained in nb_iface_addrs_.

Detailed Description

Auxiliary struct which is part of the OLSR HELLO message (struct OLSR_hello).


The documentation for this struct was generated from the following files: