func net.ParseIP
15 uses
net (current package)
dnsclient.go#L31: ip := ParseIP(addr)
dnsclient_unix.go#L548: if ip := ParseIP(haddr); ip != nil {
ip.go#L399: x := ParseIP(s)
ip.go#L678: func ParseIP(s string) IP {
ipsock_posix.go#L39: {laddr: TCPAddr{IP: ParseIP("::1")}, value: 1},
net/http
cookie.go#L284: if net.ParseIP(v) != nil && !strings.Contains(v, ":") {
socks_bundle.go#L92: if ip := net.ParseIP(host); ip != nil {
socks_bundle.go#L410: a.IP = net.ParseIP(host)
crypto/tls
handshake_client.go#L995: if net.ParseIP(host) != nil {
crypto/x509
verify.go#L125: if ip := net.ParseIP(h.Host); ip != nil {
verify.go#L454: net.ParseIP(host) != nil {
verify.go#L1059: if ip := net.ParseIP(candidateIP); ip != nil {
x509.go#L1257: if net.ParseIP(domain) != nil {
vendor/golang.org/x/net/http/httpproxy
proxy.go#L184: ip := net.ParseIP(host)
proxy.go#L248: if pip := net.ParseIP(phost); pip != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)