Home
last modified time | relevance | path

Searched refs:fib4_lookup_debugnet (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_fib.h57 struct nhop_object *fib4_lookup_debugnet(uint32_t fibnum, struct in_addr dst,
H A Din_fib.c317 fib4_lookup_debugnet(uint32_t fibnum, struct in_addr dst, uint32_t scopeid, in fib4_lookup_debugnet() function
/f-stack/freebsd/net/
H A Ddebugnet.c661 nh = fib4_lookup_debugnet(RT_DEFAULT_FIB, dest_sin.sin_addr, 0, in debugnet_connect()