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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c 425 NET_LIST_FOR_EACH_SAFE (WrapEntry, NextEntry, &Instance->RcvdDgramQue) {
469 InitializeListHead (&Instance->RcvdDgramQue);
    [all...]
Udp4Impl.h 103 LIST_ENTRY RcvdDgramQue;
633 This function removes all the Wrap datas in the RcvdDgramQue.
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 439 NET_LIST_FOR_EACH_SAFE (WrapEntry, NextEntry, &Instance->RcvdDgramQue) {
480 InitializeListHead (&Instance->RcvdDgramQue);
    [all...]
Udp6Impl.h 96 LIST_ENTRY RcvdDgramQue;
643 This function removes all the Wrap datas in the RcvdDgramQue.

Completed in 64 milliseconds