Searched refs:TCP_REG (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 162 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/ |
D | tcp_priv.h | 358 #define TCP_REG(pcbs, npcb) do {\ macro 392 #define TCP_REG(pcbs, npcb) \ macro 422 TCP_REG(&tcp_active_pcbs, npcb); \
|
/third_party/lwip/src/core/ |
D | tcp_in.c | 1000 TCP_REG(&tcp_tw_pcbs, pcb); 1018 TCP_REG(&tcp_tw_pcbs, pcb); 1028 TCP_REG(&tcp_tw_pcbs, pcb);
|
D | tcp.c | 748 TCP_REG(&tcp_bound_pcbs, pcb); in tcp_bind() 915 TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb); in tcp_listen_with_backlog_and_err()
|