Searched defs:SourceCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c28 @param[out] SourceCount The number of source addresses.
39 OUT UINT32 *SourceCount
48 *SourceCount = 0;
64 (*SourceCount)++;
86 (*SourceCount)++;
167 UINT32 SourceCount; local
216 Ip6CandidateSource (IpSb, &SourceList, &SourceCount);
218 if (SourceCount == 0) {
225 if (SourceCount == 1) {
236 Ip6RemoveAddr (NULL, &SourceList, &SourceCount,
[all...]

Completed in 55 milliseconds