net.UnixAddr.Net (field)

19 uses

	net (current package)
		unixsock.go#L24: 	Net  string
		unixsock.go#L30: 	return a.Net
		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#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#L132: 	if addr.Net != sotypeToNet(c.fd.sotype) {
		unixsock_posix.go#L145: 		if addr.Net != sotypeToNet(c.fd.sotype) {

	golang.org/x/crypto/ssh
		streamlocal.go#L47: 	ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
		streamlocal.go#L87: 			Net:  "unix",
		streamlocal.go#L91: 			Net:  "unix",
		streamlocal.go#L99: 	l.conn.forwards.remove(&net.UnixAddr{Name: l.socketPath, Net: "unix"})
		streamlocal.go#L114: 		Net:  "unix",
		tcpip.go#L233: 				Net:  "unix",
		tcpip.go#L237: 				Net:  "unix",
		tcpip.go#L374: 				Net:  "unix",
		tcpip.go#L378: 				Net:  "unix",