_nx_dhcp_store_data() is only used within netxduo.
 
Symbols
loading...
Files
loading...

_nx_dhcp_store_data() function

Syntax

static VOID _nx_dhcp_store_data(UCHAR *data,     UINT size,     ULONG value);
Implemented in nxd_dhcp_client.c:8410

Arguments

data

size

value

References

LocationReferrerText
nxd_dhcp_client.c:8410
static VOID _nx_dhcp_store_data(UCHAR *data, UINT size, ULONG value)
nxd_dhcp_client.c:54
static VOID _nx_dhcp_store_data(UCHAR *data, UINT size, ULONG value);
nxd_dhcp_client.c:6721_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_XID, 4, interface_record -> nx_dhcp_xid);
nxd_dhcp_client.c:6726_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_SECS, 2, 0);
nxd_dhcp_client.c:6730_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_SECS, 2, interface_record -> nx_dhcp_seconds);
nxd_dhcp_client.c:6740_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_UNICAST);
nxd_dhcp_client.c:6748_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_UNICAST);
nxd_dhcp_client.c:6754_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_FLAGS, 1, NX_BOOTP_FLAGS_BROADCAST);
nxd_dhcp_client.c:6760_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, NX_BOOTP_NO_ADDRESS);
nxd_dhcp_client.c:6765_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address);
nxd_dhcp_client.c:6768_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_YOUR_IP, 4, NX_BOOTP_NO_ADDRESS);
nxd_dhcp_client.c:6769_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_SERVER_IP, 4, NX_BOOTP_NO_ADDRESS);
nxd_dhcp_client.c:6770_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_GATEWAY_IP, 4, NX_BOOTP_NO_ADDRESS);
nxd_dhcp_client.c:6771_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_HW, 2, dhcp_client_mac_msw);
nxd_dhcp_client.c:6772_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_HW + 2, 4, dhcp_client_mac_lsw);
nxd_dhcp_client.c:6779_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_VENDOR, 4, NX_BOOTP_MAGIC_COOKIE);
nxd_dhcp_client.c:6899_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address);
nxd_dhcp_client.c:6937_nx_dhcp_send_request_internal()
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address);
nxd_dhcp_client.c:7845_nx_dhcp_add_option_value()
_nx_dhcp_store_data(bootp_message + (*index), size, value);

Call Tree

Functions calling _nx_dhcp_store_data()
_nx_dhcp_store_data()
Data read by _nx_dhcp_store_data()
Data written by _nx_dhcp_store_data()
_nx_dhcp_store_data()