Searched refs:nce_update (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_ndp.h | 314 extern void nce_update(ncec_t *, uint16_t, uchar_t *);
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 886 nce_update(ncec, ND_REACHABLE, NULL); in nce_process() 888 nce_update(ncec, ND_STALE, NULL); in nce_process() 901 nce_update(ncec, ND_STALE, hw_addr); in nce_process() 909 nce_update(ncec, ND_STALE, NULL); in nce_process() 916 nce_update(ncec, ND_UNCHANGED, hw_addr); in nce_process() 920 nce_update(ncec, ND_REACHABLE, NULL); in nce_process() 923 nce_update(ncec, ND_STALE, NULL); in nce_process() 2675 nce_update(ncec_t *ncec, uint16_t new_state, uchar_t *new_ll_addr) in nce_update() function 3823 nce_update(ncec, ND_STALE, hwm->hwm_hwaddr); in nce_update_hw_changed() 4346 nce_update(ncec, new_state, hwaddr); in ip_nce_lookup_and_update()
|
H A D | ipmp.c | 961 nce_update(ncec, ND_UNCHANGED, ill->ill_phys_addr); in ipmp_illgrp_refresh_arpent()
|
H A D | ip_arp.c | 338 nce_update(ncec, new_state, (ll_changed ? src_haddr : NULL)); in ip_nce_resolve_all()
|
H A D | ip_if.c | 8372 nce_update(ncec, ND_UNCHANGED, lladdr); in ip_sioctl_arp()
|