Home
last modified time | relevance | path

Searched refs:nce_update (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h316 extern void nce_update(ncec_t *, uint16_t, uchar_t *);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c890 nce_update(ncec, ND_REACHABLE, NULL); in nce_process()
892 nce_update(ncec, ND_STALE, NULL); in nce_process()
905 nce_update(ncec, ND_STALE, hw_addr); in nce_process()
913 nce_update(ncec, ND_STALE, NULL); in nce_process()
920 nce_update(ncec, ND_UNCHANGED, hw_addr); in nce_process()
924 nce_update(ncec, ND_REACHABLE, NULL); in nce_process()
927 nce_update(ncec, ND_STALE, NULL); in nce_process()
2911 nce_update(ncec_t *ncec, uint16_t new_state, uchar_t *new_ll_addr) in nce_update() function
4067 nce_update(ncec, ND_STALE, hwm->hwm_hwaddr); in nce_update_hw_changed()
4591 nce_update(ncec, new_state, hwaddr); in ip_nce_lookup_and_update()
H A Dipmp.c961 nce_update(ncec, ND_UNCHANGED, ill->ill_phys_addr); in ipmp_illgrp_refresh_arpent()
H A Dip_arp.c337 nce_update(ncec, new_state, (ll_changed ? src_haddr : NULL)); in ip_nce_resolve_all()
H A Dip_if.c8380 nce_update(ncec, ND_UNCHANGED, lladdr); in ip_sioctl_arp()