so_sndbuf
sockets[i].so_sndbuf = SO_DEF_SNDBUF;
*(int *)optval = sockets[i].so_sndbuf;
sockets[i].so_sndbuf = *(int *)optval;
if (sockets[i].so_sndbuf > SO_MAX_BUF)
sockets[i].so_sndbuf = SO_MAX_BUF;
int so_sndbuf; /* max send buf size */
tcp->tcp_xmit_hiwater = isp->so_sndbuf;
so->so_sndbuf = 0;
nso->so_sndbuf = so->so_sndbuf;
lvalue = so->so_sndbuf;
len = (t_uscalar_t)sizeof (so->so_sndbuf);
so->so_sndbuf = intvalue;
if (msglen > so->so_sndbuf) {
so->so_sndbuf = sbl.sbl_txbuf;
if (msglen > so->so_sndbuf) {
nso->so_sndbuf = lso->so_sndbuf;
so->so_sndbuf = sbl.sbl_txbuf;
value = so->so_sndbuf;
so->so_sndbuf = intvalue;
if (so->so_sndlowat > so->so_sndbuf) {
so->so_sndlowat = so->so_sndbuf;
if (so->so_sndlowat > so->so_sndbuf) {
so->so_sndlowat = so->so_sndbuf;
nso->so_sndbuf = lso->so_sndbuf;