Home
last modified time | relevance | path

Searched refs:IFF_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/ip/
Diplink.c409 req->i.ifi_change |= IFF_DYNAMIC; in iplink_parse()
411 req->i.ifi_flags |= IFF_DYNAMIC; in iplink_parse()
413 req->i.ifi_flags &= ~IFF_DYNAMIC; in iplink_parse()
873 mask |= IFF_DYNAMIC; in do_set()
875 flags |= IFF_DYNAMIC; in do_set()
877 flags &= ~IFF_DYNAMIC; in do_set()
/external/kernel-headers/original/linux/
Dif.h49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ macro
/external/iproute2/include/linux/
Dif.h49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ macro