Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1320 pr->pr_kernel_state |= PR_AUTO; in prefix_init_from_k()
1329 if (pr->pr_state & PR_AUTO) { in prefix_init_from_k()
1594 if ((pr->pr_state & PR_AUTO) && !(pr->pr_kernel_state & PR_AUTO)) { in prefix_update_k()
1673 pr->pr_kernel_state |= PR_AUTO; in prefix_update_k()
1679 if (!(pr->pr_state & PR_AUTO) && (pr->pr_kernel_state & PR_AUTO)) { in prefix_update_k()
1699 pr->pr_kernel_state &= ~PR_AUTO; in prefix_update_k()
1703 (pr->pr_kernel_state & PR_AUTO)) { in prefix_update_k()
1741 if (!(pr->pr_state & PR_AUTO) && in prefix_update_k()
1829 (pr->pr_state & PR_AUTO)) { in prefix_timer()
1843 !(pr->pr_state & PR_AUTO)) { in prefix_timer()
[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.c602 pr->pr_kernel_state &= ~PR_AUTO; in if_process()
1871 if (pr->pr_state & PR_AUTO) in check_if_removed()