| 1797 | } |
| 1798 | |
| 1799 | void |
| 1800 | rt_missmsg(int type, struct rt_addrinfo *rtinfo, int flags, int error) |
| 1801 | { |
| 1802 | |
| 1803 | rt_missmsg_fib(type, rtinfo, flags, error, RT_ALL_FIBS); |
| 1804 | } |
| 1805 | |
| 1806 | /* |
| 1807 | * This routine is called to generate a message from the routing |
nothing calls this directly
no test coverage detected