Home
last modified time | relevance | path

Searched defs:NX_DHCP_STRUCT (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.h461 typedef struct NX_DHCP_STRUCT struct
464 … nx_dhcp_id; /* DHCP Structure ID */
465 … *nx_dhcp_name; /* DHCP name supplied at create */
466 … *nx_dhcp_ip_ptr; /* The associated IP pointer for this DHCP instance */
468 …ET_POOL nx_dhcp_pool; /* The pool of UDP data packets for DHCP messages */
469 UCHAR nx_dhcp_pool_area[NX_DHCP_PACKET_POOL_SIZE];
471 …ET_POOL *nx_dhcp_packet_pool_ptr; /* Pointer to DHCP Client packet pool */
472 …SOCKET nx_dhcp_socket; /* The Socket used for DHCP messages */
473 …AD nx_dhcp_thread; /* The DHCP processing thread */
474 UCHAR nx_dhcp_thread_stack[NX_DHCP_THREAD_STACK_SIZE];
[all …]