Searched refs:PR_AUTO (Results 1 – 4 of 4) sorted by relevance
885 if (!(pr->pr_state & PR_AUTO) || pr->pr_state & PR_STATIC || in tmptoken_timer()1112 if (otherpr != NULL && (otherpr->pr_state & PR_AUTO) && in prefix_lookup_addr_match()1318 pr->pr_kernel_state |= PR_AUTO; in prefix_init_from_k()1319 if ((pr->pr_flags & IFF_DEPRECATED) && (pr->pr_kernel_state & PR_AUTO)) in prefix_init_from_k()1327 if (pr->pr_state & PR_AUTO) { in prefix_init_from_k()1558 if ((pr->pr_state & (PR_ONLINK|PR_AUTO)) == 0) { in prefix_update_k()1592 if ((pr->pr_state & PR_AUTO) && !(pr->pr_kernel_state & PR_AUTO)) { in prefix_update_k()1671 pr->pr_kernel_state |= PR_AUTO; in prefix_update_k()1677 if (!(pr->pr_state & PR_AUTO) && (pr->pr_kernel_state & PR_AUTO)) { in prefix_update_k()1697 pr->pr_kernel_state &= ~PR_AUTO; in prefix_update_k()[all …]
912 if (loopback || !(pr->pr_state & PR_AUTO) || in incoming_prefix_addrconf_process()1014 if (!(pr->pr_state & PR_AUTO)) { in incoming_prefix_addrconf_process()1088 pr->pr_state |= PR_AUTO; in incoming_prefix_addrconf_process()1090 pr->pr_state &= ~(PR_AUTO|PR_DEPRECATED); in incoming_prefix_addrconf_process()1091 if (preftime != 0 || !(pr->pr_state & PR_AUTO)) in incoming_prefix_addrconf_process()1123 if (pr->pr_state & PR_AUTO) { in incoming_prefix_addrconf_process()1132 if ((pr->pr_kernel_state & PR_AUTO) && in incoming_prefix_addrconf_process()1133 !(pr->pr_state & PR_AUTO)) { in incoming_prefix_addrconf_process()
188 #define PR_AUTO 0x02 /* Stateless addrconf */ macro
601 pr->pr_kernel_state &= ~PR_AUTO; in if_process()1870 if (pr->pr_state & PR_AUTO) in check_if_removed()