Home
last modified time | relevance | path

Searched refs:sps1 (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()
3433 metric1 = SPSMetric((*sps1)->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()
3437 swap_sps = *sps1; in CheckAndSwapSPS()
3438 *sps1 = *sps2; in CheckAndSwapSPS()