Searched refs:newnce (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 115 uint16_t ncec_flags, nce_t **newnce); 117 uint16_t ncec_flags, nce_t **newnce); 222 const in6_addr_t *addr, uint16_t flags, uint16_t state, nce_t **newnce) in nce_add_v6() argument 234 ASSERT(newnce != NULL); in nce_add_v6() 235 *newnce = nce; in nce_add_v6() 327 const in6_addr_t *addr, uint16_t flags, uint16_t state, nce_t **newnce) in nce_lookup_then_add_v6() argument 342 err = nce_set_multicast_v6(ill, addr, flags, newnce); in nce_lookup_then_add_v6() 398 if (newnce != NULL) in nce_lookup_then_add_v6() 399 *newnce = nce; in nce_lookup_then_add_v6() 1010 uint16_t flags, nce_t **newnce) in nce_set_multicast_v6() argument [all …]
|