Home
last modified time | relevance | path

Searched defs:ip_address (Results 1 – 25 of 186) sorted by relevance

12345678

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_address_get.c76 UINT _nx_ip_address_get(NX_IP *ip_ptr, ULONG *ip_address, ULONG *network_mask) in _nx_ip_address_get()
90 *ip_address = ip_ptr -> nx_ip_interface[0].nx_interface_ip_address; in _nx_ip_address_get() local
Dnx_ip_interface_address_get.c77 UINT _nx_ip_interface_address_get(NX_IP *ip_ptr, UINT interface_index, ULONG *ip_address, ULONG *n… in _nx_ip_interface_address_get()
97 *ip_address = ip_ptr -> nx_ip_interface[interface_index].nx_interface_ip_address; in _nx_ip_interface_address_get() local
Dnx_ip_periodic_timer_entry.c75 VOID _nx_ip_periodic_timer_entry(ULONG ip_address) in _nx_ip_periodic_timer_entry()
Dnx_ip_address_set.c77 UINT _nx_ip_address_set(NX_IP *ip_ptr, ULONG ip_address, ULONG network_mask) in _nx_ip_address_set()
Dnx_ip_gateway_address_get.c74 UINT _nx_ip_gateway_address_get(NX_IP *ip_ptr, ULONG *ip_address) in _nx_ip_gateway_address_get()
Dnxe_ip_gateway_address_get.c77 UINT _nxe_ip_gateway_address_get(NX_IP *ip_ptr, ULONG *ip_address) in _nxe_ip_gateway_address_get()
Dnxe_ip_gateway_address_set.c77 UINT _nxe_ip_gateway_address_set(NX_IP *ip_ptr, ULONG ip_address) in _nxe_ip_gateway_address_set()
Dnxe_udp_source_extract.c76 UINT _nxe_udp_source_extract(NX_PACKET *packet_ptr, ULONG *ip_address, UINT *port) in _nxe_udp_source_extract()
Dnx_ip_gateway_address_set.c80 UINT _nx_ip_gateway_address_set(NX_IP *ip_ptr, ULONG ip_address) in _nx_ip_gateway_address_set()
Dnxe_arp_entry_delete.c75 UINT _nxe_arp_entry_delete(NX_IP *ip_ptr, ULONG ip_address) in _nxe_arp_entry_delete()
Dnxe_ip_address_set.c77 UINT _nxe_ip_address_set(NX_IP *ip_ptr, ULONG ip_address, ULONG network_mask) in _nxe_ip_address_set()
Dnx_udp_source_extract.c76 UINT _nx_udp_source_extract(NX_PACKET *packet_ptr, ULONG *ip_address, UINT *port) in _nx_udp_source_extract()
Dnxde_nd_cache_hardware_address_find.c90 NXD_ADDRESS *ip_address, in _nxde_nd_cache_hardware_address_find()
Dnxde_nd_cache_ip_address_find.c88 NXD_ADDRESS *ip_address, in _nxde_nd_cache_ip_address_find()
Dnxde_udp_source_extract.c79 UINT _nxde_udp_source_extract(NX_PACKET *packet_ptr, NXD_ADDRESS *ip_address, UINT *port) in _nxde_udp_source_extract()
Dnxe_ip_address_get.c77 UINT _nxe_ip_address_get(NX_IP *ip_ptr, ULONG *ip_address, ULONG *network_mask) in _nxe_ip_address_get()
Dnx_ip_fast_periodic_timer_entry.c75 static VOID _nx_ip_fast_periodic_timer_entry(ULONG ip_address) in _nx_ip_fast_periodic_timer_entry()
Dnx_tcp_socket_peer_info_get.c83 NXD_ADDRESS ip_address; in _nx_tcp_socket_peer_info_get() local
Dnxe_ip_interface_address_set.c81 UINT _nxe_ip_interface_address_set(NX_IP *ip_ptr, UINT interface_index, ULONG ip_address, ULONG n… in _nxe_ip_interface_address_set()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_session_cache.c74 …re_dtls_session_cache_delete(NX_SECURE_DTLS_SERVER *dtls_server, NXD_ADDRESS *ip_address, UINT rem… in nx_secure_dtls_session_cache_delete()
184 …DTLS_SERVER *dtls_server, NX_SECURE_DTLS_SESSION **dtls_session, NXD_ADDRESS *ip_address, UINT rem… in nx_secure_dtls_session_cache_get_new()
281 …DTLS_SERVER *dtls_server, NX_SECURE_DTLS_SESSION **dtls_session, NXD_ADDRESS *ip_address, UINT rem… in nx_secure_dtls_session_cache_find()
Dnxe_secure_dtls_session_send.c76 NXD_ADDRESS *ip_address, UINT port) in _nxe_secure_dtls_session_send()
Dnx_secure_dtls_session_send.c78 NXD_ADDRESS *ip_address, UINT port) in _nx_secure_dtls_session_send()
/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_server.c1288 NXD_ADDRESS ip_address; in _nx_tftp_server_open_for_read_process() local
1619 NXD_ADDRESS ip_address; in _nx_tftp_server_open_for_write_process() local
1892 NXD_ADDRESS ip_address; in _nx_tftp_server_data_process() local
2146 NXD_ADDRESS ip_address; in _nx_tftp_server_ack_process() local
2655 NXD_ADDRESS ip_address; in _nx_tftp_server_error_process() local
2766 …_nx_tftp_server_find_client_request(NX_TFTP_SERVER *server_ptr, UINT port, NXD_ADDRESS *ip_address) in _nx_tftp_server_find_client_request()
2896 VOID _nx_tftp_server_send_error(NX_TFTP_SERVER *server_ptr, NXD_ADDRESS *ip_address, UINT port, UI… in _nx_tftp_server_send_error()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.c511 UINT _nxe_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR… in _nxe_http_client_get_start()
596 UINT _nxe_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resou… in _nxe_http_client_get_start_extended()
686 UINT _nx_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR … in _nx_http_client_get_start()
773 UINT _nx_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resour… in _nx_http_client_get_start_extended()
858 UINT _nxde_http_client_get_start(NX_HTTP_CLIENT *client_ptr, NXD_ADDRESS *ip_address, CHAR *resour… in _nxde_http_client_get_start()
933 UINT _nxde_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, NXD_ADDRESS *ip_address, CHA… in _nxde_http_client_get_start_extended()
1743 UINT _nxe_http_client_put_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, in _nxe_http_client_put_start()
1835 UINT _nxe_http_client_put_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resou… in _nxe_http_client_put_start_extended()
1929 UINT _nx_http_client_put_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR … in _nx_http_client_put_start()
2015 UINT _nx_http_client_put_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resour… in _nx_http_client_put_start_extended()
/NetX-Duo-v6.2.1/test/regression/auto_ip_test/
Dnetx_auto_ip_basic_test.c266 ULONG ip_address; in ntest_1_entry() local
365 ULONG ip_address; in ip_address_changed() local

12345678