Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
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()
/third_party/lwip/src/include/lwip/
Ddhcp6.h62 u8_t pcb_allocated; member
Ddhcp.h107 u8_t pcb_allocated; member
/third_party/lwip/src/core/ipv4/
Ddhcp.c843 if (dhcp->pcb_allocated != 0) {
858 dhcp->pcb_allocated = 1;
1449 if (dhcp->pcb_allocated != 0) {
1451 dhcp->pcb_allocated = 0;
1835 if ((dhcp == NULL) || (dhcp->pcb_allocated == 0)) {