func net.sysSocket
4 uses
net (current package)
ipsock_posix.go#L27: s, err := sysSocket(syscall.AF_INET, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
ipsock_posix.go#L51: s, err := sysSocket(syscall.AF_INET6, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
sock_posix.go#L19: s, err := sysSocket(family, sotype, proto)
sys_cloexec.go#L20: func sysSocket(family, sotype, proto int) (int, error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)