Searched refs:TCP_REG (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 146 TCP_REG(&tcp_active_pcbs, pcb); in tcp_set_state() 152 TCP_REG(&tcp_listen_pcbs.pcbs, pcb); in tcp_set_state() 156 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_set_state()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp_impl.h | 336 #define TCP_REG(pcbs, npcb) do {\ macro 368 #define TCP_REG(pcbs, npcb) \ macro 397 TCP_REG(&tcp_active_pcbs, npcb); \
|
| /lib/liblwip/src/core/ |
| D | tcp.c | 190 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_close_shutdown() 485 TCP_REG(&tcp_bound_pcbs, pcb); in tcp_bind() 569 TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb); in tcp_listen_with_backlog()
|
| D | tcp_in.c | 749 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_process() 766 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_process() 776 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_process()
|