Home
last modified time | relevance | path

Searched refs:PR_AUTO (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c885 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 …]
H A Dndp.c912 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()
H A Dtables.h188 #define PR_AUTO 0x02 /* Stateless addrconf */ macro
H A Dmain.c601 pr->pr_kernel_state &= ~PR_AUTO; in if_process()
1870 if (pr->pr_state & PR_AUTO) in check_if_removed()