Lines Matching defs:odst
390 const struct sockaddr *key, *dst, *odst;
400 odst = dst;
402 rt_maskedcopy(odst, (struct sockaddr *)&maskeddst,
1619 struct sockaddr *dst, *odst;
1629 odst = dst;
1631 rt_maskedcopy(odst, dst, ifa->ifa_netmask);
2180 const struct sockaddr *odst;
2183 odst = rtcache_getdst(ro);
2184 if (odst == NULL)
2187 if (sockaddr_cmp(odst, dst) != 0) {