net.IP.To16 (method)
9 uses
net (current package)
ip.go#L204: func (ip IP) To16() IP {
ip.go#L424: return ip.To4() != nil && x.To4() != nil || ip.To16() != nil && ip.To4() == nil && x.To16() != nil && x.To4() == nil
ipsock_posix.go#L173: ip6 := ip.To16()
cgo_unix.go#L339: if ip6 := ip.To16(); ip6 != nil {
cgo_unix.go#L347: return x.To16()
net/http
socks_bundle.go#L96: } else if ip6 := ip.To16(); ip6 != nil {
golang.org/x/net/internal/socks
client.go#L90: } else if ip6 := ip.To16(); ip6 != nil {
google.golang.org/grpc/internal/binarylog
method_logger.go#L406: } else if a.IP.To16() != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |