Searched refs:MSG_PEEK (Results 1 – 6 of 6) sorted by relevance
315 #define MSG_PEEK 0x02 /* Peek incoming message */ macro
4721 if((flags & MSG_PEEK) == 0) in nx_bsd_recv_internal()
200 ret = recv(sockfd, buf, sizeof(buf), MSG_PEEK); in bsd_server_helper_thread_entry()
199 ret = recv(sockfd, buf, sizeof(buf), MSG_PEEK); in bsd_server_helper_thread_entry()
251 ret = recv(sockfd, buf, sizeof(buf), MSG_PEEK); in bsd_server_helper_thread_entry()
5337 … 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.