| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | ethernet.h | 31 #define RT_ETH_IS_MULTICAST(_pAddr) ((((UCHAR *)(_pAddr))[0]&0x01)!=0) //!< Is Multicast Address? argument 32 #define RT_ETH_IS_BROADCAST(_pAddr) ( \ argument 33 ((UCHAR *)(_pAddr))[0]==0xff && \ 34 ((UCHAR *)(_pAddr))[1]==0xff && \ 35 ((UCHAR *)(_pAddr))[2]==0xff && \ 36 ((UCHAR *)(_pAddr))[3]==0xff && \ 37 ((UCHAR *)(_pAddr))[4]==0xff && \ 38 ((UCHAR *)(_pAddr))[5]==0xff ) //!< Is Broadcast Address?
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | ethernet.h | 27 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 28 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 29 ((u8 *)(_pAddr))[0] == 0xff && \ 30 ((u8 *)(_pAddr))[1] == 0xff && \ 31 ((u8 *)(_pAddr))[2] == 0xff && \ 32 ((u8 *)(_pAddr))[3] == 0xff && \ 33 ((u8 *)(_pAddr))[4] == 0xff && \ 34 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | ethernet.h | 27 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 28 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 29 ((u8 *)(_pAddr))[0] == 0xff && \ 30 ((u8 *)(_pAddr))[1] == 0xff && \ 31 ((u8 *)(_pAddr))[2] == 0xff && \ 32 ((u8 *)(_pAddr))[3] == 0xff && \ 33 ((u8 *)(_pAddr))[4] == 0xff && \ 34 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((UCHAR *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Addres… argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((UCHAR *)(_pAddr))[0] == 0xff && \ 29 ((UCHAR *)(_pAddr))[1] == 0xff && \ 30 ((UCHAR *)(_pAddr))[2] == 0xff && \ 31 ((UCHAR *)(_pAddr))[3] == 0xff && \ 32 ((UCHAR *)(_pAddr))[4] == 0xff && \ 33 ((UCHAR *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | ethernet.h | 27 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 28 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 29 ((u8 *)(_pAddr))[0] == 0xff && \ 30 ((u8 *)(_pAddr))[1] == 0xff && \ 31 ((u8 *)(_pAddr))[2] == 0xff && \ 32 ((u8 *)(_pAddr))[3] == 0xff && \ 33 ((u8 *)(_pAddr))[4] == 0xff && \ 34 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | ethernet.h | 27 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 28 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 29 ((u8 *)(_pAddr))[0] == 0xff && \ 30 ((u8 *)(_pAddr))[1] == 0xff && \ 31 ((u8 *)(_pAddr))[2] == 0xff && \ 32 ((u8 *)(_pAddr))[3] == 0xff && \ 33 ((u8 *)(_pAddr))[4] == 0xff && \ 34 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | ethernet.h | 31 #define RT_ETH_IS_MULTICAST(_pAddr) ((((UCHAR *)(_pAddr))[0]&0x01)!=0) //!< Is Multicast Address? argument 32 #define RT_ETH_IS_BROADCAST(_pAddr) ( \ argument 33 ((UCHAR *)(_pAddr))[0]==0xff && \ 34 ((UCHAR *)(_pAddr))[1]==0xff && \ 35 ((UCHAR *)(_pAddr))[2]==0xff && \ 36 ((UCHAR *)(_pAddr))[3]==0xff && \ 37 ((UCHAR *)(_pAddr))[4]==0xff && \ 38 ((UCHAR *)(_pAddr))[5]==0xff ) //!< Is Broadcast Address?
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | ethernet.h | 27 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 28 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 29 ((u8 *)(_pAddr))[0] == 0xff && \ 30 ((u8 *)(_pAddr))[1] == 0xff && \ 31 ((u8 *)(_pAddr))[2] == 0xff && \ 32 ((u8 *)(_pAddr))[3] == 0xff && \ 33 ((u8 *)(_pAddr))[4] == 0xff && \ 34 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | ethernet.h | 31 #define RT_ETH_IS_MULTICAST(_pAddr) ((((UCHAR *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Addres… argument 32 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 33 ((UCHAR *)(_pAddr))[0] == 0xff && \ 34 ((UCHAR *)(_pAddr))[1] == 0xff && \ 35 ((UCHAR *)(_pAddr))[2] == 0xff && \ 36 ((UCHAR *)(_pAddr))[3] == 0xff && \ 37 ((UCHAR *)(_pAddr))[4] == 0xff && \ 38 ((UCHAR *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | ethernet.h | 26 #define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0) /* !< Is Multicast Address? … argument 27 #define RT_ETH_IS_BROADCAST(_pAddr) (\ argument 28 ((u8 *)(_pAddr))[0] == 0xff && \ 29 ((u8 *)(_pAddr))[1] == 0xff && \ 30 ((u8 *)(_pAddr))[2] == 0xff && \ 31 ((u8 *)(_pAddr))[3] == 0xff && \ 32 ((u8 *)(_pAddr))[4] == 0xff && \ 33 ((u8 *)(_pAddr))[5] == 0xff) /* !< Is Broadcast Address? */
|