netxduo + 0/2 examples
CodeScope will show references to nx_udp_socket_create from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

nx_udp_socket_create macro

Syntax

#define nx_udp_socket_create _nx_udp_socket_create

Examples

nx_udp_socket_create is referenced by 2 libraries and example projects.

References

LocationText
nx_api.h:3232
#define nx_udp_socket_create _nx_udp_socket_create
nx_api.h:3419
#define nx_udp_socket_create(i, s, n, t, f, l, q) _nxe_udp_socket_create(i, s, n, t, f, l, q, sizeof(NX_UDP_SOCKET))
nxd_dhcp_client.c:353
status = nx_udp_socket_create(ip_ptr, &(dhcp_ptr -> nx_dhcp_socket), "NetX DHCP Client",
nxd_dns.c:264
status = nx_udp_socket_create(ip_ptr, &(dns_ptr -> nx_dns_socket), "DNS Socket",
nxd_sntp_client.c:265
status = nx_udp_socket_create(client_ptr -> nx_sntp_client_ip_ptr, &(client_ptr -> nx_sntp_client_udp_socket),