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

Function udp_remove_safe

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

Source from the content-addressed store, hash-verified

224}
225
226void udp_remove_safe(struct udp_pcb *udpPCB)
227{
228 LwipMsgRecord msg = {
229 .udpPCB = udpPCB,
230 };
231 tcpip_api_call(udp_remove_INLWIP, &msg.call);
232}
233
234static err_t udp_sendto_INLWIP(struct tcpip_api_call_data *tcpMsg)
235{

Callers 3

closeSocketFunction · 0.85
xs_udp_constructorFunction · 0.85
xs_udp_destructorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected