STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
ip_globals Struct Reference

#include <ip.h>

Data Fields

struct netifcurrent_netif
 
struct netifcurrent_input_netif
 
u16_t current_ip_header_tot_len
 
ip_addr_t current_iphdr_src
 
ip_addr_t current_iphdr_dest
 

Detailed Description

Definition at line 126 of file ip.h.

Field Documentation

struct netif* current_input_netif

The interface that received the packet for the current callback invocation.

Definition at line 131 of file ip.h.

u16_t current_ip_header_tot_len

Total header length of current_ip4/6_header (i.e. after this, the UDP/TCP header starts)

Definition at line 141 of file ip.h.

ip_addr_t current_iphdr_dest

Destination IP address of current_header

Definition at line 145 of file ip.h.

ip_addr_t current_iphdr_src

Source IP address of current_header

Definition at line 143 of file ip.h.

struct netif* current_netif

The interface that accepted the packet for the current callback invocation.

Definition at line 129 of file ip.h.


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