const syscall.AF_UNIX
9 uses
syscall (current package)
syscall_bsd.go#L199: sa.raw.Family = AF_UNIX
syscall_bsd.go#L240: case AF_UNIX:
syscall_bsd.go#L320: rsa.Addr.Family = AF_UNIX
zerrors_darwin_amd64.go#L46: AF_UNIX = 0x1
net
file_unix.go#L49: family = syscall.AF_UNIX
sock_posix.go#L103: case syscall.AF_UNIX:
sockopt_bsd.go#L34: 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, ctrlFn)
unixsock_posix.go#L87: return syscall.AF_UNIX
![]() |
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. |