Searched refs:IFF_DEBUG (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Diffflags.h10 #if defined(IFF_DEBUG) || (defined(HAVE_DECL_IFF_DEBUG) && HAVE_DECL_IFF_DEBUG)
11 XLAT(IFF_DEBUG),
/external/kernel-headers/original/uapi/linux/
H A Dif.h49 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
73 IFF_DEBUG = 1<<2, /* sysfs */ enumerator in enum:net_device_flags
94 #define IFF_DEBUG IFF_DEBUG macro
/external/libnl/include/linux/
H A Dif_bad.h29 #define IFF_DEBUG 0x4 /* turn on debugging */ macro
/external/iproute2/include/linux/
H A Dif.h33 #define IFF_DEBUG 0x4 /* turn on debugging */ macro
/external/libpcap/Win32/Include/net/
H A Dif.h84 #define IFF_DEBUG 0x4 /* turn on debugging */
/external/libnl/lib/route/
H A Dlink.c34 * - IFF_DEBUG
52 * IFF_DEBUG Tell the driver to do debugging (currently unused)
1033 __ADD(IFF_DEBUG, debug)
/external/toybox/toys/pending/
H A Dip.c746 {"BROADCAST", IFF_BROADCAST}, {"DEBUG", IFF_DEBUG},

Completed in 623 milliseconds