const syscall.SOCK_DGRAM
16 uses
syscall (current package)
lsf_linux.go#L51: s, e := Socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)
syscall_linux.go#L769: if sockType != SOCK_DGRAM {
syscall_linux.go#L805: if sockType != SOCK_DGRAM {
zerrors_linux_amd64.go#L982: 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_linux.go#L19: if (sotype == syscall.SOCK_DGRAM || sotype == syscall.SOCK_RAW) && family != syscall.AF_UNIX {
udpsock_posix.go#L212: fd, err := internetSocket(ctx, sd.network, laddr, raddr, syscall.SOCK_DGRAM, 0, "dial", ctrlCtxFn)
udpsock_posix.go#L226: fd, err := internetSocket(ctx, sl.network, laddr, nil, syscall.SOCK_DGRAM, 0, "listen", ctrlCtxFn)
udpsock_posix.go#L240: fd, err := internetSocket(ctx, sl.network, gaddr, nil, syscall.SOCK_DGRAM, 0, "listen", ctrlCtxFn)
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#L144: if c.fd.sotype == syscall.SOCK_DGRAM && c.fd.isConnected {
|
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. |