syscall.SockaddrInet4.raw (field)
7 uses
syscall (current package)
syscall_bsd.go#L165: sa.raw.Len = SizeofSockaddrInet4
syscall_bsd.go#L166: sa.raw.Family = AF_INET
syscall_bsd.go#L167: p := (*[2]byte)(unsafe.Pointer(&sa.raw.Port))
syscall_bsd.go#L171: sa.raw.Addr[i] = sa.Addr[i]
syscall_bsd.go#L173: return unsafe.Pointer(&sa.raw), _Socklen(sa.raw.Len), nil
syscall_unix.go#L234: 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. |