net.Addr.Network (method)

5 uses

	net (current package)
		dial.go#L297: 		if op == "dial" && hint != nil && addr.Network() != hint.Network() {
		dial.go#L325: 		if addr.Network() != hint.Network() {
		file_unix.go#L61: 	fd.net = laddr.Network()
		net.go#L112: 	Network() string // name of the network (for example, "tcp", "udp")