Home
last modified time | relevance | path

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

/illumos-gate/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()
1423 void *optval, socklen_t *optlenp, cred_t *cr) in sof_filter_setsockopt()
1431 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.c290 void *optval, socklen_t *optlenp, int flags, cred_t *cr) in socket_getsockopt()
H A Dsockcommon_sops.c667 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in so_getsockopt()
H A Dsockcommon_subr.c1680 void *optval, socklen_t *optlenp, int flags) in socket_getopt_common()
H A Dsocksyscalls.c3127 socklen_t *optlenp, int flags) in sogetsockopt()
H A Dsocktpi.c5016 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sotpi_getsockopt()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c659 void *optval, socklen_t *optlenp, struct cred *cred) in sdpfp_getsockopt()
1196 void *optval, socklen_t *optlenp) in pfp_getpacket_sockopt()
H A Dsocksdp.c653 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sosdp_getsockopt()
H A Dsocksctp.c1233 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sosctp_getsockopt()
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c1906 uchar_t **optbufp, uint_t *optlenp) in optcom_pkt_set()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1548 int option_name, void *optval, socklen_t *optlenp, struct cred *cr) in trill_getsockopt()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h715 #define SOP_GETSOCKOPT(so, level, optionname, optval, optlenp, flags, cr) \ argument