Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h203 #define MSG_DONTWAIT 0x40 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsocket.h339 #define MSG_DONTWAIT 0x0040 macro
721 * <li>Only flag MSG_MORE, MSG_DONTWAIT and MSG_NOSIGNAL are supported, other flags, such as MSG_OOB/MSG_EOR is not supported.</li>
775 * <li>Only flag MSG_PEEK and MSG_DONTWAIT are supported, other flags, such as MSG_TRUNC/MSG_WAITALL/MSG_OOB is not supported.</li>
785 * <li><b>EWOULDBLOCK</b>: The socket's file descriptor is marked O_NONBLOCK or MSG_DONTWAIT flag is set and no data is waiting to be received.</li>
824 * <li>Only flag MSG_MORE, MSG_DONTWAIT and MSG_NOSIGNAL are supported, other flags, such as MSG_OOB/MSG_EOR is not supported.</li>
831 * <li><b>EWOULDBLOCK</b>: The socket's file descriptor is marked O_NONBLOCK or MSG_DONTWAIT flag is set and the requested operation would block.</li>
881 * <li>Only flag MSG_PEEK and MSG_DONTWAIT are supported, other flags, such as MSG_TRUNC/MSG_WAITALL/MSG_OOB is not supported.</li>
889 * <li><b>EWOULDBLOCK</b>: The socket's file descriptor is marked O_NONBLOCK or MSG_DONTWAIT flag is set and no data is waiting to be received.</li>
926 * <li>Only flag MSG_MORE and MSG_DONTWAIT is supported. Other flags, such as
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.c199 ret = oal_netlink_unicast(g_dev_excp_handler_data.nlsk, netbuf, g_dev_excp_handler_data.usepid, MSG_DONTWAIT); in oal_dev_netlink_send()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h321 #define MSG_DONTWAIT 0x08 macro
1530 * MSG_DONTWAIT : Enables nonblocking operation;if the operation would block,
1550 * - <b> [EWOULDBLOCK] </b>: \n The socket's file descriptor is marked O_NONBLOCK or MSG_DONTWAIT flag
1577 * - Instead of MSG_WAITALL, MSG_DONTWAIT is supported.
1630 * or MSG_DONTWAIT flag is set and no data is waiting to be received.
1685 * MSG_DONTWAIT : Enables nonblocking operation; if the operation would block,
1711 * - <b> [EWOULDBLOCK] </b>: \n The socket's file descriptor is marked O_NONBLOCK or MSG_DONTWAIT
1733 * - Instead of MSG_WAITALL, MSG_DONTWAIT is supported.
1821 * - Only flag MSG_MORE and MSG_DONTWAIT is supported.
1885 * - Only flag MSG_MORE and MSG_DONTWAIT i
[all...]

Completed in 9 milliseconds