Searched refs:intvalue (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c867 #define intvalue (*(int32_t *)optval) macro
898 if (intvalue != 0) {
912 so->so_sndbuf = intvalue;
918 so->so_rcvbuf = intvalue;
934 #undef intvalue macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5586 #define intvalue (*(int32_t *)optval) macro
5611 if (intvalue & 2)
5616 if (intvalue & 4)
5629 if (intvalue != 0) {
5649 so->so_sndbuf = intvalue;
5652 so->so_rcvbuf = intvalue;
5655 so->so_rcv_timer_interval = intvalue;
5663 so->so_sndlowat = intvalue;
5666 so->so_rcvlowat = intvalue;
5689 #undef intvalue macro
[all...]

Completed in 69 milliseconds