Searched refs:rtcache_setdst (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/net/ |
| H A D | route.h | 487 int rtcache_setdst(struct route *, const struct sockaddr *);
|
| H A D | route.c | 2075 ret = rtcache_setdst(new_ro, rtcache_getdst(old_ro)); in rtcache_copy() 2206 if (rtcache_setdst(ro, dst) == 0) in rtcache_lookup2() 2227 rtcache_setdst(struct route *ro, const struct sockaddr *sa) in rtcache_setdst() function
|
| /netbsd-src/sys/netinet6/ |
| H A D | in6_pcb.c | 1014 if (rtcache_setdst(ro, &u.dst) != 0) in in6pcb_rtentry() 1027 if (rtcache_setdst(ro, &u.dst) != 0) in in6pcb_rtentry()
|
| H A D | ip6_output.c | 542 error = rtcache_setdst(ro, sin6tosa(&dst_sa)); in ip6_output() 2406 error = rtcache_setdst(&ro, &u.dst); in ip6_get_membership()
|
| H A D | nd6_nbr.c | 975 if (rtcache_setdst(&ro, dst) != 0) in nd6_na_output()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_fil_netbsd.c | 1174 rtcache_setdst(ro, dst); in ipf_fastroute() 1443 rtcache_setdst(ro, dst); in ipf_fastroute6() 1543 rtcache_setdst(&iproute, &u.dst); in ipf_verifysrc()
|
| /netbsd-src/sys/netinet/ |
| H A D | ip_output.c | 315 error = rtcache_setdst(ro, &udst.sa); in ip_output() 1777 error = rtcache_setdst(&ro, &u.dst); in ip_get_membership()
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf.c | 2964 rtcache_setdst(rop, &u.dst); 2971 rtcache_setdst(rop, &u.dst); 5090 rtcache_setdst(&ro, &u.dst); 5294 rtcache_setdst(ro, dst);
|