MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / lwip_write

Function lwip_write

components/net/lwip/lwip-1.4.1/src/api/sockets.c:1016–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016int
1017lwip_write(int s, const void *data, size_t size)
1018{
1019 return lwip_send(s, data, size, 0);
1020}
1021
1022/**
1023 * Go through the readset and writeset lists and see which socket of the sockets

Callers

nothing calls this directly

Calls 1

lwip_sendFunction · 0.70

Tested by

no test coverage detected