golang.org/x/sys/unix.SockaddrInet4.Port (field)
6 uses
golang.org/x/sys/unix (current package)
syscall_bsd.go#L157: if sa.Port < 0 || sa.Port > 0xFFFF {
syscall_bsd.go#L163: p[0] = byte(sa.Port >> 8)
syscall_bsd.go#L164: p[1] = byte(sa.Port)
syscall_bsd.go#L263: sa.Port = int(p[0])<<8 + int(p[1])
syscall_unix.go#L190: Port int
![]() |
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. |