Home
last modified time | relevance | path

Searched refs:etheraddr (Results 1 – 4 of 4) sorted by relevance

/src/contrib/tcpdump/ !
H A Dprint-decnet.c58 } etheraddr; /* Ethernet address */ typedef
82 etheraddr lg_dst; /* destination id */
85 etheraddr lg_src; /* source id */
205 etheraddr rh_src; /* source id */
220 etheraddr eh_src; /* source id */
225 etheraddr eh_router; /* designated router */
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ !
H A Dmain.h361 u8 etheraddr[ETH_ALEN]; /* currently configured ethernet address */ member
H A Dmain.c1884 static void brcms_c_get_macaddr(struct brcms_hardware *wlc_hw, u8 etheraddr[ETH_ALEN]) in brcms_c_get_macaddr()
1890 memcpy(etheraddr, sprom->il0mac, ETH_ALEN); in brcms_c_get_macaddr()
1895 memcpy(etheraddr, sprom->et1mac, ETH_ALEN); in brcms_c_get_macaddr()
1897 memcpy(etheraddr, sprom->il0mac, ETH_ALEN); in brcms_c_get_macaddr()
4658 brcms_c_get_macaddr(wlc_hw, wlc_hw->etheraddr); in brcms_b_attach()
4660 if (is_broadcast_ether_addr(wlc_hw->etheraddr) || in brcms_b_attach()
4661 is_zero_ether_addr(wlc_hw->etheraddr)) { in brcms_b_attach()
7955 memcpy(&wlc->perm_etheraddr, &wlc->hw->etheraddr, ETH_ALEN); in brcms_c_attach()
7956 memcpy(&pub->cur_etheraddr, &wlc->hw->etheraddr, ETH_ALEN); in brcms_c_attach()
/src/sbin/pfctl/ !
H A Dparse.y537 } etheraddr; member
669 %type <v.etheraddr> etherfrom etherto