1 #ifndef _NAMESEVICE_MSG
2 #define _NAMESEVICE_MSG
6 olsr_u8_t name_len; // length of the following name filed
10 * OLSR message (several can exist in one OLSR packet)
15 olsr_u8_t olsr_msgtype;
17 olsr_u16_t olsr_msgsize;
18 olsr_u32_t originator;
23 /* YOUR PACKET GOES HERE */
33 olsr_u8_t olsr_msgtype;
35 olsr_u16_t olsr_msgsize;
36 struct in6_addr originator;
41 /* YOUR PACKET GOES HERE */