Searched refs:_nx_udp_socket_send (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_udp_socket_source_send.c | 92 status = _nx_udp_socket_send(socket_ptr, packet_ptr, ip_address, port); in _nx_udp_socket_source_send()
|
D | nx_udp_socket_send.c | 76 UINT _nx_udp_socket_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr, in _nx_udp_socket_send() function
|
D | nxe_udp_socket_send.c | 169 status = _nx_udp_socket_send(socket_ptr, packet_ptr, ip_address, port); in _nxe_udp_socket_send()
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_udp.h | 121 UINT _nx_udp_socket_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr,
|
D | nx_api.h | 3308 #define nx_udp_socket_send _nx_udp_socket_send 3834 UINT _nx_udp_socket_send(NX_UDP_SOCKET *socket_ptr, NX_PACKET *packet_ptr,
|