Lines Matching defs:intvalue
5554 #define intvalue (*(int32_t *)optval)5579 if (intvalue & 2)5584 if (intvalue & 4)5598 if (intvalue != 0) {5618 so->so_sndbuf = intvalue;5621 so->so_rcvbuf = intvalue;5624 so->so_rcv_timer_interval = intvalue;5632 so->so_sndlowat = intvalue;5635 so->so_rcvlowat = intvalue;5658 #undef intvalue