syscall.RawSockaddrInet4.Addr (field)
6 uses
syscall (current package)
route_bsd.go#L116: offsetofInet4 = int(unsafe.Offsetof(RawSockaddrInet4{}.Addr))
syscall_bsd.go#L171: sa.raw.Addr[i] = sa.Addr[i]
syscall_bsd.go#L270: sa.Addr[i] = pp.Addr[i]
ztypes_darwin_amd64.go#L162: Addr [4]byte /* in_addr */
net
cgo_sockold.go#L28: copy(sa.Addr[:], ip)
cgo_unix.go#L209: addr := IPAddr{IP: copyIP(sa.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. |