net.IP.IsUnspecified (method)
5 uses
net (current package)
ip.go#L119: func (ip IP) IsUnspecified() bool {
ip.go#L193: !ip.IsUnspecified() &&
iprawsock.go#L54: return a.IP.IsUnspecified()
tcpsock.go#L59: return a.IP.IsUnspecified()
udpsock.go#L62: return a.IP.IsUnspecified()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)