Searched refs:IFA_F_NOPREFIXROUTE (Results 1 – 2 of 2) sorted by relevance
61 public static final int IFA_F_NOPREFIXROUTE = 0x200; field in ConstantsShim
48 import static com.android.networkstack.apishim.ConstantsShim.IFA_F_NOPREFIXROUTE;580 IFA_F_MANAGETEMPADDR | IFA_F_NOPREFIXROUTE | IFA_F_NODAD;3228 final int flags = IFA_F_NOPREFIXROUTE | IFA_F_MANAGETEMPADDR | IFA_F_NODAD; in addInterfaceAddress()