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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c133 static int nce_add_v4(ill_t *, uchar_t *, uint_t, const in_addr_t *,
3621 err = nce_add_v4(ill, hw_addr, hw_addr_len, addr, flags,
3686 * to nce_add_v4 is an under_ill (i.e., IS_UNDER_IPMP(ill)) two nce_t
3690 * Local addresses are always created on the ill passed to nce_add_v4.
3693 nce_add_v4(ill_t *ill, uchar_t *hw_addr, uint_t hw_addr_len, function
3714 * Post-processing routine to be executed after nce_add_v4(). This function
3949 * in the ill is copied in nce_add_v4().
3967 err = nce_add_v4(ill, hw_addr, ill->ill_phys_addr_length, dst, flags,

Completed in 77 milliseconds