Searched defs:optlenp (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 340 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 D | sock_notsupp.c | 87 int option_name, void *optval, socklen_t *optlenp, struct cred *cr) in sock_getsockopt_notsupp()
|
H A D | sockcommon.c | 288 void *optval, socklen_t *optlenp, int flags, cred_t *cr) in socket_getsockopt()
|
H A D | sockcommon_sops.c | 698 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in so_getsockopt()
|
H A D | sockcommon_subr.c | 1677 void *optval, socklen_t *optlenp, int flags) in socket_getopt_common()
|
H A D | socksyscalls.c | 3043 socklen_t *optlenp, int flags) in sogetsockopt()
|
H A D | socktpi.c | 5082 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sotpi_getsockopt()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 657 void *optval, socklen_t *optlenp, struct cred *cred) in sdpfp_getsockopt() 1194 void *optval, socklen_t *optlenp) in pfp_getpacket_sockopt()
|
H A D | socksdp.c | 652 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sosdp_getsockopt()
|
H A D | socksctp.c | 1224 void *optval, socklen_t *optlenp, int flags, struct cred *cr) in sosctp_getsockopt()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | optcom.c | 1906 uchar_t **optbufp, uint_t *optlenp) in optcom_pkt_set()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socketvar.h | 708 #define SOP_GETSOCKOPT(so, level, optionname, optval, optlenp, flags, cr) \ argument
|