net.UnixAddr.Name (field)
22 uses
net (current package)
file_unix.go#L98: return &UnixListener{fd: fd, path: laddr.Name, unlink: false}, nil
unixsock.go#L23: Name string
unixsock.go#L37: return a.Name
unixsock.go#L41: return a == nil || a.Name == ""
unixsock.go#L60: return &UnixAddr{Name: address, Net: network}, nil
unixsock_posix.go#L54: return &UnixAddr{Name: s.Name, Net: "unix"}
unixsock_posix.go#L61: return &UnixAddr{Name: s.Name, Net: "unixgram"}
unixsock_posix.go#L68: return &UnixAddr{Name: s.Name, Net: "unixpacket"}
unixsock_posix.go#L94: return &syscall.SockaddrUnix{Name: a.Name}, nil
unixsock_posix.go#L107: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L119: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L135: sa := &syscall.SockaddrUnix{Name: addr.Name}
unixsock_posix.go#L148: sa = &syscall.SockaddrUnix{Name: addr.Name}
golang.org/x/crypto/ssh
streamlocal.go#L47: ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
streamlocal.go#L86: Name: l.socketPath,
streamlocal.go#L90: Name: "@",
streamlocal.go#L99: l.conn.forwards.remove(&net.UnixAddr{Name: l.socketPath, Net: "unix"})
streamlocal.go#L113: Name: l.socketPath,
tcpip.go#L232: Name: payload.SocketPath,
tcpip.go#L236: Name: "@",
tcpip.go#L373: Name: "@",
tcpip.go#L377: Name: addr,
 |
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. |