func syscall.Shutdown
2 uses
syscall (current package)
zsyscall_linux_amd64.go#L1331: func Shutdown(fd int, how int) (err error) {
internal/poll
fd_posix.go#L29: return syscall.Shutdown(fd.Sysfd, how)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)