Global variables of this module, kept in a struct for efficient access using base+index. More...
#include <ip.h>
Data Fields | |
struct netif * | current_netif |
The interface that accepted the packet for the current callback invocation. More... | |
struct netif * | current_input_netif |
The interface that received the packet for the current callback invocation. More... | |
u16_t | current_ip_header_tot_len |
Total header length of current_ip4/6_header (i.e. More... | |
ip_addr_t | current_iphdr_src |
Source IP address of current_header. More... | |
ip_addr_t | current_iphdr_dest |
Destination IP address of current_header. More... | |
Global variables of this module, kept in a struct for efficient access using base+index.
struct netif* current_input_netif |
u16_t current_ip_header_tot_len |
ip_addr_t current_iphdr_dest |
ip_addr_t current_iphdr_src |