func syscall.Socket
5 uses
syscall (current package)
lsf_linux.go#L28: s, e := Socket(AF_PACKET, SOCK_RAW, proto)
lsf_linux.go#L51: s, e := Socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)
netlink_linux.go#L61: s, err := Socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE)
syscall_unix.go#L499: func Socket(domain, typ, proto int) (fd int, err error) {
net
hook_unix.go#L17: socketFunc func(int, int, int) (int, error) = syscall.Socket
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)