Searched refs:an_sigcache (Results 1 – 4 of 4) sorted by relevance
1960 bcopy((char *)&sc->an_sigcache, (char *)pt, in an_ioctl()1961 sizeof(struct an_sigcache) * sc->an_sigitems); in an_ioctl()1962 sc->areq.an_len += ((sizeof(struct an_sigcache) * in an_ioctl()3040 struct an_sigcache an_sigcache[MAXANCACHE]; /* array of cache entries */ variable3121 if (! bcmp(eh->ether_shost , sc->an_sigcache[i].macsrc, 6 )) { in an_cache_store()3178 sc->an_sigcache[cache_slot].ipsrc = ip->ip_src.s_addr; in an_cache_store()3180 bcopy( eh->ether_shost, sc->an_sigcache[cache_slot].macsrc, 6); in an_cache_store()3186 sc->an_sigcache[cache_slot].signal = in an_cache_store()3188 sc->an_sigcache[cache_slot].quality = in an_cache_store()3191 sc->an_sigcache[cache_slot].signal = rx_rssi - 100; in an_cache_store()[all …]
475 struct an_sigcache an_sigcache[MAXANCACHE]; member
128 struct an_sigcache { struct
1209 struct an_sigcache *sc; in an_readcache()1222 sc = (struct an_sigcache *)((int32_t *)areq.an_val + 1); in an_readcache()