Home | History | Annotate | Download | only in native

Lines Matching refs:SO_SNDBUF

173  * Iterative way to find the max value that SO_SNDBUF or SO_RCVBUF
918 { java_net_SocketOptions_SO_SNDBUF, SOL_SOCKET, SO_SNDBUF },
976 * On Linux the SO_SNDBUF/SO_RCVBUF values must be post-processed
1001 * On Linux SO_SNDBUF/SO_RCVBUF aren't symmetric. This
1005 if ((level == SOL_SOCKET) && ((opt == SO_SNDBUF)
1030 * On Solaris need to limit the suggested value for SO_SNDBUF
1104 * SOL_SOCKET/{SO_SNDBUF,SO_RCVBUF} - On Solaris we may need to clamp
1109 if (opt == SO_SNDBUF || opt == SO_RCVBUF) {
1178 * SOL_SOCKET/{SO_SNDBUF,SO_RCVBUF} - On FreeBSD need to
1183 if (opt == SO_SNDBUF || opt == SO_RCVBUF) {