Searched refs:cand_flags (Results 1 – 1 of 1) sorted by relevance
1470 #define cand_flags cand_ipif->ipif_flags macro1573 ((bc->cand_flags & IPIF_DEPRECATED) != 0); in rule_deprecated()1577 cc->cand_isdeprecated = ((cc->cand_flags & IPIF_DEPRECATED) != 0); in rule_deprecated()1601 bc->cand_ispreferred = ((bc->cand_flags & IPIF_PREFERRED) != 0); in rule_preferred()1605 cc->cand_ispreferred = ((cc->cand_flags & IPIF_PREFERRED) != 0); in rule_preferred()1687 bc->cand_istmp = ((bc->cand_flags & IPIF_TEMPORARY) != 0); in rule_temporary()1691 cc->cand_istmp = ((cc->cand_flags & IPIF_TEMPORARY) != 0); in rule_temporary()1787 int bcval = ATYPE(bc->cand_flags); in rule_addr_type()1788 int ccval = ATYPE(cc->cand_flags); in rule_addr_type()