Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_server.c1799 UINT destination_ip_address; in _nx_dhcp_respond_to_client_message() local
1950 destination_ip_address = dhcp_client_ptr -> nx_dhcp_relay_ip_address; in _nx_dhcp_respond_to_client_message()
1962 destination_ip_address = dhcp_client_ptr -> nx_dhcp_clientip_address; in _nx_dhcp_respond_to_client_message()
1967 destination_ip_address = NX_DHCP_BC_ADDRESS; in _nx_dhcp_respond_to_client_message()
1971 destination_ip_address = dhcp_client_ptr -> nx_dhcp_your_ip_address; in _nx_dhcp_respond_to_client_message()
1974 …status = nx_arp_dynamic_entry_set(dhcp_ptr -> nx_dhcp_ip_ptr, destination_ip_address, dhcp_client_… in _nx_dhcp_respond_to_client_message()
1987 destination_ip_address = NX_DHCP_BC_ADDRESS; in _nx_dhcp_respond_to_client_message()
1995 EL_PRINTF("DHCPserv: DHCP reply packet destination 0x%x\n", destination_ip_address); in _nx_dhcp_respond_to_client_message()
2043 …socket_interface_send(&(dhcp_ptr -> nx_dhcp_socket), packet_ptr, destination_ip_address, destinati… in _nx_dhcp_respond_to_client_message()
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c2516 NXD_ADDRESS source_ip_address, destination_ip_address; in _nx_sntp_client_receive_time_update() local
2575 …Y_IPV6_ADDRESS(ipv6_header_ptr -> nx_ip_header_destination_ip, &(destination_ip_address.nxd_ip_add… in _nx_sntp_client_receive_time_update()
2576 destination_ip_address.nxd_ip_version = NX_IP_VERSION_V6; in _nx_sntp_client_receive_time_update()
2619 …if (!CHECK_IPV6_ADDRESSES_SAME(&destination_ip_address.nxd_ip_address.v6[0], &All_Hosts_Multicast.… in _nx_sntp_client_receive_time_update()
2653destination_ip_address.nxd_ip_address.v4 = ipv4_header_ptr -> nx_ip_header_destination_ip; in _nx_sntp_client_receive_time_update()
2654 destination_ip_address.nxd_ip_version = NX_IP_VERSION_V4; in _nx_sntp_client_receive_time_update()
2696 if ((destination_ip_address.nxd_ip_address.v4 & ~network_mask) != ~network_mask) in _nx_sntp_client_receive_time_update()