net/netip.Addr.Zone (method)
17 uses
net/netip (current package)
netip.go#L399: func (ip Addr) Zone() string {
netip.go#L433: za, zb := ip.Zone(), ip2.Zone()
netip.go#L763: if z := ip.Zone(); z != "" {
netip.go#L786: if z := ip.Zone(); z != "" {
netip.go#L901: ret = append(ret, ip.Zone()...)
netip.go#L929: ret = append(ret, ip.Zone()...)
netip.go#L951: if z := ip.Zone(); z != "" {
netip.go#L986: z := ip.Zone()
netip.go#L1151: if z := p.ip.Zone(); z != "" {
net
cgo_unix.go#L237: sa, salen := cgoSockaddr(IP(ip.AsSlice()), ip.Zone())
ip.go#L503: if err != nil || ip.Zone() != "" {
ip.go#L525: if err != nil || ipAddr.Zone() != "" {
ipsock_posix.go#L229: ZoneId: uint32(zoneCache.index(addr.Zone())),
lookup.go#L300: return []IPAddr{{IP: IP(ip.AsSlice()).To16(), Zone: ip.Zone()}}, nil
tcpsock.go#L105: Zone: addr.Addr().Zone(),
udpsock.go#L108: Zone: addr.Addr().Zone(),
|
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. |