const syscall.SOCK_RAW
9 uses
syscall (current package)
lsf_linux.go#L28: s, e := Socket(AF_PACKET, SOCK_RAW, proto)
netlink_linux.go#L61: s, err := Socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE)
zerrors_linux_amd64.go#L985: SOCK_RAW = 0x3
net
fd_unix.go#L31: ZeroReadIsEOF: sotype != syscall.SOCK_DGRAM && sotype != syscall.SOCK_RAW,
iprawsock_posix.go#L131: fd, err := internetSocket(ctx, network, laddr, raddr, syscall.SOCK_RAW, proto, "dial", ctrlCtxFn)
iprawsock_posix.go#L154: fd, err := internetSocket(ctx, network, laddr, nil, syscall.SOCK_RAW, proto, "listen", ctrlCtxFn)
sock_posix.go#L100: case syscall.SOCK_RAW:
sockopt_linux.go#L13: if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
sockopt_linux.go#L19: if (sotype == syscall.SOCK_DGRAM || sotype == syscall.SOCK_RAW) && family != syscall.AF_UNIX {
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |