rtcache_setdst
rtcache_setdst(rop, &u.dst);
rtcache_setdst(rop, &u.dst);
rtcache_setdst(&ro, &u.dst);
rtcache_setdst(ro, dst);
ret = rtcache_setdst(new_ro, rtcache_getdst(old_ro));
if (rtcache_setdst(ro, dst) == 0)
int rtcache_setdst(struct route *, const struct sockaddr *);
error = rtcache_setdst(&ro, &u.dst);
error = rtcache_setdst(ro, &udst.sa);
if (rtcache_setdst(ro, &u.dst) != 0)
if (rtcache_setdst(ro, &u.dst) != 0)
error = rtcache_setdst(&ro, &u.dst);
error = rtcache_setdst(ro, sin6tosa(&dst_sa));
if (rtcache_setdst(&ro, dst) != 0)