net.IP.Equal (method)
14 uses
net (current package)
ip.go#L121: return ip.Equal(IPv4zero) || ip.Equal(IPv6unspecified)
ip.go#L129: return ip.Equal(IPv6loopback)
ip.go#L193: !ip.Equal(IPv4bcast) &&
ip.go#L359: func (ip IP) Equal(x IP) bool {
ipsock.go#L296: if len(ips) == 1 && ips[0].IP.Equal(IPv6unspecified) {
ipsock_posix.go#L169: if len(ip) == 0 || ip.Equal(IPv4zero) {
sockopt_posix.go#L36: if ip.Equal(v.IP) {
sockopt_posix.go#L40: if ip.Equal(v.IP) {
sockopt_posix.go#L46: if ip.Equal(IPv4zero) {
tcpsock_posix.go#L136: return l.Port == r.Port && l.IP.Equal(r.IP)
crypto/x509
verify.go#L1094: if ip.Equal(candidate) {
golang.org/x/net/proxy
per_host.go#L67: if bypassIP.Equal(ip) {
vendor/golang.org/x/net/http/httpproxy
proxy.go#L352: if m.ip.Equal(ip) {
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. |