Searched refs:pcb2 (Results 1 – 5 of 5) sorted by relevance
27 struct udp_pcb *pcb2; in udp_remove_all() local30 pcb2 = pcb; in udp_remove_all()32 udp_remove(pcb2); in udp_remove_all()227 pcb2 = udp_new(); in START_TEST()253 ctr2.pcb = pcb2; in START_TEST()362 udp_remove(pcb2); in START_TEST()378 udp_remove(pcb2); in START_TEST()394 udp_remove(pcb2); in START_TEST()410 udp_remove(pcb2); in START_TEST()426 udp_remove(pcb2); in START_TEST()[all …]
564 struct raw_pcb *pcb2; in raw_remove() local572 for (pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in raw_remove()574 if (pcb2->next != NULL && pcb2->next == pcb) { in raw_remove()576 pcb2->next = pcb->next; in raw_remove()
1185 struct udp_pcb *pcb2; in udp_remove() local1198 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in udp_remove()1200 if (pcb2->next != NULL && pcb2->next == pcb) { in udp_remove()1202 pcb2->next = pcb->next; in udp_remove()
1384 struct tcp_pcb *pcb2; in tcp_slowtmr() local1408 pcb2 = pcb; in tcp_slowtmr()1410 tcp_free(pcb2); in tcp_slowtmr()1455 struct tcp_pcb *pcb2; in tcp_slowtmr() local1466 pcb2 = pcb; in tcp_slowtmr()1468 tcp_free(pcb2); in tcp_slowtmr()
23 struct tcp_pcb *pcb2; in tcp_remove() local26 pcb2 = pcb; in tcp_remove()28 if (pcb2->state == LISTEN) { in tcp_remove()29 tcp_close(pcb2); in tcp_remove()31 tcp_abort(pcb2); in tcp_remove()