| 594 | |
| 595 | #ifndef BURN_BRIDGES |
| 596 | void |
| 597 | nd6_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. |
no test coverage detected