Searched refs:SOP_BIND (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksctpsubr.c | 381 error = SOP_BIND(so, (struct sockaddr *)&laddr, in sosctp_assoc_createconn()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 174 return (SOP_BIND(so, name, namelen, flags, cr)); in socket_bind()
|
H A D | sockcommon_sops.c | 131 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 D | socketvar.h | 689 #define SOP_BIND(so, name, namelen, flags, cr) \ macro
|