const syscall.AF_UNIX
8 uses
syscall (current package)
syscall_linux.go#L548: sa.raw.Family = AF_UNIX
syscall_linux.go#L628: case AF_UNIX:
zerrors_linux_amd64.go#L49: AF_UNIX = 0x1
net
file_unix.go#L49: family = syscall.AF_UNIX
sock_posix.go#L103: case syscall.AF_UNIX:
sockopt_linux.go#L19: if (sotype == syscall.SOCK_DGRAM || sotype == syscall.SOCK_RAW) && family != syscall.AF_UNIX {
unixsock_posix.go#L45: fd, err := socket(ctx, net, syscall.AF_UNIX, sotype, 0, false, laddr, raddr, ctxCtrlFn)
unixsock_posix.go#L87: return 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. |