Home
last modified time | relevance | path

Searched refs:optvalp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c381 void *optvalp, socklen_t *optlen, cred_t *cr) in tcp_getsockopt() argument
423 bcopy(optvalp_buf, optvalp, size); in tcp_getsockopt()
432 const void *optvalp, socklen_t optlen, cred_t *cr) in tcp_setsockopt() argument
449 connp->conn_tcp->tcp_naglim = *(int *)optvalp ? 1 : in tcp_setsockopt()
477 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in tcp_setsockopt()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1355 void *optvalp, socklen_t *optlen, cred_t *cr) in rts_getsockopt() argument
1388 bcopy(optvalp_buf, optvalp, size); in rts_getsockopt()
1396 const void *optvalp, socklen_t optlen, cred_t *cr) in rts_setsockopt() argument
1415 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in rts_setsockopt()
H A Dicmp.c5459 const void *optvalp, socklen_t optlen, cred_t *cr) in rawip_setsockopt() argument
5483 option_name, optlen, (uchar_t *)optvalp, (uint_t *)&optlen, in rawip_setsockopt()
5484 (uchar_t *)optvalp, NULL, cr); in rawip_setsockopt()
5493 void *optvalp, socklen_t *optlen, cred_t *cr) in rawip_getsockopt() argument
5528 bcopy(optvalp_buf, optvalp, size); in rawip_getsockopt()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6426 void *optvalp, socklen_t *optlen, cred_t *cr) in udp_getsockopt() argument
6459 bcopy(optvalp_buf, optvalp, size); in udp_getsockopt()
6468 const void *optvalp, socklen_t optlen, cred_t *cr) in udp_setsockopt() argument
6488 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in udp_setsockopt()