Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/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 …]
/lk-master/external/lib/lwip/core/
A Dtcp.c117 struct tcp_pcb *tcp_tmp_pcb; variable

Completed in 6 milliseconds