Searched refs:MSG_PEEK (Results 1 – 6 of 6) sorted by relevance
16 #define MSG_PEEK ZSOCK_MSG_PEEK macro
88 zassert_not_equal(-1, MSG_PEEK); in ZTEST()
173 MSG_PEEK | MSG_DONTWAIT) < 0 && in ws_echo_handler()
179 MSG_PEEK | MSG_DONTWAIT) < 0 && in handle_data()
235 &flags, MSG_PEEK); in socket_flags_from_nsos_mid()
161 * Support MSG_DONTWAIT and MSG_PEEK in recvfrom() socket call.