Home
last modified time | relevance | path

Searched refs:NX_DHCP_PACKET_PAYLOAD (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcp_client.h169 #ifndef NX_DHCP_PACKET_PAYLOAD
170 #define NX_DHCP_PACKET_PAYLOAD (NX_DHCP_MINIMUM_IP_DATAGRAM + NX_PHYSICAL_HEADER) macro
176 #define NX_DHCP_PACKET_POOL_SIZE (5 * NX_DHCP_PACKET_PAYLOAD)
Dnxd_dhcp_client.c325 if (NX_DHCP_PACKET_PAYLOAD < (NX_PHYSICAL_HEADER + NX_DHCP_MINIMUM_IP_DATAGRAM)) in _nx_dhcp_create()
333 nx_packet_pool_create(&dhcp_ptr -> nx_dhcp_pool, "NetX DHCP Client", NX_DHCP_PACKET_PAYLOAD, in _nx_dhcp_create()
342 dhcp_ptr -> nx_dhcp_max_dhcp_message_size = NX_DHCP_PACKET_PAYLOAD - NX_PHYSICAL_HEADER; in _nx_dhcp_create()
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt5407 …cp_client.h Modified definition of NX_DHCP_PACKET_PAYLOAD so that Ne…