Home
last modified time | relevance | path

Searched refs:pcb_allocated (Results 1 – 4 of 4) sorted by relevance

/lib/lwip/lwip/src/core/ipv6/
A Ddhcp6.c237 if (!dhcp6->pcb_allocated) { in dhcp6_get_struct()
244 dhcp6->pcb_allocated = 1; in dhcp6_get_struct()
358 if (dhcp6->pcb_allocated != 0) { in dhcp6_disable()
360 dhcp6->pcb_allocated = 0; in dhcp6_disable()
709 if ((dhcp6 == NULL) || (dhcp6->pcb_allocated == 0)) { in dhcp6_recv()
/lib/lwip/lwip/src/include/lwip/
A Ddhcp6.h62 u8_t pcb_allocated; member
A Ddhcp.h88 u8_t pcb_allocated; member
/lib/lwip/lwip/src/core/ipv4/
A Ddhcp.c843 if (dhcp->pcb_allocated != 0) { in dhcp_start()
865 dhcp->pcb_allocated = 1; in dhcp_start()
1388 if (dhcp->pcb_allocated != 0) { in dhcp_release_and_stop()
1390 dhcp->pcb_allocated = 0; in dhcp_release_and_stop()
1774 if ((dhcp == NULL) || (dhcp->pcb_allocated == 0)) { in dhcp_recv()

Completed in 19 milliseconds