Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h190 #define NCE_F_STATIC 0x2000 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c101 NCE_F_AUTHORITY | NCE_F_PUBLISH | NCE_F_STATIC)
1334 if (ncec->ncec_flags & NCE_F_STATIC) in ndp_query()
1405 ASSERT((ncec->ncec_flags & NCE_F_STATIC) == 0); in ip_ndp_resolve()
2684 if ((ncec->ncec_flags & NCE_F_STATIC) == 0) in nce_timer()
2948 if (need_stop_timer || (ncec->ncec_flags & NCE_F_STATIC)) { in nce_update()
2963 if (need_stop_timer || (ncec->ncec_flags & NCE_F_STATIC)) { in nce_update()
3221 new_flags |= NCE_F_STATIC; in ndp_sioc_update()
3657 (NCE_F_MYADDR | NCE_F_STATIC | NCE_F_BCAST)) != 0) { in ncec_cache_reclaim()
H A Dip.c11262 } else if (ncec->ncec_flags & NCE_F_STATIC) { in ip_snmp_get2_v6_media()
H A Dip_if.c8352 flags |= NCE_F_STATIC; in ip_sioctl_arp()