type syscall.RawSockaddrInet4
7 uses
syscall (current package)
route_bsd.go#L116: offsetofInet4 = int(unsafe.Offsetof(RawSockaddrInet4{}.Addr))
syscall_bsd.go#L265: pp := (*RawSockaddrInet4)(unsafe.Pointer(rsa))
syscall_unix.go#L234: raw RawSockaddrInet4
ztypes_darwin_amd64.go#L158: type RawSockaddrInet4 struct {
net
cgo_sockold.go#L27: sa := syscall.RawSockaddrInet4{Len: syscall.SizeofSockaddrInet4, Family: syscall.AF_INET}
cgo_unix.go#L129: sa := (*syscall.RawSockaddrInet4)(unsafe.Pointer(r.ai_addr))
cgo_unix.go#L208: sa := (*syscall.RawSockaddrInet4)(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. |