Searched refs:optvalp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 374 void *optvalp, socklen_t *optlen, cred_t *cr) in tcp_getsockopt() argument 416 bcopy(optvalp_buf, optvalp, size); in tcp_getsockopt() 425 const void *optvalp, socklen_t optlen, cred_t *cr) in tcp_setsockopt() argument 442 connp->conn_tcp->tcp_naglim = *(int *)optvalp ? 1 : in tcp_setsockopt() 470 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in tcp_setsockopt()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1350 void *optvalp, socklen_t *optlen, cred_t *cr) in rts_getsockopt() argument 1383 bcopy(optvalp_buf, optvalp, size); in rts_getsockopt() 1391 const void *optvalp, socklen_t optlen, cred_t *cr) in rts_setsockopt() argument 1410 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in rts_setsockopt()
|
H A D | icmp.c | 5450 const void *optvalp, socklen_t optlen, cred_t *cr) in rawip_setsockopt() argument 5474 option_name, optlen, (uchar_t *)optvalp, (uint_t *)&optlen, in rawip_setsockopt() 5475 (uchar_t *)optvalp, NULL, cr); in rawip_setsockopt() 5484 void *optvalp, socklen_t *optlen, cred_t *cr) in rawip_getsockopt() argument 5519 bcopy(optvalp_buf, optvalp, size); in rawip_getsockopt()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6277 void *optvalp, socklen_t *optlen, cred_t *cr) in udp_getsockopt() argument 6310 bcopy(optvalp_buf, optvalp, size); in udp_getsockopt() 6319 const void *optvalp, socklen_t optlen, cred_t *cr) in udp_setsockopt() argument 6339 optlen, (uchar_t *)optvalp, (uint_t *)&optlen, (uchar_t *)optvalp, in udp_setsockopt()
|