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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c260 * We call nce_fastpath from nce_update if the link layer address of
261 * the peer changes from nce_update
886 nce_update(ncec, ND_REACHABLE, NULL);
888 nce_update(ncec, ND_STALE, NULL);
901 nce_update(ncec, ND_STALE, hw_addr);
909 nce_update(ncec, ND_STALE, NULL);
916 nce_update(ncec, ND_UNCHANGED, hw_addr);
920 nce_update(ncec, ND_REACHABLE, NULL);
923 nce_update(ncec, ND_STALE, NULL);
2677 nce_update(ncec_ function
[all...]

Completed in 55 milliseconds