func syscall.Getsockname
7 uses
syscall (current package)
netlink_linux.go#L74: lsa, err := Getsockname(s)
syscall_linux.go#L703: 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#L139: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L176: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L223: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |