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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.h 133 LIST_ENTRY DelayJoinList;
Ip6If.c 190 InsertTailList (&Interface->DelayJoinList, &DelayNode->Link);
238 InitializeListHead (&Interface->DelayJoinList);
333 while (!IsListEmpty (&Interface->DelayJoinList)) {
334 Delay = NET_LIST_HEAD (&Interface->DelayJoinList, IP6_DELAY_JOIN_LIST, Link);
335 NetListRemoveHead (&Interface->DelayJoinList);
Ip6ConfigImpl.c 102 NET_LIST_FOR_EACH_SAFE (Entry2, Next, &IpIf->DelayJoinList) {
    [all...]
Ip6Nd.c     [all...]

Completed in 162 milliseconds