Home
last modified time | relevance | path

Searched refs:SO_SOCKSTR (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsocket.h225 #define SO_SOCKSTR 0x40000 /* normal socket stream */ macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c2757 if ((ip_minor_arena_la != NULL) && (flag & SO_SOCKSTR) && in tcp_open()
2799 issocket = flag & SO_SOCKSTR; in tcp_open()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c396 flags |= SO_SOCKSTR; in sotpi_init()
422 flags &= ~SO_SOCKSTR; in sotpi_init()
431 flags |= SO_SOCKSTR; in sotpi_init()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c1401 if ((ip_minor_arena_la != NULL) && (flag & SO_SOCKSTR) && in udp_open()
1454 if (flag & SO_SOCKSTR) { in udp_open()
/titanic_41/usr/src/uts/common/io/
H A Dtl.c1438 if (oflag & SO_SOCKSTR) { in tl_open()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c6037 if ((ip_minor_arena_la != NULL) && (flag & SO_SOCKSTR) && in ip_open()