Home
last modified time | relevance | path

Searched refs:ndp_nce_init (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h296 extern nce_t *ndp_nce_init(ill_t *, const in6_addr_t *, int);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c2598 ndp_nce_init(ill_t *ill, const in6_addr_t *addr6, int ire_type) in ndp_nce_init() function
3357 nce = ndp_nce_init(nexthop->ire_ill, in ire_revalidate_nce()
3442 nce = ndp_nce_init(ire->ire_ill, v6nexthop, in ire_to_nce()
H A Dip6_output.c1282 nce1 = ndp_nce_init(ill1, &nexthop, ire_type); in ip_postfrag_multirt_v6()