Home
last modified time | relevance | path

Searched refs:pcb2 (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/test/unit/udp/
Dtest_udp.c27 struct udp_pcb *pcb2; in udp_remove_all() local
30 pcb2 = pcb; in udp_remove_all()
32 udp_remove(pcb2); in udp_remove_all()
215 struct udp_pcb *pcb1, *pcb2; in START_TEST() local
227 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 …]
/third_party/lwip/src/core/
Draw.c586 struct raw_pcb *pcb2; in raw_remove() local
594 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()
Dudp.c1235 struct udp_pcb *pcb2; local
1248 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {
1250 if (pcb2->next != NULL && pcb2->next == pcb) {
1252 pcb2->next = pcb->next;
Dtcp.c1558 struct tcp_pcb *pcb2; local
1582 pcb2 = pcb;
1584 tcp_free(pcb2);
1629 struct tcp_pcb *pcb2; local
1640 pcb2 = pcb;
1642 tcp_free(pcb2);
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c22 struct tcp_pcb *pcb2; in tcp_remove() local
25 pcb2 = pcb; in tcp_remove()
27 tcp_abort(pcb2); in tcp_remove()
/third_party/glslang/Test/
Dvulkan.frag53 layout(push_constant) uniform pcb2 {
/third_party/lwip/
D0053-cleancode-improve-lwipopts.h-readability.patch822 pcb2 = pcb;
826 pcb2->next = NULL;
828 tcp_free(pcb2);
849 pcb2 = pcb;
853 pcb2->next = NULL;
855 tcp_free(pcb2);
D0002-adapt-lstack.patch2513 pcb2 = pcb;
2516 + pcb2->next = NULL;
2518 tcp_free(pcb2);
2542 pcb2 = pcb;
2545 + pcb2->next = NULL;
2547 tcp_free(pcb2);