Home
last modified time | relevance | path

Searched refs:MSG_PEEK (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/posix/sys/
Dsocket.h16 #define MSG_PEEK ZSOCK_MSG_PEEK macro
/Zephyr-latest/tests/posix/headers/src/
Dsys_socket_h.c88 zassert_not_equal(-1, MSG_PEEK); in ZTEST()
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c173 MSG_PEEK | MSG_DONTWAIT) < 0 && in ws_echo_handler()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c179 MSG_PEEK | MSG_DONTWAIT) < 0 && in handle_data()
/Zephyr-latest/drivers/net/
Dnsos_adapt.c235 &flags, MSG_PEEK); in socket_flags_from_nsos_mid()
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst161 * Support MSG_DONTWAIT and MSG_PEEK in recvfrom() socket call.