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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c21 Output all the available source addresses to a list entry head SourceList. The
25 @param[out] SourceList The list entry head of all source addresses.
31 SourceList.
38 OUT LIST_ENTRY *SourceList,
63 InsertTailList (SourceList, &Copy->Link);
85 InsertTailList (SourceList, &Copy->Link);
145 Output all the available source addresses to a list entry head SourceList. The
154 head SourceList.
166 LIST_ENTRY SourceList; local
179 InitializeListHead (&SourceList);
36 Ip6CandidateSource( IN IP6_SERVICE *IpSb, OUT LIST_ENTRY *SourceList, OUT UINT32 *SourceCount ) argument
[all...]

Completed in 43 milliseconds