Searched defs:dst_ncec (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c820 ncec_t *dst_ncec, *src_ncec = NULL; local
993 dst_ncec = ncec_lookup_illgrp_v4(ill, &dst_paddr);
994 if (dst_ncec == NULL || !NCE_PUBLISH(dst_ncec)) {
1008 if (dst_ncec != NULL)
1009 ncec_refrele(dst_ncec);
1015 if (dst_ncec->ncec_flags & NCE_F_UNVERIFIED) {
1020 ASSERT(NCE_PUBLISH(dst_ncec));
1021 if (hlen != dst_ncec->ncec_ill->ill_phys_addr_length) {
1022 ncec_refrele(dst_ncec);
[all...]
H A Dip_ndp.c1873 ncec_t *dst_ncec = NULL; local
1931 if ((dst_ncec = ncec_lookup_illgrp_v6(ill, &target)) == NULL)
1934 if (NCE_PUBLISH(dst_ncec)) {
1942 * as the dst_ncec->ncec_lladdr of the address.
1948 if (!nce_cmp_ll_addr(dst_ncec, haddr, hlen))
1973 if (dst_ncec->ncec_state == ND_PROBE) {
1976 if (ip_nce_conflict(mp, ira, dst_ncec)) {
1998 (void) ndp_announce(dst_ncec);
2003 dst_ncec->ncec_flags |= NCE_F_ISROUTER;
2006 nce_process(dst_ncec, hadd
[all...]

Completed in 65 milliseconds