HomeSort by relevance Sort by last modified time
    Searched refs:DupAddrDetectList (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.h 132 LIST_ENTRY DupAddrDetectList;
Ip6If.c 236 InitializeListHead (&Interface->DupAddrDetectList);
327 while (!IsListEmpty (&Interface->DupAddrDetectList)) {
328 Duplicate = NET_LIST_HEAD (&Interface->DupAddrDetectList, IP6_DAD_ENTRY, Link);
329 NetListRemoveHead (&Interface->DupAddrDetectList);
Ip6Nd.c 1027 InsertTailList (&IpIf->DupAddrDetectList, &Entry->Link);
    [all...]
Ip6ConfigImpl.c 110 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DupAddrDetectList) {
    [all...]

Completed in 69 milliseconds