Home
last modified time | relevance | path

Searched refs:TCP_REG (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/test/unit/tcp/
Dtcp_helper.c162 TCP_REG(&tcp_active_pcbs, pcb); in tcp_set_state()
168 TCP_REG(&tcp_listen_pcbs.pcbs, pcb); in tcp_set_state()
172 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_set_state()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h358 #define TCP_REG(pcbs, npcb) do {\ macro
392 #define TCP_REG(pcbs, npcb) \ macro
422 TCP_REG(&tcp_active_pcbs, npcb); \
/third_party/lwip/
D0050-lwip-reuse-ip-port.patch95 - TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb);
103 + TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb);
D0053-cleancode-improve-lwipopts.h-readability.patch1565 #define TCP_REG(pcbs, npcb) do {\
1567 … LWIP_DEBUGF(TCP_DEBUG, ("TCP_REG %p local port %d\n", (npcb), (npcb)->local_port)); \
1574 #define TCP_REG(pcbs, npcb) do {\
1576 …LWIP_DEBUGF(TCP_DEBUG, ("TCP_REG %p local port %"U16_F"\n", (void *)(npcb), (npcb)->local_port)); \
1599 #define TCP_REG(pcbs, npcb) \
1608 #define TCP_REG(pcbs, npcb) \
D0002-adapt-lstack.patch2880 TCP_REG(&tcp_tw_pcbs, pcb);
2890 TCP_REG(&tcp_tw_pcbs, pcb);
2900 TCP_REG(&tcp_tw_pcbs, pcb);
4271 +#define TCP_REG(pcbs, npcb) do {\
4273 + LWIP_DEBUGF(TCP_DEBUG, ("TCP_REG %p local port %d\n", (npcb), (npcb)->…
4277 + LWIP_ASSERT("TCP_REG: already registered\n", tcp_tmp_pcb != (npcb)…
4279 + LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcb…
4284 + LWIP_ASSERT("TCP_REG: npcb->next != npcb", (npcb)->next != (npcb)); \
4318 #define TCP_REG(pcbs, npcb) do {\
4320 …LWIP_DEBUGF(TCP_DEBUG, ("TCP_REG %p local port %"U16_F"\n", (void *)(npcb), (npcb)->local_port)); \
[all …]
/third_party/lwip/src/core/
Dtcp_in.c1034 TCP_REG(&tcp_tw_pcbs, pcb);
1052 TCP_REG(&tcp_tw_pcbs, pcb);
1062 TCP_REG(&tcp_tw_pcbs, pcb);
Dtcp.c910 TCP_REG(&tcp_bound_pcbs, pcb);
1080 TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb);