Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c381 error = SOP_BIND(so, (struct sockaddr *)&laddr, in sosctp_assoc_createconn()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c174 return (SOP_BIND(so, name, namelen, flags, cr)); in socket_bind()
H A Dsockcommon_sops.c131 SO_BLOCK_FALLBACK(so, SOP_BIND(so, name, namelen, flags, cr)); in so_bind()
258 return (SOP_BIND(so, name, namelen, flags, cr)); in so_bind()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h689 #define SOP_BIND(so, name, namelen, flags, cr) \ macro