Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/dhcp/
Dnxd_dhcp_client.c6687 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, NX_BOOTP_NO_ADDRESS); in _nx_dhcp_send_request_internal()
6692 …_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address); in _nx_dhcp_send_request_internal()
6721 …_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address); in _nx_dhcp_send_request_internal()
6827 …_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address); in _nx_dhcp_send_request_internal()
6865 …_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, interface_record -> nx_dhcp_ip_address); in _nx_dhcp_send_request_internal()
Dnxd_dhcp_client.h263 #define NX_BOOTP_OFFSET_CLIENT_IP 12 /* 4 Initial client IP, used as dest for unicast re… macro