Searched refs:IN6_IFF_NOTMANUAL (Results 1 – 3 of 3) sorted by relevance
1826 if (!(ia->ia6_flags & IN6_IFF_NOTMANUAL)) { in in6ctl_aifaddr()2651 if ((ia->ia6_flags & IN6_IFF_NOTMANUAL) && !(ifra->ifra_flags & IN6_IFF_NOTMANUAL)) { in in6_update_ifa()2654 } else if (!(ia->ia6_flags & IN6_IFF_NOTMANUAL) && (ifra->ifra_flags & IN6_IFF_NOTMANUAL)) { in in6_update_ifa()2854 if (!(ia->ia6_flags & IN6_IFF_NOTMANUAL)) { in in6_unlink_ifa()
841 #define IN6_IFF_NOTMANUAL (IN6_IFF_AUTOCONF|IN6_IFF_DYNAMIC) macro
1068 !(tmp_ia6->ia6_flags & IN6_IFF_NOTMANUAL) && in defrouter_addreq()