/NetX-Duo-v6.3.0/samples/ |
D | demo_netx_duo_udp.c | 293 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv4_address, 0x89); in thread_0_entry() 298 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address, 0x89); in thread_0_entry() 301 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv4_address, 0x89); in thread_0_entry()
|
D | demo_netx_duo_multihome_udp.c | 542 status = nxd_udp_socket_send(&socket_0, my_packet, &ip1_primary_global_address, 0x89); in thread_0_entry() 545 … status = nxd_udp_socket_send(&socket_0, my_packet, &ip1_secondary_global_address, 0x89); in thread_0_entry() 563 status = nxd_udp_socket_send(&socket_0, my_packet, &ip1_primary_global_address, 0x89); in thread_0_entry() 566 … status = nxd_udp_socket_send(&socket_0, my_packet, &ip1_secondary_global_address, 0x89); in thread_0_entry()
|
/NetX-Duo-v6.3.0/addons/tftp/ |
D | nxd_tftp_client.c | 785 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), packet_ptr, in _nxd_tftp_client_file_close() 1309 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), packet_ptr, in _nx_tftp_client_file_open_internal() 1834 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), ack_packet, in _nxd_tftp_client_file_read() 2105 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), packet_ptr, in _nxd_tftp_client_file_write()
|
D | nxd_tftp_server.c | 1548 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &ip_address, port… in _nx_tftp_server_open_for_read_process() 1823 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &ip_address, port… in _nx_tftp_server_open_for_write_process() 2458 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &client_request_p… in _nx_tftp_server_send_data() 2584 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &client_request_p… in _nx_tftp_server_send_ack() 2969 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, ip_address, port); in _nx_tftp_server_send_error()
|
/NetX-Duo-v6.3.0/utility/iperf/ |
D | nx_iperf.c | 2167 … status = nxd_udp_socket_send(&udp_server_socket, my_packet, &source_ip_address, sender_port); in nx_iperf_thread_udp_rx_entry() 2193 … status = nxd_udp_socket_send(&udp_server_socket, my_packet, &source_ip_address, sender_port); in nx_iperf_thread_udp_rx_entry() 2316 status = nxd_udp_socket_send(&udp_client_socket, my_packet, &server_ip, ctrlInfo_ptr -> port); in nx_iperf_send_udp_packet()
|
/NetX-Duo-v6.3.0/addons/snmp/ |
D | nxd_snmp.c | 4597 status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), trap_packet_ptr, in _nxd_snmp_agent_trap_send() 5571 status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), trap_packet_ptr, in _nxd_snmp_agent_trapv2_send() 6497 …status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), trap_packet_ptr, ipduo_address,… in _nxd_snmp_agent_trapv2_oid_send() 8317 …status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), trap_packet_ptr, ip_address, N… in _nxd_snmp_agent_trapv3_send() 10038 …status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), trap_packet_ptr, ipduo_address… in _nxd_snmp_agent_trapv3_oid_send() 17142 status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), packet_ptr, in _nx_snmp_version_error_response() 18247 status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), response_packet_ptr, in _nx_snmp_version_1_and_2_process() 21066 status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), response_packet_ptr, in _nx_snmp_version_3_process() 22349 status = nxd_udp_socket_send(&(agent_ptr -> nx_snmp_agent_socket), report_packet_ptr, in _nx_snmp_version_3_report_send()
|
/NetX-Duo-v6.3.0/common/ |
D | CMakeLists.txt | 344 ${CMAKE_CURRENT_LIST_DIR}/src/nxd_udp_socket_send.c
|
/NetX-Duo-v6.3.0/common/inc/ |
D | nx_api.h | 3318 #define nxd_udp_socket_send _nxd_udp_socket_send macro 3506 #define nxd_udp_socket_send(s, p, i, t) _nxde_udp_socket_send(s, &p, i, t) macro
|
/NetX-Duo-v6.3.0/addons/dns/ |
D | nxd_dns.c | 4195 status = nxd_udp_socket_send(&dns_ptr -> nx_dns_socket, packet_ptr, dns_server, NX_DNS_PORT); in _nx_dns_send_query_by_address() 4583 …status = nxd_udp_socket_send(&dns_ptr -> nx_dns_socket, packet_ptr, dns_server_address, NX_DNS_PO… in _nx_dns_send_query_get_rdata_by_name()
|
/NetX-Duo-v6.3.0/addons/sntp/ |
D | nxd_sntp_client.c | 2427 …status = nxd_udp_socket_send(&(client_ptr -> nx_sntp_client_udp_socket), packet_ptr, &client_ptr … in _nx_sntp_client_send_unicast_request()
|
/NetX-Duo-v6.3.0/addons/BSD/ |
D | nxd_bsd.c | 3334 status = nxd_udp_socket_send(udp_socket_ptr, packet_ptr, dst_address, dst_port); in nx_bsd_send_internal()
|