HomeSort by relevance Sort by last modified time
    Searched defs:Ip4Instance (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.c 104 IP4_PROTOCOL *Ip4Instance;
132 Ip4Instance = NET_LIST_USER_STRUCT (Entry, IP4_PROTOCOL, AddrLink);
134 if (Ip4Instance->RouteTable == NULL) {
140 CacheEntry = Ip4FindRouteCache (Ip4Instance->RouteTable, Dst, Src);
Ip4Config2Impl.c 485 IP4_PROTOCOL *Ip4Instance;
548 Ip4Instance = NET_LIST_USER_STRUCT_S (Entry, IP4_PROTOCOL, AddrLink, IP4_PROTOCOL_SIGNATURE);
554 Ip4Instance->Handle,
    [all...]
Ip4Input.c 827 @param[in] Ip4Instance The IP4 child that request the receive, most like
838 IN IP4_PROTOCOL *Ip4Instance,
    [all...]

Completed in 133 milliseconds