Home
last modified time | relevance | path

Searched refs:MSG_MORE (Results 1 – 7 of 7) sorted by relevance

/device/soc/winnermicro/wm800/board/include/net/
Dwm_sockets2.0.3.h220 #define MSG_MORE 0x10 /* Sender will send more */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Dsocket.h348 #define MSG_MORE 0x8000 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_net_api.h204 #define MSG_MORE 0x8000 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dsockets.h323 #define MSG_MORE 0x10 macro
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h265 #define MSG_MORE 0x10 /* Sender will send more */ macro
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dsockets.c1456 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
1500 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg_internal()
1510 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg_internal()
/device/soc/esp/esp32/components/esp_lwip/lwip/src/api/
Dsockets.c1471 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
1504 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg()
1514 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg()