Home
last modified time | relevance | path

Searched refs:so_rcv_timer_interval (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h101 if ((so)->so_rcv_timer_interval != SOCKET_NO_RCVTIMER) { \
103 (so), MSEC_TO_TICK((so)->so_rcv_timer_interval)); \
H A Dsockcommon.c474 so->so_rcv_timer_interval = SOCKET_NO_RCVTIMER; in sonode_constructor()
H A Dsocktpi.c5555 so->so_rcv_timer_interval = intvalue; in sotpi_setsockopt()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h217 #define so_rcv_timer_interval so_proto_props.sopp_rcvtimer macro