Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Droute.h485 rtcache_lookup2(struct route *, const struct sockaddr *, int,
503 return rtcache_lookup2(ro, dst, clone, &hit); in rtcache_lookup1()
Droute.c2177 rtcache_lookup2(struct route *ro, const struct sockaddr *dst, in rtcache_lookup2() function
/netbsd/src/sys/netinet6/
Dip6_input.c440 rt = rtcache_lookup2(ro, &u.dst, 1, &hit); in ip6_input()