Home
last modified time | relevance | path

Searched defs:optlenp (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c340 void *optval, socklen_t *optlenp, struct cred *cr) in sof_getsockopt_impl()
381 void *optval, socklen_t *optlenp, struct cred *cr) in sof_getsockopt()
1422 void *optval, socklen_t *optlenp, cred_t *cr) in sof_filter_setsockopt()
1430 void *optval, socklen_t *optlenp, cred_t *cr) in sof_filter_getsockopt()
H A Dsock_notsupp.c87 int option_name, void *optval, socklen_t *optlenp, struct cred *cr) in sock_getsockopt_notsupp()
H A Dsockcommon.c288 void *optval, socklen_t *optlenp, int flags, cred_t *cr) in socket_getsockopt()
H A Dsockcommon_sops.c698 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in so_getsockopt()
H A Dsockcommon_subr.c1677 void *optval, socklen_t *optlenp, int flags) in socket_getopt_common()
H A Dsocksyscalls.c3043 socklen_t *optlenp, int flags) in sogetsockopt()
H A Dsocktpi.c5082 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sotpi_getsockopt()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c657 void *optval, socklen_t *optlenp, struct cred *cred) in sdpfp_getsockopt()
1194 void *optval, socklen_t *optlenp) in pfp_getpacket_sockopt()
H A Dsocksdp.c652 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sosdp_getsockopt()
H A Dsocksctp.c1224 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sosctp_getsockopt()
/titanic_44/usr/src/uts/common/inet/
H A Doptcom.c1906 uchar_t **optbufp, uint_t *optlenp) in optcom_pkt_set()
/titanic_44/usr/src/uts/common/sys/
H A Dsocketvar.h708 #define SOP_GETSOCKOPT(so, level, optionname, optval, optlenp, flags, cr) \ argument