Home
last modified time | relevance | path

Searched refs:IFF_DEBUG (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/net/
H A Dif.h48 IFF_DEBUG = 0x4, /* Turn on debugging. */ enumerator
49 # define IFF_DEBUG IFF_DEBUG macro
/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/net/
H A Dif.h48 IFF_DEBUG = 0x4, /* Turn on debugging. */ enumerator
49 # define IFF_DEBUG IFF_DEBUG macro
/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.h84 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
111 #define IFF_DEBUG IFF_DEBUG macro
/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.h84 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
111 #define IFF_DEBUG IFF_DEBUG macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif.h87 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
114 #define IFF_DEBUG IFF_DEBUG macro
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c8471 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP | in __dev_change_flags()