Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c313 return (SOP_SETSOCKOPT(so, level, option_name, optval, optlen, cr)); in socket_setsockopt()
H A Dsockcommon_sops.c764 SOP_SETSOCKOPT(so, level, option_name, optval, optlen, cr)); in so_setsockopt()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h718 #define SOP_SETSOCKOPT(so, level, optionname, optval, optlen, cr) \ macro