Home
last modified time | relevance | path

Searched refs:send (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/netif/
Dethernetif.c138 send data from(q->payload, q->len);
/lib/liblwip/src/include/lwip/
Dsockets.h358 #define send(a,b,c,d) lwip_send(a,b,c,d) macro
/lib/liblwip/doc/
Dcontrib.txt36 1. Make sure you are reporting bugs or send patches against the latest
Drawapi.txt204 of the data exceeds the current send buffer size or if the length of
497 remain unchanged until sent. Because the send- (or write-)functions return
501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
/lib/liblwip/
DCHANGELOG36 send (TCP only, bug #33820)
100 send MSS
113 * etharp.c: fixed bug #35595: Impossible to send broadcast without a gateway
121 * etharp.c: fixed bug #35531: Impossible to send multicast without a gateway
176 windows (bug #34176 select after non-blocking send times out)
282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
436 blocking send operation)
769 * etharp.c: Fixed bug #29087: etharp: don't send packets for LinkLocal-
1272 * tcp.h: bug #26349: Nagle algorithm doesn't send although segment is full
1344 * dhcp.c: patch #6764: DHCP rebind and renew did not send hostnam option;
[all …]