net.IP.IsUnspecified (method)
5 uses
net (current package)
ip.go#L116: func (ip IP) IsUnspecified() bool {
ip.go#L171: !ip.IsUnspecified() &&
iprawsock.go#L54: return a.IP.IsUnspecified()
tcpsock.go#L43: return a.IP.IsUnspecified()
udpsock.go#L46: return a.IP.IsUnspecified()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)