syscall.RawSockaddrAny.Addr (field)
8 uses
syscall (current package)
syscall_bsd.go#L224: switch rsa.Addr.Family {
syscall_bsd.go#L319: if runtime.GOOS == "dragonfly" && rsa.Addr.Family == AF_UNSPEC && rsa.Addr.Len == 0 {
syscall_bsd.go#L320: rsa.Addr.Family = AF_UNIX
syscall_bsd.go#L321: rsa.Addr.Len = SizeofSockaddrUnix
syscall_bsd.go#L401: if rsa.Addr.Family != AF_UNSPEC {
syscall_unix.go#L287: if rsa.Addr.Family != AF_UNSPEC {
ztypes_darwin_amd64.go#L199: Addr RawSockaddr
![]() |
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. |