Home
last modified time | relevance | path

Searched defs:IFF_DEBUG (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Dif.h84 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
111 #define IFF_DEBUG IFF_DEBUG macro
/external/kernel-headers/original/uapi/linux/
Dif.h86 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
113 #define IFF_DEBUG IFF_DEBUG macro
/external/libnl/include/linux-private/linux/
Dif_bad.h28 #define IFF_DEBUG 0x4 /* turn on debugging */ macro
/external/scapy/scapy/arch/
Dlinux.py55 IFF_DEBUG = 0x4 # Turn on debugging. variable