Home
last modified time | relevance | path

Searched refs:NX_BOOTP_OFFSET_FLAGS (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/dhcp/
Dnxd_dhcp_client.h262 #define NX_BOOTP_OFFSET_FLAGS 10 /* 2 Flags, 0x80 = Broadcast response, 0 = unicast … macro
Dnxd_dhcp_client.c6667 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_UNICAST); in _nx_dhcp_send_request_internal()
6675 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_UNICAST); in _nx_dhcp_send_request_internal()
6681 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_BROADCAST); in _nx_dhcp_send_request_internal()