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)
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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |