MCPcopy 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
53struct 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
60static void tcp_connect_INLWIP(void *ctx)
61{

Callers 4

modSocket.cFile · 0.85
xs_listenerFunction · 0.85
xs_tcp_constructorFunction · 0.85
xs_listener_constructorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected