MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nd6_iflladdr

Function nd6_iflladdr

freebsd/netinet6/nd6.c:208–213  ·  view source on GitHub ↗

* A handler for interface link layer address change event. */

Source from the content-addressed store, hash-verified

206 * A handler for interface link layer address change event.
207 */
208static void
209nd6_iflladdr(void *arg __unused, struct ifnet *ifp)
210{
211
212 lltable_update_ifaddr(LLTABLE6(ifp));
213}
214
215void
216nd6_init(void)

Callers

nothing calls this directly

Calls 1

lltable_update_ifaddrFunction · 0.85

Tested by

no test coverage detected