Home
last modified time | relevance | path

Searched refs:nxd_udp_socket_source_send (Results 1 – 20 of 20) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_multihome_udp.c523 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_ipv4_address, 0x89, PRIMAR… in thread_0_entry()
526 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_ipv4_address, 0x89, SECO… in thread_0_entry()
530 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_linklocal_address, 0x89, i… in thread_0_entry()
533 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_linklocal_address, 0x89,… in thread_0_entry()
536 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_global_address, 0x89, ip0_… in thread_0_entry()
539 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_global_address, 0x89, ip… in thread_0_entry()
551 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_linklocal_address, 0x89, i… in thread_0_entry()
554 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_linklocal_address, 0x89,… in thread_0_entry()
557 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_global_address, 0x89, ip0_… in thread_0_entry()
560 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_global_address, 0x89, ip… in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_nxe_api_test.c539 status = nxd_udp_socket_source_send(&socket_0, my_packet, &invalid_address, 0x89, 0); in thread_0_entry()
562 status = nxd_udp_socket_source_send(&socket_0, unkown_packet, &address_1, 0x89, 0) ; in thread_0_entry()
570 status = nxd_udp_socket_source_send(&socket_0, my_packet, NX_NULL, 0x89, 0) ; in thread_0_entry()
578 status = nxd_udp_socket_source_send(&socket_0, my_packet, &invalid_address, 0x89, 123) ; in thread_0_entry()
586 status = nxd_udp_socket_source_send(&socket_0, my_packet, &invalid_address, 0x89, 0); in thread_0_entry()
614 status = nxd_udp_socket_source_send(&socket_0, my_packet, &invalid_address, 0x89, 0); in thread_0_entry()
622 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, 0x89, 123) ; in thread_0_entry()
685 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, 0xFFFFFFFF, 0); in thread_0_entry()
893 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, 0x89, 0); in thread_0_entry()
954 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, 0x89, 0); in thread_0_entry()
[all …]
Dnetx_udp_loopback_test.c214 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_lo, 0x89, NX_LOOPBACK_INTERFACE… in thread_0_entry()
219 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_0, 0x89, 0); in thread_0_entry()
Dnetx_old_api_test.c122 nxd_udp_socket_source_send(&udp_socket, packet_ptr, &src_address, 87, 0); in ntest_0_entry()
Dnetx_udp_packet_receive_test.c299 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, PORT_1, 0); in thread_0_entry()
328 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, PORT_2, 0); in thread_0_entry()
Dnetx_api_compile_test.c294 nxd_udp_socket_source_send(0, pkt_ptr, 0, 0, 0); in ntest_0_entry()
Dnetx_udp_source_send_test.c282 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_1, 0x89, 0); in thread_0_entry()
Dnetx_udp_ipv6_interface2_test_1_test.c267 status = nxd_udp_socket_source_send(&socket_0, my_packet, &ipv6_address_4, 0x89, 0); in thread_0_entry()
Dnetx_caller_check_test.c716 if (nxd_udp_socket_source_send(&udp_socket, packet_ptr, &address, 1, 0) != NX_CALLER_ERROR) in test_process_1()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_client_interface_0_only_test.c539 status = nxd_udp_socket_source_send(server_socket_ptr, response_packet, &ip_address, 68, 0); in nx_dhcp_response_packet_send()
Dnetx_dhcp_client_special_attributes_test.c552 status = nxd_udp_socket_source_send(server_socket_ptr, response_packet, &ip_address, 68, 1); in nx_dhcp_response_packet_send()
Dnetx_dhcp_client_interface_1_only_test.c571 status = nxd_udp_socket_source_send(server_socket_ptr, response_packet, &ip_address, 68, 1); in nx_dhcp_response_packet_send()
Dnetx_dhcp_client_two_interfaces.c784 status = nxd_udp_socket_source_send(server_socket0, response_packet, &temp, 68, 1); in nx_dhcp_response_packet_send()
Dnetx_dhcp_client_activate_interfaces_test.c745 …status = nxd_udp_socket_source_send(server_socket_ptr, response_packet, &ip_address, 68, iface_ind… in nx_dhcp_response_packet_send()
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c1103 status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_event_socket, in _nx_ptp_client_send_delay_req()
1792 status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_event_socket, in _nx_ptp_client_send_pdelay_req()
2114 … status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_general_socket, in _nx_ptp_client_send_pdelay_resp_follow_up()
2308 … status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_general_socket, in _nx_ptp_client_send_pdelay_resp()
2506 … status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_general_socket, in _nx_ptp_client_send_follow_up()
2671 status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_event_socket, in _nx_ptp_client_send_sync()
2869 status = nxd_udp_socket_source_send((NX_UDP_SOCKET *)&client_ptr -> nx_ptp_client_event_socket, in _nx_ptp_client_send_announce()
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c1508 …status = nxd_udp_socket_source_send(&(session -> nx_rtp_sender -> nx_rtp_sender_rtp_socket), send_… in _nx_rtp_sender_session_packet_send()
2876 …status = nxd_udp_socket_source_send(&session -> nx_rtp_sender -> nx_rtp_sender_rtcp_socket, packet… in _nx_rtcp_packet_send()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3191 #define nxd_udp_socket_interface_send nxd_udp_socket_source_send
3383 #define nxd_udp_socket_source_send _nxd_udp_socket_source_send macro
3574 #define nxd_udp_socket_source_send _nxde_udp_socket_source_send macro
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt349 ${CMAKE_CURRENT_LIST_DIR}/src/nxd_udp_socket_source_send.c
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt523 nxd_udp_socket_source_send.c
1819 nxd_udp_socket_source_send.c
2283 nxd_udp_socket_source_send.c Fixed the IP address detection logic.
2322 nxd_udp_socket_interface_send.c nxd_udp_socket_source_send.c
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c9285 …status = nxd_udp_socket_source_send(&mdns_ptr -> nx_mdns_socket, new_packet_ptr, &NX_MDNS_IPV6_MU… in _nx_mdns_packet_send()