Searched refs:so_xpg_rcvbuf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1285 so->so_xpg_rcvbuf = pso->so_xpg_rcvbuf;
1778 if ((flags & _SOGETSOCKOPT_XPG4_2) && so->so_xpg_rcvbuf != 0) {
1787 *(int32_t *)optval = so->so_xpg_rcvbuf;
1788 *optlenp = sizeof (so->so_xpg_rcvbuf);
H A Dsockcommon.c577 so->so_xpg_rcvbuf = 0;
H A Dsockcommon_sops.c856 so->so_xpg_rcvbuf = *(int32_t *)optval;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h187 int so_xpg_rcvbuf; /* SO_RCVBUF value for XPG4 socket */ member in struct:sonode

Completed in 72 milliseconds