Home
last modified time | relevance | path

Searched refs:PR_STATIC (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()
1252 (!(pr2->pr_state & PR_STATIC) || in prefix_init_from_k()
1323 pr->pr_kernel_state |= PR_STATIC; in prefix_init_from_k()
1379 pr->pr_state &= PR_STATIC; in prefix_delete()
1418 if (!(pr->pr_state & PR_STATIC) && in prefix_modify_flags()
1506 if (pr->pr_state & PR_STATIC) in prefix_update_k()
1575 if (!(pr->pr_state & PR_STATIC) && in prefix_update_k()
1791 if (pr->pr_state & PR_STATIC) in prefix_timer()
1882 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.c1836 pr->pr_kernel_state &= PR_STATIC; in check_if_removed()
1837 if (pr->pr_state & PR_STATIC) in check_if_removed()
1840 if (pr->pr_state & PR_STATIC) { in check_if_removed()