IP_PCB is only used within LwIP.
 
Symbols
loading...
Files
loading...

IP_PCB macro

This is the common part of all PCB types. It needs to be at the beginning of a PCB type definition. It is located here so that changes to this common part are made in one location instead of

Syntax

from ip.h:76
#define IP_PCB \     \     ip_addr_t local_ip; \     ip_addr_t remote_ip; \     \     u8_t netif_idx; \     \     u8_t so_options; \     \     u8_t tos; \     \     u8_t ttl \     \     IP_PCB_NETIFHINT

References

LocationText
ip.h:76
#define IP_PCB \
ip.h:93
IP_PCB;
tcp.h:225
IP_PCB;
tcp.h:244
IP_PCB;
udp.h:83
IP_PCB;