Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c290 return (SOP_GETSOCKOPT(so, level, option_name, optval, in socket_getsockopt()
H A Dsockcommon_sops.c706 SOP_GETSOCKOPT(so, level, option_name, optval, optlenp, flags, cr)); in so_getsockopt()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h708 #define SOP_GETSOCKOPT(so, level, optionname, optval, optlenp, flags, cr) \ macro