intvalue
if (intvalue & 2)
if (intvalue & 4)
if (intvalue != 0) {
so->so_sndbuf = intvalue;
so->so_rcvbuf = intvalue;
so->so_rcv_timer_interval = intvalue;
so->so_sndlowat = intvalue;
so->so_rcvlowat = intvalue;
if (intvalue != 0) {
so->so_sndbuf = intvalue;
so->so_rcvbuf = intvalue;