Generic network interface header. More...

Detailed Description

Generic network interface header.

The link layer addresses included in this header are put in memory directly following this struct.

Definition at line 101 of file hdr.h.

#include <hdr.h>

Data Fields

uint8_t src_l2addr_len
 length of l2 source address in byte
 
uint8_t dst_l2addr_len
 length of l2 destination address in byte
 
kernel_pid_t if_pid
 PID of network interface.
 
uint8_t flags
 flags as defined above
 
uint8_t lqi
 lqi of received packet (optional)
 
int16_t rssi
 rssi of received packet in dBm (optional)
 

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