Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h344 struct tcp_pcb *tcp_tmp_pcb; \
346 for (tcp_tmp_pcb = *(pcbs); \
347 tcp_tmp_pcb != NULL; \
348 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
364 … } else for (tcp_tmp_pcb = *(pcbs); tcp_tmp_pcb != NULL; tcp_tmp_pcb = tcp_tmp_pcb->next) { \
390 struct tcp_pcb *tcp_tmp_pcb; \
391 for (tcp_tmp_pcb = *pcbs; \
392 tcp_tmp_pcb != NULL; \
393 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
394 if(tcp_tmp_pcb->next == (npcb)) { \
[all …]
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h359 struct tcp_pcb *tcp_tmp_pcb; \
361 for (tcp_tmp_pcb = *(pcbs); \
362 tcp_tmp_pcb != NULL; \
363 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
379 … } else for (tcp_tmp_pcb = *(pcbs); tcp_tmp_pcb != NULL; tcp_tmp_pcb = tcp_tmp_pcb->next) { \
405 struct tcp_pcb *tcp_tmp_pcb; \
406 for (tcp_tmp_pcb = *pcbs; \
407 tcp_tmp_pcb != NULL; \
408 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
409 if(tcp_tmp_pcb->next == (npcb)) { \
[all …]
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h338 for(tcp_tmp_pcb = *(pcbs); \
339 tcp_tmp_pcb != NULL; \
340 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
355 … } else for(tcp_tmp_pcb = *(pcbs); tcp_tmp_pcb != NULL; tcp_tmp_pcb = tcp_tmp_pcb->next) { \
356 if(tcp_tmp_pcb->next == (npcb)) { \
357 tcp_tmp_pcb->next = (npcb)->next; \
381 for(tcp_tmp_pcb = *pcbs; \
382 tcp_tmp_pcb != NULL; \
383 tcp_tmp_pcb = tcp_tmp_pcb->next) { \
384 if(tcp_tmp_pcb->next == (npcb)) { \
[all …]
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp.c117 struct tcp_pcb *tcp_tmp_pcb; variable

Completed in 17 milliseconds