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

Function rt_missmsg

freebsd/net/rtsock.c:1799–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1797}
1798
1799void
1800rt_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

Callers

nothing calls this directly

Calls 1

rt_missmsg_fibFunction · 0.85

Tested by

no test coverage detected