ip_globals is only used within LwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
struct netif *
The interface that accepted the packet for the current callback invocation.
struct netif *
The interface that received the packet for the current callback invocation.
const struct ip_hdr *
Header of the input packet currently being processed.
Total header length of current_ip4/6_header (i.e. after this, the UDP/TCP header starts).
Source IP address of current_header.
Destination IP address of current_header.

References

from examples