Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc59 #define SENDMSG_FLAGS MSG_NOSIGNAL macro
61 #define SENDMSG_FLAGS 0 macro
557 sent_length = sendmsg(fd, msg, SENDMSG_FLAGS); in tcp_send()