Home
last modified time | relevance | path

Searched refs:pcb2 (Results 1 – 6 of 6) 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.c563 struct raw_pcb *pcb2; in raw_remove() local
571 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()
Dudp.c1189 struct udp_pcb *pcb2; in udp_remove() local
1202 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()
Dtcp.c1381 struct tcp_pcb *pcb2; in tcp_slowtmr() local
1405 pcb2 = pcb; in tcp_slowtmr()
1407 tcp_free(pcb2); in tcp_slowtmr()
1452 struct tcp_pcb *pcb2; in tcp_slowtmr() local
1463 pcb2 = pcb; in tcp_slowtmr()
1465 tcp_free(pcb2); in tcp_slowtmr()
/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.frag47 layout(push_constant) uniform pcb2 {