Searched refs:ETH_ALEN (Results 1 – 25 of 91) sorted by relevance
1234
/linux-4.19.296/include/uapi/linux/ |
D | batadv_packet.h | 218 __u8 orig[ETH_ALEN]; 219 __u8 prev_sender[ETH_ALEN]; 244 __u8 orig[ETH_ALEN]; 262 __u8 orig[ETH_ALEN]; 289 __u8 dst[ETH_ALEN]; 290 __u8 orig[ETH_ALEN]; 312 __u8 dst[ETH_ALEN]; 313 __u8 orig[ETH_ALEN]; 341 __u8 dst[ETH_ALEN]; 342 __u8 orig[ETH_ALEN]; [all …]
|
D | if_ether.h | 32 #define ETH_ALEN 6 /* Octets in one ethernet addr */ macro 162 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ 163 unsigned char h_source[ETH_ALEN]; /* source ether addr */
|
D | bpqether.h | 15 unsigned char destination[ETH_ALEN]; 16 unsigned char accept[ETH_ALEN];
|
D | openvswitch.h | 391 __u8 eth_src[ETH_ALEN]; 392 __u8 eth_dst[ETH_ALEN]; 447 __u8 arp_sha[ETH_ALEN]; 448 __u8 arp_tha[ETH_ALEN]; 453 __u8 nd_sll[ETH_ALEN]; 454 __u8 nd_tll[ETH_ALEN];
|
D | atmlec.h | 64 unsigned char mac_addr[ETH_ALEN]; 78 unsigned char mac_addr[ETH_ALEN]; /* dst mac addr */
|
D | if_arp.h | 155 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ 157 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */
|
D | virtio_net.h | 74 __u8 mac[ETH_ALEN]; 198 __u8 macs[][ETH_ALEN];
|
/linux-4.19.296/lib/ |
D | net_utils.c | 12 if (strlen(s) < 3 * ETH_ALEN - 1) in mac_pton() 16 for (i = 0; i < ETH_ALEN; i++) { in mac_pton() 19 if (i != ETH_ALEN - 1 && s[i * 3 + 2] != ':') in mac_pton() 22 for (i = 0; i < ETH_ALEN; i++) { in mac_pton()
|
/linux-4.19.296/include/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 30 unsigned char smaddr[ETH_ALEN]; 31 unsigned char smmsk[ETH_ALEN]; 32 unsigned char dmaddr[ETH_ALEN]; 33 unsigned char dmmsk[ETH_ALEN];
|
D | ebtables.h | 181 unsigned char sourcemac[ETH_ALEN]; 182 unsigned char sourcemsk[ETH_ALEN]; 183 unsigned char destmac[ETH_ALEN]; 184 unsigned char destmsk[ETH_ALEN];
|
D | ebt_802_3.h | 47 __u8 daddr[ETH_ALEN]; 48 __u8 saddr[ETH_ALEN];
|
/linux-4.19.296/include/trace/events/ |
D | bridge.h | 22 __array(unsigned char, addr, ETH_ALEN) 29 memcpy(__entry->addr, addr, ETH_ALEN); 52 __array(unsigned char, addr, ETH_ALEN) 59 memcpy(__entry->addr, addr, ETH_ALEN); 78 __array(unsigned char, addr, ETH_ALEN) 85 memcpy(__entry->addr, f->key.addr.addr, ETH_ALEN); 105 __array(unsigned char, addr, ETH_ALEN) 113 memcpy(__entry->addr, addr, ETH_ALEN);
|
/linux-4.19.296/include/scsi/ |
D | libfcoe.h | 159 u8 dest_addr[ETH_ALEN]; 160 u8 ctl_src_addr[ETH_ALEN]; 221 u8 fcf_mac[ETH_ALEN]; 222 u8 fcoe_mac[ETH_ALEN]; 249 u8 enode_mac[ETH_ALEN]; 250 u8 vn_mac[ETH_ALEN]; 264 u64 fcoe_wwn_from_mac(unsigned char mac[ETH_ALEN], unsigned int scheme, 370 u8 data_src_addr[ETH_ALEN];
|
/linux-4.19.296/include/linux/ |
D | etherdevice.h | 66 static const u8 eth_reserved_addr_base[ETH_ALEN] __aligned(2) = 228 get_random_bytes(addr, ETH_ALEN); in eth_random_addr() 243 memset(addr, 0xff, ETH_ALEN); in eth_broadcast_addr() 254 memset(addr, 0x00, ETH_ALEN); in eth_zero_addr() 388 return memcmp(addr1, addr2, ETH_ALEN) == 0; in ether_addr_equal_unaligned() 407 for (i = 0; i < ETH_ALEN; i++) { in ether_addr_equal_masked() 426 for (i = 0; i < ETH_ALEN; i++) in ether_addr_to_u64() 441 for (i = ETH_ALEN - 1; i >= 0; i--) { in u64_to_ether_addr()
|
D | ieee80211.h | 239 u8 addr1[ETH_ALEN]; 240 u8 addr2[ETH_ALEN]; 241 u8 addr3[ETH_ALEN]; 243 u8 addr4[ETH_ALEN]; 249 u8 addr1[ETH_ALEN]; 250 u8 addr2[ETH_ALEN]; 251 u8 addr3[ETH_ALEN]; 258 u8 addr1[ETH_ALEN]; 259 u8 addr2[ETH_ALEN]; 260 u8 addr3[ETH_ALEN]; [all …]
|
D | ks8851_mll.h | 30 u8 mac_addr[ETH_ALEN];
|
/linux-4.19.296/include/net/tc_act/ |
D | tc_skbmod.h | 19 u8 eth_dst[ETH_ALEN]; 21 u8 eth_src[ETH_ALEN];
|
D | tc_ife.h | 11 u8 eth_dst[ETH_ALEN]; 12 u8 eth_src[ETH_ALEN];
|
/linux-4.19.296/include/net/ |
D | flow_dissector.h | 140 unsigned char sha[ETH_ALEN]; 141 unsigned char tha[ETH_ALEN]; 184 unsigned char dst[ETH_ALEN]; 185 unsigned char src[ETH_ALEN];
|
D | bond_alb.h | 113 u8 mac_src[ETH_ALEN]; /* the server MAC address */ 114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */
|
/linux-4.19.296/drivers/of/ |
D | of_net.c | 46 if (pp && pp->length == ETH_ALEN && is_valid_ether_addr(pp->value)) in of_get_mac_addr() 111 if (len < ETH_ALEN || !is_valid_ether_addr(mac)) { in of_get_nvmem_mac_address()
|
/linux-4.19.296/include/linux/mlx4/ |
D | driver.h | 100 for (i = 0; i < ETH_ALEN; i++) { in mlx4_mac_to_u64() 111 for (i = ETH_ALEN; i > 0; i--) { in mlx4_u64_to_mac()
|
/linux-4.19.296/include/linux/qed/ |
D | qed_fcoe_if.h | 40 u8 src_mac[ETH_ALEN]; 41 u8 dst_mac[ETH_ALEN];
|
/linux-4.19.296/drivers/isdn/hysdn/ |
D | hysdn_net.c | 70 for (i = 0; i < ETH_ALEN; i++) in net_open() 75 …memcpy(dev->dev_addr + (ETH_ALEN - sizeof(ifa->ifa_local)), &ifa->ifa_local, sizeof(ifa->ifa_local… in net_open() 78 memcpy(dev->dev_addr, card->mac_addr, ETH_ALEN); in net_open()
|
/linux-4.19.296/include/uapi/linux/netfilter/ |
D | xt_mac.h | 8 unsigned char srcaddr[ETH_ALEN];
|
1234