nxd_udp_socket_send is only used within netxduo.
 
Symbols
loading...
Files
loading...

nxd_udp_socket_send macro

Syntax

#define nxd_udp_socket_send _nxd_udp_socket_send

References

LocationText
nx_api.h:3243
#define nxd_udp_socket_send _nxd_udp_socket_send
nx_api.h:3430
#define nxd_udp_socket_send(s, p, i, t) _nxde_udp_socket_send(s, &p, i, t)
nxd_dns.c:4224
status = nxd_udp_socket_send(&dns_ptr -> nx_dns_socket, packet_ptr, dns_server, NX_DNS_PORT);
nxd_dns.c:4612
status = nxd_udp_socket_send(&dns_ptr -> nx_dns_socket, packet_ptr, dns_server_address, NX_DNS_PORT);
nxd_sntp_client.c:2410