mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Make rt_getifa_fib() static.
This commit is contained in:
parent
14327f5334
commit
fda454099b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353732
@ -135,6 +135,7 @@ VNET_DEFINE_STATIC(uma_zone_t, rtzone); /* Routing table UMA zone. */
|
||||
|
||||
EVENTHANDLER_LIST_DEFINE(rt_addrmsg);
|
||||
|
||||
static int rt_getifa_fib(struct rt_addrinfo *, u_int);
|
||||
static int rtrequest1_fib_change(struct rib_head *, struct rt_addrinfo *,
|
||||
struct rtentry **, u_int);
|
||||
static void rt_setmetrics(const struct rt_addrinfo *, struct rtentry *);
|
||||
|
@ -488,7 +488,6 @@ int rtinit(struct ifaddr *, int, int);
|
||||
* For now the protocol indepedent versions are the same as the AF_INET ones
|
||||
* but this will change..
|
||||
*/
|
||||
int rt_getifa_fib(struct rt_addrinfo *, u_int fibnum);
|
||||
void rtalloc_ign_fib(struct route *ro, u_long ignflags, u_int fibnum);
|
||||
struct rtentry *rtalloc1_fib(struct sockaddr *, int, u_long, u_int);
|
||||
int rtioctl_fib(u_long, caddr_t, u_int);
|
||||
|
Loading…
Reference in New Issue
Block a user