Searched refs:pcb_allocated (Results 1 – 4 of 4) sorted by relevance
237 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()
62 u8_t pcb_allocated; member
76 u8_t pcb_allocated; member
788 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()