Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c311 return (SOP_SETSOCKOPT(so, level, option_name, optval, optlen, cr)); in socket_setsockopt()
H A Dsockcommon_sops.c795 SOP_SETSOCKOPT(so, level, option_name, optval, optlen, cr)); in so_setsockopt()
/titanic_44/usr/src/uts/common/sys/
H A Dsocketvar.h711 #define SOP_SETSOCKOPT(so, level, optionname, optval, optlen, cr) \ macro