Searched refs:IFA_F_SECONDARY (Results 1 - 11 of 11) sorted by relevance

/external/iproute2/include/linux/
H A Dif_addr.h41 #define IFA_F_SECONDARY 0x01 macro
42 #define IFA_F_TEMPORARY IFA_F_SECONDARY
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h41 #define IFA_F_SECONDARY 0x01 macro
42 #define IFA_F_TEMPORARY IFA_F_SECONDARY
/external/libnl/include/linux/
H A Dif_addr.h38 #define IFA_F_SECONDARY 0x01 macro
39 #define IFA_F_TEMPORARY IFA_F_SECONDARY
/external/iputils/ninfod/
H A Dninfod_addrs.c175 if (ifa->ifa_flags & (IFA_F_TENTATIVE|IFA_F_SECONDARY))
228 if (ifa->ifa_flags & (IFA_F_TENTATIVE|IFA_F_SECONDARY))
272 if (ifa->ifa_flags & (IFA_F_TENTATIVE|IFA_F_SECONDARY))
344 if (ifa->ifa_flags & (IFA_F_TENTATIVE|IFA_F_SECONDARY))
/external/android-clat/
H A Dgetaddr.c63 if((targ_p->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
/external/iproute2/ip/
H A Dipaddress.c1089 if (ifa_flags & IFA_F_SECONDARY) {
1090 ifa_flags &= ~IFA_F_SECONDARY;
1446 if (!(filter.flags & IFA_F_SECONDARY) && (filter.flagmask & IFA_F_SECONDARY))
1506 filter.flags |= IFA_F_SECONDARY;
1507 filter.flagmask |= IFA_F_SECONDARY;
1509 filter.flags &= ~IFA_F_SECONDARY;
1510 filter.flagmask |= IFA_F_SECONDARY;
/external/libnl/lib/route/
H A Daddr.c981 __ADD(IFA_F_SECONDARY, secondary)
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 338 milliseconds