Searched refs:optvalp (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/inet/tcp/ |
| H A D | tcp_socket.c | 381 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 D | rts.c | 1355 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 D | icmp.c | 5469 const void *optvalp, socklen_t optlen, cred_t *cr) in rawip_setsockopt() argument 5493 option_name, optlen, (uchar_t *)optvalp, (uint_t *)&optlen, in rawip_setsockopt() 5494 (uchar_t *)optvalp, NULL, cr); in rawip_setsockopt() 5503 void *optvalp, socklen_t *optlen, cred_t *cr) in rawip_getsockopt() argument 5538 bcopy(optvalp_buf, optvalp, size); in rawip_getsockopt()
|
| /illumos-gate/usr/src/uts/common/inet/udp/ |
| H A D | udp.c | 6435 void *optvalp, socklen_t *optlen, cred_t *cr) in udp_getsockopt() argument 6468 bcopy(optvalp_buf, optvalp, size); in udp_getsockopt() 6477 const void *optvalp, socklen_t optlen, cred_t *cr) in udp_setsockopt() argument 6497 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in udp_setsockopt()
|