Home
last modified time | relevance | path

Searched refs:TCP_QUEUE_OOSEQ (Results 1 – 8 of 8) sorted by relevance

/lib/liblwip/src/include/lwip/
Dpbuf.h125 #if LWIP_TCP && TCP_QUEUE_OOSEQ
Dopt.h944 #ifndef TCP_QUEUE_OOSEQ
945 #define TCP_QUEUE_OOSEQ (LWIP_TCP) macro
Dtcp.h244 #if TCP_QUEUE_OOSEQ
/lib/liblwip/src/core/
Dtcp.c388 #if TCP_QUEUE_OOSEQ in tcp_abandon()
920 #if TCP_QUEUE_OOSEQ in tcp_slowtmr()
1168 #if TCP_QUEUE_OOSEQ
1510 #if TCP_QUEUE_OOSEQ in tcp_pcb_purge()
1555 #if TCP_QUEUE_OOSEQ in tcp_pcb_remove()
Dtcp_in.c793 #if TCP_QUEUE_OOSEQ
850 #if TCP_QUEUE_OOSEQ in tcp_receive()
1242 #if TCP_QUEUE_OOSEQ in tcp_receive()
1324 #if TCP_QUEUE_OOSEQ in tcp_receive()
1370 #if TCP_QUEUE_OOSEQ in tcp_receive()
Dpbuf.c73 #if LWIP_TCP && TCP_QUEUE_OOSEQ
87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c10 #if !TCP_QUEUE_OOSEQ
/lib/liblwip/
DCHANGELOG1358 * init.c, opt.h: Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when