Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c205 return (SOP_LISTEN(so, backlog, cr)); in socket_listen()
H A Dsockcommon_sops.c254 SO_BLOCK_FALLBACK(so, SOP_LISTEN(so, backlog, cr)); in so_listen()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h698 #define SOP_LISTEN(so, backlog, cr) \ macro