Home
last modified time | relevance | path

Searched refs:TCP_PCB_COMMON (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcp.h212 #define TCP_PCB_COMMON(type) \ macro
227 TCP_PCB_COMMON(struct tcp_pcb_listen);
246 TCP_PCB_COMMON(struct tcp_pcb);
/third_party/lwip/
D0053-cleancode-improve-lwipopts.h-readability.patch1785 #define TCP_PCB_COMMON(type) \
1794 #define TCP_PCB_COMMON(type) \
1818 TCP_PCB_COMMON(struct tcp_pcb);
D0002-adapt-lstack.patch4655 #define TCP_PCB_COMMON(type) \
4667 +#define TCP_PCB_COMMON(type) \
4682 TCP_PCB_COMMON(struct tcp_pcb);
DCHANGELOG2594 by moving accept callback function pointer to TCP_PCB_COMMON