Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h803 #define _SOGETSOCKOPT_XPG4_2 0x01 /* xpg4.2 semantics */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1781 if ((flags & _SOGETSOCKOPT_XPG4_2) && so->so_xpg_rcvbuf != 0) { in socket_getopt_common()
H A Dsocksyscalls.c1612 &optlen_res, (version != SOV_XPG4_2) ? 0 : _SOGETSOCKOPT_XPG4_2, in getsockopt()
H A Dsocktpi.c5225 } else if (flags & _SOGETSOCKOPT_XPG4_2) { in sotpi_getsockopt()