Searched refs:pcb2 (Results 1 – 8 of 8) 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()215 struct udp_pcb *pcb1, *pcb2; in START_TEST() local227 pcb2 = udp_new(); in START_TEST()228 fail_unless(pcb2 != NULL); in START_TEST()235 ip_set_option(pcb2, SOF_REUSEADDR); in START_TEST()247 err = udp_bind(pcb2, &test_netif2.ip_addr, port); in START_TEST()253 ctr2.pcb = pcb2; in START_TEST()256 udp_recv(pcb2, test_recv, &ctr2); in START_TEST()[all …]
586 struct raw_pcb *pcb2; in raw_remove() local594 for (pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in raw_remove()596 if (pcb2->next != NULL && pcb2->next == pcb) { in raw_remove()598 pcb2->next = pcb->next; in raw_remove()
1235 struct udp_pcb *pcb2; local1248 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {1250 if (pcb2->next != NULL && pcb2->next == pcb) {1252 pcb2->next = pcb->next;
1558 struct tcp_pcb *pcb2; local1582 pcb2 = pcb;1584 tcp_free(pcb2);1629 struct tcp_pcb *pcb2; local1640 pcb2 = pcb;1642 tcp_free(pcb2);
22 struct tcp_pcb *pcb2; in tcp_remove() local25 pcb2 = pcb; in tcp_remove()27 tcp_abort(pcb2); in tcp_remove()
53 layout(push_constant) uniform pcb2 {
822 pcb2 = pcb;826 pcb2->next = NULL;828 tcp_free(pcb2);849 pcb2 = pcb;853 pcb2->next = NULL;855 tcp_free(pcb2);
2513 pcb2 = pcb;2516 + pcb2->next = NULL;2518 tcp_free(pcb2);2542 pcb2 = pcb;2545 + pcb2->next = NULL;2547 tcp_free(pcb2);