aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/in_fib.h')
-rw-r--r--sys/netinet/in_fib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet/in_fib.h b/sys/netinet/in_fib.h
index f0b4d159d5e1..ff78967061e4 100644
--- a/sys/netinet/in_fib.h
+++ b/sys/netinet/in_fib.h
@@ -58,5 +58,9 @@ int fib4_lookup_nh_ext(uint32_t fibnum, struct in_addr dst, uint32_t flags,
uint32_t flowid, struct nhop4_extended *pnh4);
void fib4_free_nh_ext(uint32_t fibnum, struct nhop4_extended *pnh4);
+struct nhop_object *fib4_lookup(uint32_t fibnum, struct in_addr dst,
+ uint32_t scopeid, uint32_t flags, uint32_t flowid);
+int fib4_check_urpf(uint32_t fibnum, struct in_addr dst, uint32_t scopeid,
+ uint32_t flags, const struct ifnet *src_if);
#endif