func net/netip.IPv4Unspecified
3 uses
net/netip (current package)
netip.go#L89: func IPv4Unspecified() Addr { return AddrFrom4([4]byte{}) }
netip.go#L625: if ip.Is4() && (ip == IPv4Unspecified() || ip == AddrFrom4([4]byte{255, 255, 255, 255})) {
netip.go#L667: return ip == IPv4Unspecified() || ip == IPv6Unspecified()
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |