Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c3427 mDNSlocal void CheckAndSwapSPS(const CacheRecord **sps1, const CacheRecord **sps2) in CheckAndSwapSPS() argument
3432 if (!(*sps1) || !(*sps2)) return; in CheckAndSwapSPS()
3434 metric2 = SPSMetric((*sps2)->resrec.rdata->u.name.c); in CheckAndSwapSPS()
3435 …if (!SPSFeatures((*sps1)->resrec.rdata->u.name.c) && SPSFeatures((*sps2)->resrec.rdata->u.name.c) … in CheckAndSwapSPS()
3438 *sps1 = *sps2; in CheckAndSwapSPS()
3439 *sps2 = swap_sps; in CheckAndSwapSPS()