Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/tcp/
Dtcp_helper.c146 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/
Dtcp_impl.h336 #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/
Dtcp.c190 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()
Dtcp_in.c749 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()