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

_nxe_tcp_socket_create() function

Syntax

UINT _nxe_tcp_socket_create(NX_IP *ip_ptr,     NX_TCP_SOCKET *socket_ptr,     CHAR *name,     ULONG type_of_service,     ULONG fragment,     UINT time_to_live,     ULONG window_size,     VOID (*tcp_urgent_data_callback)(NX_TCP_SOCKET *socket_ptr),     VOID (*tcp_disconnect_callback)(NX_TCP_SOCKET *socket_ptr),     UINT tcp_socket_size);
Implemented in nxe_tcp_socket_create.c:94

Arguments

ip_ptr

socket_ptr

name

type_of_service

fragment

time_to_live

window_size

tcp_urgent_data_callback

tcp_disconnect_callback

tcp_socket_size

Examples

_nxe_tcp_socket_create() is referenced by 2 libraries and example projects.

References

LocationReferrerText
nxe_tcp_socket_create.c:94
UINT _nxe_tcp_socket_create(NX_IP *ip_ptr, NX_TCP_SOCKET *socket_ptr, CHAR *name,
nx_api.h:3662
UINT _nxe_tcp_socket_create(NX_IP *ip_ptr, NX_TCP_SOCKET *socket_ptr, CHAR *name,
nx_tcp.h:373
UINT _nxe_tcp_socket_create(NX_IP *ip_ptr, NX_TCP_SOCKET *socket_ptr, CHAR *name,
nx_tcpserver.c:336_nx_tcpserver_create()

Call Tree

Functions calling _nxe_tcp_socket_create()
Functions called by _nxe_tcp_socket_create()
all items filtered out
_nxe_tcp_socket_create()
Type of _nxe_tcp_socket_create()
_nxe_tcp_socket_create()
all items filtered out