type syscall.RawSockaddrInet6
8 uses
syscall (current package)
route_bsd.go#L117: offsetofInet6 = int(unsafe.Offsetof(RawSockaddrInet6{}.Addr))
syscall_bsd.go#L275: pp := (*RawSockaddrInet6)(unsafe.Pointer(rsa))
syscall_unix.go#L241: raw RawSockaddrInet6
ztypes_darwin_amd64.go#L166: type RawSockaddrInet6 struct {
ztypes_darwin_amd64.go#L255: Addr RawSockaddrInet6
net
cgo_sockold.go#L33: sa := syscall.RawSockaddrInet6{Len: syscall.SizeofSockaddrInet6, Family: syscall.AF_INET6, Scope_id: uint32(zone)}
cgo_unix.go#L133: sa := (*syscall.RawSockaddrInet6)(unsafe.Pointer(r.ai_addr))
cgo_unix.go#L212: sa := (*syscall.RawSockaddrInet6)(unsafe.Pointer(r.ai_addr))
![]() |
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. |