syscall.SockaddrInet6.ZoneId (field)
15 uses
syscall (current package)
syscall_linux.go#L534: sa.raw.Scope_id = sa.ZoneId
syscall_linux.go#L665: sa.ZoneId = pp.Scope_id
syscall_unix.go#L275: ZoneId uint32
syscall_unix.go#L351: from.ZoneId = pp.Scope_id
syscall_unix.go#L378: from.ZoneId = pp.Scope_id
net
iprawsock_posix.go#L19: return &IPAddr{IP: sa.Addr[0:], Zone: zoneCache.name(int(sa.ZoneId))}
iprawsock_posix.go#L55: addr = &IPAddr{IP: sa.Addr[0:], Zone: zoneCache.name(int(sa.ZoneId))}
iprawsock_posix.go#L82: addr = &IPAddr{IP: sa.Addr[0:], Zone: zoneCache.name(int(sa.ZoneId))}
ipsock_posix.go#L178: sa := syscall.SockaddrInet6{Port: port, ZoneId: uint32(zoneCache.index(zone))}
ipsock_posix.go#L229: ZoneId: uint32(zoneCache.index(addr.Zone())),
tcpsock_posix.go#L21: return &TCPAddr{IP: sa.Addr[0:], Port: sa.Port, Zone: zoneCache.name(int(sa.ZoneId))}
udpsock_posix.go#L20: return &UDPAddr{IP: sa.Addr[0:], Port: sa.Port, Zone: zoneCache.name(int(sa.ZoneId))}
udpsock_posix.go#L62: *addr = UDPAddr{IP: ip[:], Port: from.Port, Zone: zoneCache.name(int(from.ZoneId))}
udpsock_posix.go#L87: ip = netip.AddrFrom16(from.Addr).WithZone(zoneCache.name(int(from.ZoneId)))
udpsock_posix.go#L107: ip := netip.AddrFrom16(sa.Addr).WithZone(zoneCache.name(int(sa.ZoneId)))
|
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. |