net.IP.Equal (method)
10 uses
net (current package)
ip.go#L122: return ip.Equal(IPv4zero) || ip.Equal(IPv6unspecified)
ip.go#L130: return ip.Equal(IPv6loopback)
ip.go#L194: !ip.Equal(IPv4bcast) &&
ip.go#L360: func (ip IP) Equal(x IP) bool {
ipsock.go#L297: if len(ips) == 1 && ips[0].IP.Equal(IPv6unspecified) {
ipsock_posix.go#L194: if len(ip) == 0 || ip.Equal(IPv4zero) {
tcpsock_posix.go#L143: return l.Port == r.Port && l.IP.Equal(r.IP)
crypto/x509
verify.go#L1117: if ip.Equal(candidate) {
vendor/golang.org/x/net/http/httpproxy
proxy.go#L352: if m.ip.Equal(ip) {
![]() |
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. |