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.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |