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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c1044 /* nce_state will be computed by nce_add_common() */
3966 /* nce_state will be computed by nce_add_common() */
4376 * When the caller passes in an nce_state of ND_UNCHANGED,
4379 * be created with state set to the passed in nce_state.
4383 const in6_addr_t *addr, uint16_t flags, uint16_t nce_state, nce_t **retnce)
4611 if (nce_state != ND_UNCHANGED)
4612 state = nce_state;
4382 nce_add_common(ill_t *ill, uchar_t *hw_addr, uint_t hw_addr_len, const in6_addr_t *addr, uint16_t flags, uint16_t nce_state, nce_t **retnce) argument

Completed in 56 milliseconds