Searched refs:TCP_REG (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcp_impl.h | 339 #define TCP_REG(pcbs, npcb) do {\ macro 371 #define TCP_REG(pcbs, npcb) \ macro
|
/external/syslinux/core/lwip/src/core/ |
D | tcp.c | 160 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()
|
D | tcp_in.c | 495 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()
|