Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ tcp_new_safe
Function
tcp_new_safe
modules/network/socket/lwip/modLwipSafe.c:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
struct tcp_pcb *tcp_new_safe(void)
54
{
55
LwipMsgRecord msg;
56
tcpip_api_call(tcp_new_INLWIP, &msg.call);
57
return msg.tcpPCB;
58
}
59
60
static void tcp_connect_INLWIP(void *ctx)
61
{
Callers
4
modSocket.c
File · 0.85
xs_listener
Function · 0.85
xs_tcp_constructor
Function · 0.85
xs_listener_constructor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected