Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h119 #define SOCK_TYPE_MASK 0xffff /* type reside in these bits only */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c105 type = type_w_flags & SOCK_TYPE_MASK; in so_socket()
106 type_w_flags &= ~SOCK_TYPE_MASK; in so_socket()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1399 if ((type & ~SOCK_TYPE_MASK) != 0) { in s10_so_socket()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1835 long type = val & SOCK_TYPE_MASK; in prt_skt()