Searched refs:tcp_tmp_pcb (Results 1 – 4 of 4) sorted by relevance
344 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 …]
359 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 …]
338 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 …]
117 struct tcp_pcb *tcp_tmp_pcb; variable
Completed in 17 milliseconds