func syscall.Getsockname
6 uses
syscall (current package)
syscall_bsd.go#L311: func Getsockname(fd int) (sa Sockaddr, err error) {
net
fd_unix.go#L188: lsa, _ := syscall.Getsockname(netfd.pfd.Sysfd)
file_unix.go#L41: lsa, _ := syscall.Getsockname(s)
sock_posix.go#L164: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L202: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L251: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
![]() |
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. |