Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h339 #define TCP_REG(pcbs, npcb) do {\ macro
371 #define TCP_REG(pcbs, npcb) \ macro
/external/syslinux/core/lwip/src/core/
Dtcp.c160 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_close_shutdown()
449 TCP_REG(&tcp_bound_pcbs, pcb); in tcp_bind()
533 TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb); in tcp_listen_with_backlog()
734 TCP_REG(&tcp_active_pcbs, pcb); in tcp_connect()
Dtcp_in.c495 TCP_REG(&tcp_active_pcbs, npcb); in tcp_listen_input()
746 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_process()
763 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_process()
773 TCP_REG(&tcp_tw_pcbs, pcb); in tcp_process()