dhcp::pcb_allocated is only used within LwIP.
 
Symbols
loading...
Files
loading...

dhcp::pcb_allocated field

track PCB allocation state

Syntax

u8_t pcb_allocated;

References

LocationReferrerText
dhcp.h:72
u8_t pcb_allocated;
dhcp.c:770dhcp_start()
if (dhcp->pcb_allocated != 0) {
dhcp.c:785dhcp_start()
dhcp->pcb_allocated = 1;
dhcp.c:1382dhcp_release_and_stop()
if (dhcp->pcb_allocated != 0) {
dhcp.c:1384dhcp_release_and_stop()
dhcp->pcb_allocated = 0;
dhcp.c:1766dhcp_recv()
if ((dhcp == NULL) || (dhcp->pcb_allocated == 0)) {

Data Use

Functions writing dhcp::pcb_allocated
Functions reading dhcp::pcb_allocated
dhcp::pcb_allocated
Type of dhcp::pcb_allocated
dhcp::pcb_allocated
all items filtered out