Searched refs:IFF_LOWER_UP (Results 1 - 16 of 16) sorted by path

/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc350 (msg->ifi_flags & IFF_LOWER_UP) && (msg->ifi_flags & IFF_RUNNING)) {
H A Daddress_tracker_linux_unittest.cc409 IFF_LOOPBACK | IFF_UP | IFF_LOWER_UP | IFF_RUNNING,
414 // Ignores not IFF_LOWER_UP.
420 MakeLinkMessage(RTM_DELLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
425 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
431 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
437 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 1, &buffer);
449 // Should disappear when not IFF_LOWER_UP.
450 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
468 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
471 MakeLinkMessage(RTM_DELLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNIN
[all...]
/external/dhcpcd/
H A Dif-linux.c46 #ifndef IFF_LOWER_UP
47 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
387 /* Bridge interfaces set IFF_LOWER_UP when they have a valid
390 * IFF_LOWER_UP set. */
391 if (ifi->ifi_flags & IFF_MASTER && !(ifi->ifi_flags & IFF_LOWER_UP)) {
/external/iproute2/include/linux/
H A Dif.h51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
H A Dif.h51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/libnl/include/linux/
H A Dif_bad.h47 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
53 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/libnl/lib/route/
H A Dlink.c1040 __ADD(IFF_LOWER_UP, lowerup)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c184 #ifndef IFF_LOWER_UP
185 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
1275 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1360 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1436 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
H A Ddriver_wext.c648 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
686 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c184 #ifndef IFF_LOWER_UP
185 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
1275 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1360 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1436 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
H A Ddriver_wext.c648 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
686 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c184 #ifndef IFF_LOWER_UP
185 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
1275 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1360 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1436 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
H A Ddriver_wext.c648 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
686 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro

Completed in 300 milliseconds