| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_udp_nxe_api_test.c | 470 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 …]
|
| D | netx_ip_gateway_address_test.c | 11 #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()
|
| D | netx_udp_packet_receive_test.c | 366 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()
|
| D | netx_old_api_test.c | 115 nx_udp_socket_source_send(&udp_socket, packet_ptr, IP_ADDRESS(1, 2, 3, 5), 87, 0); in ntest_0_entry()
|
| D | netx_api_compile_test.c | 289 nx_udp_socket_source_send(0, pkt_ptr, 0, 0, 0); in ntest_0_entry()
|
| D | netx_udp_loopback_test.c | 210 …status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(127, 0, 0, 1), 0x89, NX_LOOPBA… in thread_0_entry()
|
| D | netx_udp_source_send_test.c | 252 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89, 1); in thread_0_entry()
|
| D | netx_forward_udp_test.c | 323 status = nx_udp_socket_source_send(&socket_0, my_packet, IP_ADDRESS(3, 2, 3, 5), 0x89, 0); in thread_0_entry()
|
| D | netx_caller_check_test.c | 673 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/ |
| D | nx_api.h | 3186 #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/ |
| D | CMakeLists.txt | 303 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_source_send.c
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 1814 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/ |
| D | nxd_mdns.c | 9263 …status = nx_udp_socket_source_send(&mdns_ptr -> nx_mdns_socket, packet_ptr, NX_MDNS_IPV4_MULTICAS… in _nx_mdns_packet_send()
|