Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h315 #define MSG_PEEK 0x02 /* Peek incoming message */ macro
Dnxd_bsd.c4721 if((flags & MSG_PEEK) == 0) in nx_bsd_recv_internal()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_basic_blocking_test.c200 ret = recv(sockfd, buf, sizeof(buf), MSG_PEEK); in bsd_server_helper_thread_entry()
Dnetx_bsd_tcp_rcvbuf_test.c199 ret = recv(sockfd, buf, sizeof(buf), MSG_PEEK); in bsd_server_helper_thread_entry()
Dnetx_bsd_getaddrinfo_test.c251 ret = recv(sockfd, buf, sizeof(buf), MSG_PEEK); in bsd_server_helper_thread_entry()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5337 … receiving data. Fixed return code. Supported flags MSG_PEEK and MSG_DONTWAIT.
5338 … recvfrom - Supported flags MSG_PEEK and MSG_DONTWAIT.
5377 supported flags MSG_PEEK.