const syscall.SOCK_DGRAM
13 uses
syscall (current package)
zerrors_darwin_amd64.go#L937: SOCK_DGRAM = 0x2
net
fd_unix.go#L31: ZeroReadIsEOF: sotype != syscall.SOCK_DGRAM && sotype != syscall.SOCK_RAW,
sock_posix.go#L62: case syscall.SOCK_DGRAM:
sock_posix.go#L98: case syscall.SOCK_DGRAM:
sock_posix.go#L107: case syscall.SOCK_DGRAM:
sockopt_bsd.go#L34: if (sotype == syscall.SOCK_DGRAM || sotype == syscall.SOCK_RAW) && family != syscall.AF_UNIX {
udpsock_posix.go#L98: fd, err := internetSocket(ctx, sd.network, laddr, raddr, syscall.SOCK_DGRAM, 0, "dial", sd.Dialer.Control)
udpsock_posix.go#L106: fd, err := internetSocket(ctx, sl.network, laddr, nil, syscall.SOCK_DGRAM, 0, "listen", sl.ListenConfig.Control)
udpsock_posix.go#L114: fd, err := internetSocket(ctx, sl.network, gaddr, nil, syscall.SOCK_DGRAM, 0, "listen", sl.ListenConfig.Control)
unixsock_posix.go#L22: sotype = syscall.SOCK_DGRAM
unixsock_posix.go#L37: if raddr == nil && (sotype != syscall.SOCK_DGRAM || laddr == nil) {
unixsock_posix.go#L77: case syscall.SOCK_DGRAM:
unixsock_posix.go#L140: if c.fd.sotype == syscall.SOCK_DGRAM && c.fd.isConnected {
 |
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. |