golang.org/x/sys/unix.SockaddrInet4.raw (field)
7 uses
golang.org/x/sys/unix (current package)
syscall_bsd.go#L160: sa.raw.Len = SizeofSockaddrInet4
syscall_bsd.go#L161: sa.raw.Family = AF_INET
syscall_bsd.go#L162: p := (*[2]byte)(unsafe.Pointer(&sa.raw.Port))
syscall_bsd.go#L166: sa.raw.Addr[i] = sa.Addr[i]
syscall_bsd.go#L168: return unsafe.Pointer(&sa.raw), _Socklen(sa.raw.Len), nil
syscall_unix.go#L192: raw RawSockaddrInet4
![]() |
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. |