Home
last modified time | relevance | path

Searched refs:nx_udp_socket_send (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_auto_ip.c219 status = nx_udp_socket_send(&socket_0, my_packet, ip_1.nx_ip_address, 0x89); in thread_0_entry()
Ddemo_netx_ppp.c243 status = nx_udp_socket_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89); in thread_0_entry()
/NetX-Duo-v6.3.0/common/
DCMakeLists.txt299 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_send.c
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h3313 #define nx_udp_socket_send _nx_udp_socket_send macro
3501 #define nx_udp_socket_send(s, p, i, t) _nxe_udp_socket_send(s, &p, i, t) macro