Home
last modified time | relevance | path

Searched refs:macsrc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/ancontrol/
H A Dancontrol.c1227 sc->macsrc[0]&0xff, in an_readcache()
1228 sc->macsrc[1]&0xff, in an_readcache()
1229 sc->macsrc[2]&0xff, in an_readcache()
1230 sc->macsrc[3]&0xff, in an_readcache()
1231 sc->macsrc[4]&0xff, in an_readcache()
1232 sc->macsrc[5]&0xff); in an_readcache()
/freebsd-13.1/sys/dev/an/
H A Dif_aironet_ieee.h129 char macsrc[6]; /* unique MAC address for entry */ member
H A Dif_an.c3121 if (! bcmp(eh->ether_shost , sc->an_sigcache[i].macsrc, 6 )) { in an_cache_store()
3179 bcopy( eh->ether_shost, sc->an_sigcache[cache_slot].macsrc, 6); in an_cache_store()