| 1592 | } |
| 1593 | |
| 1594 | void |
| 1595 | nd6_subscription_cb(struct rib_head *rnh, struct rib_cmd_info *rc, void *arg) |
| 1596 | { |
| 1597 | |
| 1598 | #ifdef ROUTE_MPATH |
| 1599 | rib_decompose_notification(rc, check_release_defrouter, NULL); |
| 1600 | #else |
| 1601 | check_release_defrouter(rc, NULL); |
| 1602 | #endif |
| 1603 | } |
| 1604 | |
| 1605 | int |
| 1606 | nd6_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp) |
nothing calls this directly
no test coverage detected