Searched refs:MSG_NOSIGNAL (Results 1 - 1 of 1) sorted by relevance

/gem5/src/dev/net/
H A Dtcp_iface.cc68 // MSG_NOSIGNAL does not exists on OS X
70 #ifndef MSG_NOSIGNAL
71 #define MSG_NOSIGNAL SO_NOSIGPIPE macro
268 ret = ::send(sock, buf, length, MSG_NOSIGNAL);

Completed in 4 milliseconds