syscall.RawSockaddrInet6.Addr (field)
6 uses
syscall (current package)
route_bsd.go#L117: offsetofInet6 = int(unsafe.Offsetof(RawSockaddrInet6{}.Addr))
syscall_bsd.go#L187: sa.raw.Addr[i] = sa.Addr[i]
syscall_bsd.go#L281: sa.Addr[i] = pp.Addr[i]
ztypes_darwin_amd64.go#L171: Addr [16]byte /* in6_addr */
net
cgo_sockold.go#L34: copy(sa.Addr[:], ip)
cgo_unix.go#L213: addr := IPAddr{IP: copyIP(sa.Addr[:]), Zone: zoneCache.name(int(sa.Scope_id))}
![]() |
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. |