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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h361 #define SM_OPTDATA 0x040 /* Can handle T_OPTDATA_REQ */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1567 if (mode & SM_OPTDATA)
H A Dsockstr.c505 * and SM_EXDATA, SM_OPTDATA, and SM_BYTESTREAM)
520 so->so_mode |= SM_FDPASSING | SM_OPTDATA;
H A Dsocktpi.c3861 /* Options on connection-oriented only when SM_OPTDATA set. */
3862 if (!(so->so_mode & SM_OPTDATA))

Completed in 370 milliseconds