Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/include/
Dif_wl_wavelan.h160 char macsrc[6]; /* unique MAC address for entry */ member
/freebsd-12-stable/usr.sbin/ancontrol/
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-12-stable/sys/dev/wi/
Dif_wavelan_ieee.h151 char macsrc[6]; /* unique MAC address for entry */ member
/freebsd-12-stable/sys/dev/an/
Dif_aironet_ieee.h129 char macsrc[6]; /* unique MAC address for entry */ member
Dif_an.c3121 if (! bcmp(eh->ether_shost , sc->an_sigcache[i].macsrc, 6 )) { in an_cache_store()
3180 bcopy( eh->ether_shost, sc->an_sigcache[cache_slot].macsrc, 6); in an_cache_store()