func net/netip.IPv4Unspecified
3 uses
net/netip (current package)
netip.go#L88: func IPv4Unspecified() Addr { return AddrFrom4([4]byte{}) }
netip.go#L596: if ip.Is4() && (ip == IPv4Unspecified() || ip == AddrFrom4([4]byte{255, 255, 255, 255})) {
netip.go#L634: return ip == IPv4Unspecified() || ip == IPv6Unspecified()
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |