Searched refs:TCP_RMV (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | tcp.c | 158 TCP_RMV(&tcp_active_pcbs, pcb); in tcp_close_shutdown() 177 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_close_shutdown() 523 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_listen_with_backlog() 732 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_connect() 1433 TCP_RMV(pcblist, pcb); in tcp_pcb_remove()
|
D | tcp_in.c | 744 TCP_RMV(&tcp_active_pcbs, pcb); in tcp_process() 761 TCP_RMV(&tcp_active_pcbs, pcb); in tcp_process() 771 TCP_RMV(&tcp_active_pcbs, pcb); in tcp_process()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcp_impl.h | 353 #define TCP_RMV(pcbs, npcb) do { \ macro 378 #define TCP_RMV(pcbs, npcb) \ macro
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 254 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp
|