Home
last modified time | relevance | path

Searched refs:FC_ALEN (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_fc.h26 #define FC_ALEN 6 /* Octets in one ethernet addr */ macro
39 __u8 daddr[FC_ALEN]; /* destination address */
40 __u8 saddr[FC_ALEN]; /* source address */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_fc.h26 #define FC_ALEN 6 /* Octets in one ethernet addr */ macro
39 __u8 daddr[FC_ALEN]; /* destination address */
40 __u8 saddr[FC_ALEN]; /* source address */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_fc.h26 #define FC_ALEN 6 /* Octets in one ethernet addr */ macro
39 __u8 daddr[FC_ALEN]; /* destination address */
40 __u8 saddr[FC_ALEN]; /* source address */
/OK3568_Linux_fs/kernel/net/802/
H A Dfc.c84 dev->addr_len = FC_ALEN; in fc_setup()
88 memset(dev->broadcast, 0xFF, FC_ALEN); in fc_setup()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptlan.c119 u8 daddr[FC_ALEN];
121 u8 saddr[FC_ALEN];
1307 u8 HWaddr[FC_ALEN], *a; in mpt_register_lan_device()
1355 dev->addr_len = FC_ALEN; in mpt_register_lan_device()
1356 memcpy(dev->dev_addr, HWaddr, FC_ALEN); in mpt_register_lan_device()
1357 memset(dev->broadcast, 0xff, FC_ALEN); in mpt_register_lan_device()
1510 if (!memcmp(fch->daddr, dev->broadcast, FC_ALEN)) { in mpt_lan_type_trans()
1516 if (memcmp(fch->daddr, dev->dev_addr, FC_ALEN)) { in mpt_lan_type_trans()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c3048 return FC_ALEN; in tun_get_addr_len()