Home
last modified time | relevance | path

Searched refs:nxd_udp_socket_send (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_udp.c293 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()
Ddemo_netx_duo_multihome_udp.c542 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/
Dnxd_tftp_client.c785 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()
Dnxd_tftp_server.c1548 …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/
Dnx_iperf.c2167 … 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/
Dnxd_snmp.c4597 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/
DCMakeLists.txt344 ${CMAKE_CURRENT_LIST_DIR}/src/nxd_udp_socket_send.c
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h3318 #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/
Dnxd_dns.c4195 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/
Dnxd_sntp_client.c2427 …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/
Dnxd_bsd.c3334 status = nxd_udp_socket_send(udp_socket_ptr, packet_ptr, dst_address, dst_port); in nx_bsd_send_internal()