Searched defs:ipv6ZoneCache (Results 1 – 1 of 1) sorted by relevance
192 type ipv6ZoneCache struct { struct193 sync.RWMutex // guard the following194 lastFetched time.Time // last time routing information was fetched195 toIndex map[string]int // interface name to its index196 toName map[int]string // interface index to its name207 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 {