Searched refs:IFF_DYNAMIC (Results 1 - 5 of 5) 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.h49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ macro
/external/iproute2/ip/
H A Diplink.c409 req->i.ifi_change |= IFF_DYNAMIC;
411 req->i.ifi_flags |= IFF_DYNAMIC;
413 req->i.ifi_flags &= ~IFF_DYNAMIC;
873 mask |= IFF_DYNAMIC;
875 flags |= IFF_DYNAMIC;
877 flags &= ~IFF_DYNAMIC;
/external/libnl/lib/route/
H A Dlink.c37 * - IFF_DYNAMIC
61 * IFF_DYNAMIC Indicates the address of this link is dynamic
1034 __ADD(IFF_DYNAMIC, dynamic)

Completed in 3676 milliseconds