Searched refs:SM_CONNREQUIRED (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c788 if ((so->so_mode & SM_CONNREQUIRED) &&
2298 if (so->so_mode & SM_CONNREQUIRED) {
2436 if (!(so->so_mode & SM_CONNREQUIRED)) {
3106 (so->so_mode & SM_CONNREQUIRED)) {
4259 if (so_mode & SM_CONNREQUIRED)
4264 if (so_mode & SM_CONNREQUIRED) {
4281 (so_mode & SM_CONNREQUIRED)) {
4295 !(so_mode & SM_CONNREQUIRED)) {
4402 if (!(so_mode & SM_CONNREQUIRED)) {
4422 if (!(so_mode & SM_CONNREQUIRED)) {
[all...]
H A Dsockstr.c504 * (SM_ATOMIC, SM_CONNREQUIRED, SM_ADDR, SM_FDPASSING,
511 so->so_mode |= SM_CONNREQUIRED;
1741 if ((so->so_mode & SM_CONNREQUIRED) ||
2394 if (so->so_mode & SM_CONNREQUIRED) {
H A Dsockcommon_sops.c926 if ((so->so_mode & SM_CONNREQUIRED) == 0 || (state & SS_ISCONNECTED)) {
1605 (so->so_mode & SM_CONNREQUIRED)) {
H A Dsockcommon_subr.c1532 if ((so->so_mode & SM_CONNREQUIRED) == 0) {
H A Dsocksubr.c1560 if (mode & SM_CONNREQUIRED)
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c537 nso->so_mode |= SM_CONNREQUIRED;
H A Dsocksctp.c212 so->so_mode = SM_CONNREQUIRED;
1531 if ((so->so_mode & SM_CONNREQUIRED) == 0) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c787 *smodep = SM_CONNREQUIRED | SM_EXDATA | SM_ACCEPTSUPP |
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h357 #define SM_CONNREQUIRED 0x008 /* connection required by protocol */ macro

Completed in 81 milliseconds