Searched refs:send_flags (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 146 static int send_flags = MSG_NOSIGNAL; variable 338 SAFE_SENDTO(1, cfd, msg, size, send_flags | MSG_FASTOPEN, in client_connect_send() 345 SAFE_SEND(1, cfd, msg, size, send_flags); in client_connect_send() 422 SAFE_SEND(1, inf.fd, client_msg, cln_len, send_flags); in client_fn() 611 send_flags); in server_fn() 617 send_flags, (struct sockaddr *)&inf.raddr, in server_fn() 624 SAFE_SENDMSG(send_msg_len, inf.fd, &msg, send_flags); in server_fn() 941 send_flags |= MSG_ZEROCOPY; in setup()
|
/third_party/grpc/src/core/ext/filters/http/message_compress/ |
D | message_compress_filter.cc | 306 uint32_t send_flags = in FinishSendMessage() local 325 send_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in FinishSendMessage() 341 grpc_core::SliceBufferByteStream(&slices_, send_flags); in FinishSendMessage()
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 5953 GDBusSendMessageFlags send_flags; in g_dbus_connection_call_sync_internal() local 6009 send_flags = G_DBUS_SEND_MESSAGE_FLAGS_NONE; in g_dbus_connection_call_sync_internal() 6013 send_flags |= SEND_MESSAGE_FLAGS_INITIALIZING; in g_dbus_connection_call_sync_internal() 6017 send_flags, in g_dbus_connection_call_sync_internal()
|
/third_party/boost/boost/asio/detail/impl/ |
D | socket_ops.ipp | 1375 DWORD send_flags = flags; 1377 send_buf_count, &bytes_transferred, send_flags, 0, 0); 1409 DWORD send_flags = flags; 1411 &bytes_transferred, send_flags, 0, 0);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | socket_ops.ipp | 1375 DWORD send_flags = flags; 1377 send_buf_count, &bytes_transferred, send_flags, 0, 0); 1409 DWORD send_flags = flags; 1411 &bytes_transferred, send_flags, 0, 0);
|