Home
last modified time | relevance | path

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

12

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_nxe_api_test.c325 status = nxd_udp_socket_send(NX_NULL, my_packet, &address_1, 0x89); in thread_0_entry()
336 status = nxd_udp_socket_send(&socket_0, unkown_packet, &address_1, 0x89); in thread_0_entry()
347 status = nxd_udp_socket_send(NX_NULL, unkown_packet, &address_1, 0x89); in thread_0_entry()
358 status = nxd_udp_socket_send(&socket_0, my_packet, 0, 0x89); in thread_0_entry()
370 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
448 status = nxd_udp_socket_send(&socket_0, unkown_packet, &address_1, 0x89); in thread_0_entry()
487 status = nxd_udp_socket_send(&socket_0, my_packet, NX_NULL, 0x89); in thread_0_entry()
499 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
512 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
528 status = nxd_udp_socket_send(&socket_0, my_packet, &invalid_address, 0x89); in thread_0_entry()
[all …]
Dnetx_nxd_udp_socket_send_special_test.c185 status = nxd_udp_socket_send(&socket_0, my_packet, &address_2, 0x89); in thread_0_entry()
201 status = nxd_udp_socket_send(&socket_0, my_packet, &address_2, 0x89); in thread_0_entry()
210 status = nxd_udp_socket_send(&socket_0, my_packet, &address_3, 0x89); in thread_0_entry()
243 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
Dnetx_udp_packet_type_test.c349 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
380 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
412 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
441 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
Dnetx_icmpv6_error_test.c291 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_2, 0x89); in thread_0_entry()
332 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_2, 0x89); in thread_0_entry()
364 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_2, 0x89); in thread_0_entry()
Dnetx_udp_fragment_test.c483 status += nxd_udp_socket_send(&socket_1, my_packet, &address_0, 0x88); in thread_1_entry()
494 status += nxd_udp_socket_send(&socket_1, my_packet, &address_0, 0x88); in thread_1_entry()
532 status += nxd_udp_socket_send(&socket_1, my_packet, &address_0, 0x88); in thread_1_entry()
Dnetx_udp_basic_processing_test.c381 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
428 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
Dnetx_udp_ipv6_interface2_test_1_test.c306 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_4, 0x89); in thread_0_entry()
353 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_4, 0x89); in thread_0_entry()
Dnetx_api_compile_test.c293 nxd_udp_socket_send(0, pkt_ptr, 0, 0); in ntest_0_entry()
Dnetx_icmpv6_error_small_packet_test.c250 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_2, 0x89); in thread_0_entry()
Dnetx_ip_fragmentation_duplicate_test.c255 status = nxd_udp_socket_send(&socket_0, my_packet, &address_1, 0x89); in thread_0_entry()
Dnetx_udp_tunnel_ipv6_ipv4_basic_test.c288 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_2, 0x89); in thread_0_entry()
Dnetx_udp_tunnel_ipv6_ipv6_basic_test.c289 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address_2, 0x89); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_responder_cooperating_test.c252 status += nxd_udp_socket_send(&mdns_0.nx_mdns_socket, current_packet, &address, 5353); in ntest_0_entry()
274 status += nxd_udp_socket_send(&mdns_0.nx_mdns_socket, current_packet, &address, 5353); in ntest_0_entry()
325 status += nxd_udp_socket_send(&mdns_0.nx_mdns_socket, current_packet, &address, 5353); in ntest_0_entry()
348 status += nxd_udp_socket_send(&mdns_0.nx_mdns_socket, current_packet, &address, 5353); in ntest_0_entry()
Dnetx_mdns_source_port_test.c195 status += nxd_udp_socket_send(&socket_0, current_packet, &address, 5353); in ntest_0_entry()
Dnetx_mdns_response_with_question_test.c181 status += nxd_udp_socket_send(&mdns_0.nx_mdns_socket, current_packet, &address, 5353); in ntest_0_entry()
Dnetx_mdns_multiple_answers_test.c180 status += nxd_udp_socket_send(&mdns_0.nx_mdns_socket, current_packet, &address, 5353); in ntest_0_entry()
Dnetx_mdns_source_address_test.c221 status += nxd_udp_socket_send(&socket_1, my_packet, &address, 5353); in ntest_0_entry()
/NetX-Duo-v6.2.1/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.2.1/addons/tftp/
Dnxd_tftp_client.c784 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), packet_ptr, in _nxd_tftp_client_file_close()
1308 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), packet_ptr, in _nx_tftp_client_file_open_internal()
1833 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), ack_packet, in _nxd_tftp_client_file_read()
2104 status = nxd_udp_socket_send(&(tftp_client_ptr -> nx_tftp_client_socket), packet_ptr, in _nxd_tftp_client_file_write()
Dnxd_tftp_server.c1547 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &ip_address, port… in _nx_tftp_server_open_for_read_process()
1822 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &ip_address, port… in _nx_tftp_server_open_for_write_process()
2457 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &client_request_p… in _nx_tftp_server_send_data()
2583 …status = nxd_udp_socket_send(&(server_ptr -> nx_tftp_server_socket), new_packet, &client_request_p… in _nx_tftp_server_send_ack()
2968 …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.2.1/test/regression/tftp_test/
Dnetx_tftp_malformed_packet_test.c347 …status = nxd_udp_socket_send(&client.nx_tftp_client_socket, my_packet, &server_ip_address, NX_TFT… in client_thread_entry()
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c152 status = nxd_udp_socket_send(socket_ptr, packet_ptr, &ipv6_addr, port); in send_udp_data()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_udp_basic_blocking_test.c415 status = nxd_udp_socket_send(&server_socket, packet_ptr, &ipv6_address_ip0, 12345); in ntest_1_entry()
Dnetx_bsd_udp_basic_nonblocking_test.c482 status = nxd_udp_socket_send(&server_socket, packet_ptr, &ipv6_address_ip0, 12345); in ntest_1_entry()

12