func syscall.Getsockname
7 uses
	syscall (current package)
		netlink_linux.go#L74: 	lsa, err := Getsockname(s)
		syscall_linux.go#L690: 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#L166: 	lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
		sock_posix.go#L206: 	lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
		sock_posix.go#L256: 	lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
![]()  | 
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |