Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dif.h87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/external/kernel-headers/original/uapi/linux/
Dif.h89 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
116 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/external/libnl/include/linux-private/linux/
Dif_bad.h31 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */ macro
/external/scapy/scapy/arch/
Dlinux.py58 IFF_NOTRAILERS = 0x20 # Avoid use of trailers. variable