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.c885 if (!(pr->pr_state & PR_AUTO) || pr->pr_state & PR_STATIC ||
1252 (!(pr2->pr_state & PR_STATIC) ||
1323 pr->pr_kernel_state |= PR_STATIC;
1359 * was added by in.ndpd (i.e. PR_STATIC is not set).
1379 pr->pr_state &= PR_STATIC;
1417 /* Assumes that only the PR_STATIC link-local matches the pi_name */
1418 if (!(pr->pr_state & PR_STATIC) &&
1506 if (pr->pr_state & PR_STATIC)
1572 * Assumes that only the PR_STATIC link-local matches
1575 if (!(pr->pr_state & PR_STATIC)
[all...]
H A Dtables.h190 #define PR_STATIC 0x08 /* Not created by ndpd */ macro
H A Dndp.c655 if (pr->pr_state & PR_STATIC)
763 (!(pr->pr_state & PR_STATIC) ||
776 pr->pr_state = PR_STATIC;
829 if ((pr->pr_state & PR_STATIC) ||
H A Dmain.c1835 /* Clear everything except PR_STATIC */
1836 pr->pr_kernel_state &= PR_STATIC;
1837 if (pr->pr_state & PR_STATIC)
1840 if (pr->pr_state & PR_STATIC) {

Completed in 72 milliseconds