Lines Matching refs:SourceCount
39 OUT UINT32 *SourceCount in Ip6CandidateSource() argument
48 *SourceCount = 0; in Ip6CandidateSource()
64 (*SourceCount)++; in Ip6CandidateSource()
86 (*SourceCount)++; in Ip6CandidateSource()
167 UINT32 SourceCount; in Ip6SelectSourceAddress() local
216 Ip6CandidateSource (IpSb, &SourceList, &SourceCount); in Ip6SelectSourceAddress()
218 if (SourceCount == 0) { in Ip6SelectSourceAddress()
225 if (SourceCount == 1) { in Ip6SelectSourceAddress()
236 Ip6RemoveAddr (NULL, &SourceList, &SourceCount, &Prefix->Prefix, Prefix->PrefixLength); in Ip6SelectSourceAddress()
238 if (SourceCount == 1) { in Ip6SelectSourceAddress()
273 Ip6RemoveAddr (NULL, &SourceList, &SourceCount, NULL, 0); in Ip6SelectSourceAddress()