Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/ipv6/
H 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()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Ddhcp6.h62 u8_t pcb_allocated; member
H A Ddhcp.h76 u8_t pcb_allocated; member
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Ddhcp.c788 if (dhcp->pcb_allocated != 0) { in dhcp_start()
810 dhcp->pcb_allocated = 1; in dhcp_start()
1352 if (dhcp->pcb_allocated != 0) { in dhcp_release_and_stop()
1354 dhcp->pcb_allocated = 0; in dhcp_release_and_stop()
1738 if ((dhcp == NULL) || (dhcp->pcb_allocated == 0)) { in dhcp_recv()