|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
#include <ip.h>

Public Attributes | |
| struct netif * | current_netif |
| struct netif * | current_input_netif |
| u16_t | current_ip_header_tot_len |
| ip_addr_t | current_iphdr_src |
| ip_addr_t | current_iphdr_dest |
Global variables of this module, kept in a struct for efficient access using base+index.
| struct netif* ip_globals::current_input_netif |
The interface that received the packet for the current callback invocation.
| u16_t ip_globals::current_ip_header_tot_len |
Total header length of current_ip4/6_header (i.e. after this, the UDP/TCP header starts)
| ip_addr_t ip_globals::current_iphdr_dest |
Destination IP address of current_header
| ip_addr_t ip_globals::current_iphdr_src |
Source IP address of current_header
| struct netif* ip_globals::current_netif |
The interface that accepted the packet for the current callback invocation.