Home
last modified time | relevance | path

Searched refs:nx_udp_socket_source_send (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_nxe_api_test.c470 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(0, 0, 0 ,0), 0x89, 0); in thread_0_entry()
477 status = nx_udp_socket_source_send(NX_NULL, my_packet, IP_ADDRESS(1, 2, 3 ,5), 0x89, 0); in thread_0_entry()
633 …status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, NX_MAX_PHYS… in thread_0_entry()
642 …status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, NX_MAX_PHYS… in thread_0_entry()
665 … status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0xFFFFFFFF, 0); in thread_0_entry()
867 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3 ,5), 0x89, 0); in thread_0_entry()
946 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, 0); in thread_0_entry()
997 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, 0); in thread_0_entry()
1208 status = nx_udp_socket_source_send(NX_NULL, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, 0); in thread_0_entry()
1216 status = nx_udp_socket_source_send(&socket_0, invalid_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, 0); in thread_0_entry()
[all …]
Dnetx_ip_gateway_address_test.c11 #define nx_udp_socket_source_send nx_udp_socket_interface_send macro
208 nx_udp_socket_source_send(&socket_0, packet_ptr, IP_ADDRESS(1, 4, 3, 5), 12, 1); in ntest_0_entry()
Dnetx_udp_packet_receive_test.c366 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), PORT_1, 0); in thread_0_entry()
400 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), PORT_1, 0); in thread_0_entry()
428 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), PORT_1, 0); in thread_0_entry()
Dnetx_old_api_test.c115 nx_udp_socket_source_send(&udp_socket, packet_ptr, IP_ADDRESS(1, 2, 3, 5), 87, 0); in ntest_0_entry()
Dnetx_api_compile_test.c289 nx_udp_socket_source_send(0, pkt_ptr, 0, 0, 0); in ntest_0_entry()
Dnetx_udp_loopback_test.c210 …status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(127, 0, 0, 1), 0x89, NX_LOOPBA… in thread_0_entry()
Dnetx_udp_source_send_test.c252 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, 1); in thread_0_entry()
Dnetx_forward_udp_test.c323 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(3, 2, 3, 5), 0x89, 0); in thread_0_entry()
Dnetx_caller_check_test.c673 if (nx_udp_socket_source_send(&udp_socket, packet_ptr, 1, 1, 0) != NX_CALLER_ERROR) in test_process_1()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3186 #define nx_udp_socket_interface_send nx_udp_socket_source_send
3377 #define nx_udp_socket_source_send _nx_udp_socket_source_send macro
3568 #define nx_udp_socket_source_send(s, p, i, t, a) _nxe_udp_socket_source_send(s, &p, i, t, a) macro
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt303 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_source_send.c
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1814 nx_udp_socket_source_send.c
2270 nx_udp_socket_source_send.c Removed redundant code.
2320 nx_udp_socket_interface_send.c nx_udp_socket_source_send.c
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c9263 …status = nx_udp_socket_source_send(&mdns_ptr -> nx_mdns_socket, packet_ptr, NX_MDNS_IPV4_MULTICAS… in _nx_mdns_packet_send()