Home
last modified time | relevance | path

Searched defs:ipv6ZoneCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dinterface.go192 type ipv6ZoneCache struct { struct
193 sync.RWMutex // guard the following
194 lastFetched time.Time // last time routing information was fetched
195 toIndex map[string]int // interface name to its index
196 toName map[int]string // interface index to its name
207 func (zc *ipv6ZoneCache) update(ift []Interface, force bool) (updated bool) {
232 func (zc *ipv6ZoneCache) name(index int) string {
252 func (zc *ipv6ZoneCache) index(name string) int {