Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c887 if (!(pr->pr_state & PR_AUTO) || pr->pr_state & PR_STATIC || in tmptoken_timer()
1254 (!(pr2->pr_state & PR_STATIC) || in prefix_init_from_k()
1325 pr->pr_kernel_state |= PR_STATIC; in prefix_init_from_k()
1381 pr->pr_state &= PR_STATIC; in prefix_delete()
1420 if (!(pr->pr_state & PR_STATIC) && in prefix_modify_flags()
1508 if (pr->pr_state & PR_STATIC) in prefix_update_k()
1577 if (!(pr->pr_state & PR_STATIC) && in prefix_update_k()
1793 if (pr->pr_state & PR_STATIC) in prefix_timer()
1884 if (state & PR_STATIC) { in prefix_print_state()
H A Dndp.c655 if (pr->pr_state & PR_STATIC) in incoming_prefix_onlink()
763 (!(pr->pr_state & PR_STATIC) || in incoming_prefix_stateful()
776 pr->pr_state = PR_STATIC; in incoming_prefix_stateful()
829 if ((pr->pr_state & PR_STATIC) || in incoming_prefix_addrconf()
H A Dtables.h190 #define PR_STATIC 0x08 /* Not created by ndpd */ macro
H A Dmain.c1837 pr->pr_kernel_state &= PR_STATIC; in check_if_removed()
1838 if (pr->pr_state & PR_STATIC) in check_if_removed()
1841 if (pr->pr_state & PR_STATIC) { in check_if_removed()