/NetX-Duo-v6.2.1/common/src/ |
D | nx_ip_address_get.c | 76 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
|
D | nx_ip_interface_address_get.c | 77 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
|
D | nx_ip_periodic_timer_entry.c | 75 VOID _nx_ip_periodic_timer_entry(ULONG ip_address) in _nx_ip_periodic_timer_entry()
|
D | nx_ip_address_set.c | 77 UINT _nx_ip_address_set(NX_IP *ip_ptr, ULONG ip_address, ULONG network_mask) in _nx_ip_address_set()
|
D | nx_ip_gateway_address_get.c | 74 UINT _nx_ip_gateway_address_get(NX_IP *ip_ptr, ULONG *ip_address) in _nx_ip_gateway_address_get()
|
D | nxe_ip_gateway_address_get.c | 77 UINT _nxe_ip_gateway_address_get(NX_IP *ip_ptr, ULONG *ip_address) in _nxe_ip_gateway_address_get()
|
D | nxe_ip_gateway_address_set.c | 77 UINT _nxe_ip_gateway_address_set(NX_IP *ip_ptr, ULONG ip_address) in _nxe_ip_gateway_address_set()
|
D | nxe_udp_source_extract.c | 76 UINT _nxe_udp_source_extract(NX_PACKET *packet_ptr, ULONG *ip_address, UINT *port) in _nxe_udp_source_extract()
|
D | nx_ip_gateway_address_set.c | 80 UINT _nx_ip_gateway_address_set(NX_IP *ip_ptr, ULONG ip_address) in _nx_ip_gateway_address_set()
|
D | nxe_arp_entry_delete.c | 75 UINT _nxe_arp_entry_delete(NX_IP *ip_ptr, ULONG ip_address) in _nxe_arp_entry_delete()
|
D | nxe_ip_address_set.c | 77 UINT _nxe_ip_address_set(NX_IP *ip_ptr, ULONG ip_address, ULONG network_mask) in _nxe_ip_address_set()
|
D | nx_udp_source_extract.c | 76 UINT _nx_udp_source_extract(NX_PACKET *packet_ptr, ULONG *ip_address, UINT *port) in _nx_udp_source_extract()
|
D | nxde_nd_cache_hardware_address_find.c | 90 NXD_ADDRESS *ip_address, in _nxde_nd_cache_hardware_address_find()
|
D | nxde_nd_cache_ip_address_find.c | 88 NXD_ADDRESS *ip_address, in _nxde_nd_cache_ip_address_find()
|
D | nxde_udp_source_extract.c | 79 UINT _nxde_udp_source_extract(NX_PACKET *packet_ptr, NXD_ADDRESS *ip_address, UINT *port) in _nxde_udp_source_extract()
|
D | nxe_ip_address_get.c | 77 UINT _nxe_ip_address_get(NX_IP *ip_ptr, ULONG *ip_address, ULONG *network_mask) in _nxe_ip_address_get()
|
D | nx_ip_fast_periodic_timer_entry.c | 75 static VOID _nx_ip_fast_periodic_timer_entry(ULONG ip_address) in _nx_ip_fast_periodic_timer_entry()
|
D | nx_tcp_socket_peer_info_get.c | 83 NXD_ADDRESS ip_address; in _nx_tcp_socket_peer_info_get() local
|
D | nxe_ip_interface_address_set.c | 81 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/ |
D | nx_secure_dtls_session_cache.c | 74 …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()
|
D | nxe_secure_dtls_session_send.c | 76 NXD_ADDRESS *ip_address, UINT port) in _nxe_secure_dtls_session_send()
|
D | nx_secure_dtls_session_send.c | 78 NXD_ADDRESS *ip_address, UINT port) in _nx_secure_dtls_session_send()
|
/NetX-Duo-v6.2.1/addons/tftp/ |
D | nxd_tftp_server.c | 1288 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/ |
D | nxd_http_client.c | 511 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/ |
D | netx_auto_ip_basic_test.c | 266 ULONG ip_address; in ntest_1_entry() local 365 ULONG ip_address; in ip_address_changed() local
|