Searched refs:NX_DHCP_PACKET_PAYLOAD (Results 1 – 3 of 3) sorted by relevance
169 #ifndef NX_DHCP_PACKET_PAYLOAD170 #define NX_DHCP_PACKET_PAYLOAD (NX_DHCP_MINIMUM_IP_DATAGRAM + NX_PHYSICAL_HEADER) macro176 #define NX_DHCP_PACKET_POOL_SIZE (5 * NX_DHCP_PACKET_PAYLOAD)
325 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()
5407 …cp_client.h Modified definition of NX_DHCP_PACKET_PAYLOAD so that Ne…