NX_BOOTP_OFFSET_FLAGS is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_BOOTP_OFFSET_FLAGS macro

Syntax

#define NX_BOOTP_OFFSET_FLAGS 10

References

LocationText
nxd_dhcp_client.h:262
#define NX_BOOTP_OFFSET_FLAGS 10 /* 2 Flags, 0x80 = Broadcast response, 0 = unicast response */
nxd_dhcp_client.c:6740
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_UNICAST);
nxd_dhcp_client.c:6748
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_UNICAST);
nxd_dhcp_client.c:6754
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_BROADCAST);