MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / tcp_close_safe

Function tcp_close_safe

modules/network/socket/lwip/modLwipSafe.c:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void tcp_close_safe(struct tcp_pcb *tcpPCB)
115{
116 LwipMsgRecord msg = {
117 .tcpPCB = tcpPCB,
118 };
119 tcpip_api_call(tcp_close_INLWIP, &msg.call);
120}
121
122static err_t tcp_output_INLWIP(struct tcpip_api_call_data *tcpMsg)
123{

Callers 6

closeSocketFunction · 0.85
xs_listener_destructorFunction · 0.85
xs_tcp_constructorFunction · 0.85
xs_tcp_destructorFunction · 0.85
xs_listener_constructorFunction · 0.85
xs_listener_destructor_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected