Searched refs:lwip_send (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 547 #define lwip_send send macro 592 ssize_t lwip_send(int s, const void *dataptr, size_t size, int flags); 659 #define send(s,dataptr,size,flags) lwip_send(s,dataptr,size,flags)
|
/third_party/lwip/src/core/distributed_net/ |
D | distributed_net_core.c | 69 if (lwip_send(sock, &data, sizeof(data), 0) < 0) { in distributed_net_connect()
|
/third_party/lwip/test/unit/api/ |
D | test_sockets.c | 765 ret = lwip_send(sact, txbuf, sizeof(txbuf), 0); in START_TEST()
|
/third_party/lwip/src/api/ |
D | sockets.c | 1421 lwip_send(int s, const void *data, size_t size, int flags) in lwip_send() function 1668 return lwip_send(s, data, size, flags); in lwip_sendto_internal() 1814 return lwip_send(s, data, size, 0); in lwip_write()
|
/third_party/lwip/ |
D | CHANGELOG | 1482 lwip_send() sends as much as possible for non-blocking sockets 1759 * sockets.c: Fixed bug #32906: lwip_connect+lwip_send did not work for udp and 3073 used from lwip_send). 3151 footprint. Disable some part of lwip_send and lwip_sendto if some options are 3725 result and can cause a crash. lwip_send now check netbuf_ref result.
|