Home
last modified time | relevance | path

Searched refs:SOP_CONNECT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c237 error = SOP_CONNECT(so, name, namelen, fflag, flags, cr); in socket_connect()
H A Dsockcommon_sops.c275 SO_BLOCK_FALLBACK(so, SOP_CONNECT(so, name, namelen, fflag, flags, cr)); in so_connect()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h700 #define SOP_CONNECT(so, name, namelen, fflag, flags, cr) \ macro