Searched refs:pcb2 (Results 1 – 6 of 6) 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 …]
563 struct raw_pcb *pcb2; in raw_remove() local571 for (pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in raw_remove()573 if (pcb2->next != NULL && pcb2->next == pcb) { in raw_remove()575 pcb2->next = pcb->next; in raw_remove()
1189 struct udp_pcb *pcb2; in udp_remove() local1202 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in udp_remove()1204 if (pcb2->next != NULL && pcb2->next == pcb) { in udp_remove()1206 pcb2->next = pcb->next; in udp_remove()
1381 struct tcp_pcb *pcb2; in tcp_slowtmr() local1405 pcb2 = pcb; in tcp_slowtmr()1407 tcp_free(pcb2); in tcp_slowtmr()1452 struct tcp_pcb *pcb2; in tcp_slowtmr() local1463 pcb2 = pcb; in tcp_slowtmr()1465 tcp_free(pcb2); in tcp_slowtmr()
22 struct tcp_pcb *pcb2; in tcp_remove() local25 pcb2 = pcb; in tcp_remove()27 tcp_abort(pcb2); in tcp_remove()
47 layout(push_constant) uniform pcb2 {