Searched defs:send_flags (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c1606 const int send_flags = MSG_NOSIGNAL; local
1608 const int send_flags = 0; local
1616 nsent = sendmsg(pxtcp->sock, &mh, send_flags);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c2170 uint_t send_flags; local
2193 send_flags = 0; /* flags processed at the end */
2198 rv = AIX_SEND_FILE(&sd->secret->md.osfd, &sf_struct, send_flags);
2224 op.arg4.flags = send_flags;
2269 int send_flags; local
2295 send_flags = 0;
2299 sfd->file_offset, file_nbytes_to_send, hdtrl, send_flags);
2346 op.arg4.flags = send_flags;

Completed in 56 milliseconds