Searched refs:MSG_PEEK (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 1962 if ((flags & MSG_PEEK) == 0) 2041 if (flags & MSG_PEEK) { 2088 if (flags & MSG_PEEK) { 2104 if ((flags & MSG_PEEK) == 0) 2133 if ((flags & MSG_PEEK) == 0) { 2230 if (flags & MSG_PEEK) { 2251 if (flags & MSG_PEEK) 2342 if ((flags & MSG_PEEK) == 0) 2345 if ((flags & MSG_PEEK) == 0) { 2469 if (!(flags & MSG_PEEK)) [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_handler.c | 228 n = recv(c->fd, (char *) buf, sizeof(buf), MSG_PEEK); in ngx_stream_proxy_protocol_handler()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 437 #define MSG_PEEK 0x00000002 /* peek at incoming message */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 443 #define MSG_PEEK 0x00000002 /* peek at incoming message */ macro
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_keepalive_module.c | 426 n = recv(c->fd, buf, 1, MSG_PEEK); in ngx_http_upstream_keepalive_close_handler()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.c | 5499 if (in_flags & MSG_PEEK) in sctp_sorecvmsg() 5511 if ((in_flags & MSG_PEEK) && (mp != NULL)) { in sctp_sorecvmsg() 5560 if ((in_flags & MSG_PEEK) == 0) in sctp_sorecvmsg() 5574 if ((in_flags & MSG_PEEK) == 0) { in sctp_sorecvmsg() 6019 if (in_flags & MSG_PEEK) { in sctp_sorecvmsg() 6073 if ((in_flags & MSG_PEEK) == 0) { in sctp_sorecvmsg() 6099 if (((stcb) && (in_flags & MSG_PEEK) == 0) && in sctp_sorecvmsg() 6110 if ((out_flags & MSG_EOR) && ((in_flags & MSG_PEEK) == 0)) { in sctp_sorecvmsg() 6198 if (((stcb) && (in_flags & MSG_PEEK) == 0) && in sctp_sorecvmsg() 6346 if ((stcb) && (in_flags & MSG_PEEK) == 0) { in sctp_sorecvmsg() [all …]
|
| H A D | tcp_usrreq.c | 1518 if ((flags & MSG_PEEK) == 0) in tcp_usr_rcvoob()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_user_ethdev.c | 227 r = recv(dev->vhostfd, buf, 128, MSG_PEEK); in virtio_user_read_dev_config()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.c | 672 n = recv(c->fd, (char *) buf, size, MSG_PEEK); in ngx_http_ssl_handshake() 2947 n = recv(c->fd, buf, 1, MSG_PEEK); in ngx_http_test_reading()
|
| H A D | ngx_http_upstream.c | 1445 n = recv(c->fd, buf, 1, MSG_PEEK); in ngx_http_upstream_check_broken_connection()
|