Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ lwip_write
Function
lwip_write
components/net/lwip/lwip-2.1.2/src/api/sockets.c:1767–1771 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1765
}
1766
1767
ssize_t
1768
lwip_write(int s, const void *data, size_t size)
1769
{
1770
return lwip_send(s, data, size, 0);
1771
}
1772
1773
ssize_t
1774
lwip_writev(int s, const struct iovec *iov, int iovcnt)
Callers
3
sockets_stresstest_conn_client
Function · 0.50
sockets_stresstest_conn_server
Function · 0.50
test_sockets_allfunctions_basic_domain
Function · 0.50
Calls
1
lwip_send
Function · 0.70
Tested by
3
sockets_stresstest_conn_client
Function · 0.40
sockets_stresstest_conn_server
Function · 0.40
test_sockets_allfunctions_basic_domain
Function · 0.40