Rtos API example
ip_globals Struct Reference
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. | |
| struct netif * | current_input_netif |
| The interface that received the packet for the current callback invocation. | |
| struct ip_hdr * | current_ip4_header |
| Header of the input packet currently being processed. | |
| struct ip6_hdr * | current_ip6_header |
| Header of the input IPv6 packet currently being processed. | |
| u16_t | current_ip_header_tot_len |
| Total header length of current_ip4/6_header (i.e. | |
| ip_addr_t | current_iphdr_src |
| Source IP address of current_header. | |
| ip_addr_t | current_iphdr_dest |
| Destination IP address of current_header. | |
Detailed Description
Global variables of this module, kept in a struct for efficient access using base+index.
Definition at line 105 of file ip.h.
Field Documentation
| struct netif* current_input_netif |
| struct ip_hdr* current_ip4_header |
| struct ip6_hdr* current_ip6_header |
| struct netif* current_netif |
Generated on Sun Jul 17 2022 08:25:40 by
1.7.2