Searched defs:IFF_DYNAMIC (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/linux/
H A Dif_bad.h45 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ macro
/external/iproute2/include/linux/
H A Dif.h49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ macro
/external/kernel-headers/original/uapi/linux/
H A Dif.h64 * @IFF_DYNAMIC: dialup device with changing addresses. Can be toggled
86 IFF_DYNAMIC = 1<<15, /* sysfs */ enumerator in enum:net_device_flags
107 #define IFF_DYNAMIC IFF_DYNAMIC macro

Completed in 170 milliseconds