Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_socket.c1962 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 Dngx_stream_handler.c228 n = recv(c->fd, (char *) buf, sizeof(buf), MSG_PEEK); in ngx_stream_proxy_protocol_handler()
/f-stack/tools/compat/include/sys/
H A Dsocket.h437 #define MSG_PEEK 0x00000002 /* peek at incoming message */ macro
/f-stack/freebsd/sys/
H A Dsocket.h443 #define MSG_PEEK 0x00000002 /* peek at incoming message */ macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c426 n = recv(c->fd, buf, 1, MSG_PEEK); in ngx_http_upstream_keepalive_close_handler()
/f-stack/freebsd/netinet/
H A Dsctputil.c5499 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 Dtcp_usrreq.c1518 if ((flags & MSG_PEEK) == 0) in tcp_usr_rcvoob()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c227 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 Dngx_http_request.c672 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 Dngx_http_upstream.c1445 n = recv(c->fd, buf, 1, MSG_PEEK); in ngx_http_upstream_check_broken_connection()