Home
last modified time | relevance | path

Searched refs:MSG_PEEK (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h200 #define MSG_PEEK 0x02 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsocket.h334 #define MSG_PEEK 0x0002 macro
764 * @param flags [IN] Specifies the type of message reception. Values of this argument are formed by logically OR'ing zero or more of the following values: MSG_PEEK
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>
870 * @param flags [IN] Specifies the type of message reception. Values of this argument are formed by logically OR'ing zero or more of the following values: MSG_PEEK Peeks at an incoming message. The data is treated as unread and the next recvfrom() or similar function shall still return this data.
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>
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h315 #define MSG_PEEK 0x01 macro
1528 * MSG_PEEK : Peeks at an incoming message. The data is treated as unread and the next recv()
1561 * For UDP MSG_PEEK is not suported and data is discarded even if it is set.
1575 * - MSG_PEEK is not supported for UDP or RAW sockets.
1682 * MSG_PEEK : Peeks at an incoming message. The data is treated as unread and the next recv()
1726 * - For UDP MSG_PEEK is not suported and data is discarded even if it is set.
1731 * - MSG_PEEK is not supported for UDP or RAW sockets.

Completed in 9 milliseconds