Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ pbuf_free_safe
Function
pbuf_free_safe
modules/network/socket/lwip/modLwipSafe.c:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
u8_t pbuf_free_safe(struct pbuf *p)
85
{
86
tcpip_callback_with_block(pbuf_free_INLWIP, p, 1);
87
return 0;
88
}
89
90
static err_t tcp_bind_INLWIP(struct tcpip_api_call_data *tcpMsg)
91
{
Callers
10
xs_socket_destructor
Function · 0.85
xs_socket_read
Function · 0.85
xs_socket_write
Function · 0.85
socketMsgDataReceived
Function · 0.85
udp_sendto_INLWIP
Function · 0.85
xs_tcp_destructor
Function · 0.85
xs_tcp_read
Function · 0.85
xs_udp_destructor
Function · 0.85
xs_udp_read
Function · 0.85
udpReceive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected