func golang.org/x/sys/unix.SetsockoptInt
2 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L492: func SetsockoptInt(fd, level, opt int, value int) (err error) {
google.golang.org/grpc/internal
tcp_keepalive_unix.go#L50: unix.SetsockoptInt(int(fd), unix.SOL_SOCKET, unix.SO_KEEPALIVE, 1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)