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

Function nd6_ns_output

freebsd/netinet6/nd6_nbr.c:596–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595#ifndef BURN_BRIDGES
596void
597nd6_ns_output(struct ifnet *ifp, const struct in6_addr *saddr6,
598 const struct in6_addr *daddr6, const struct in6_addr *taddr6,uint8_t *nonce)
599{
600
601 nd6_ns_output_fib(ifp, saddr6, daddr6, taddr6, nonce, RT_DEFAULT_FIB);
602}
603#endif
604/*
605 * Neighbor advertisement input handling.

Callers 3

nd6_llinfo_timerFunction · 0.85
nd6_resolve_slowFunction · 0.85
nd6_dad_ns_outputFunction · 0.85

Calls 1

nd6_ns_output_fibFunction · 0.85

Tested by

no test coverage detected