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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Ip4.c 80 CONST UINT8 * pIpv4Address;
97 pIpv4Address = (UINT8 *)&pIpAddress->sin_addr.s_addr;
99 pConfig->StationAddress.Addr[0] = pIpv4Address[0];
100 pConfig->StationAddress.Addr[1] = pIpv4Address[1];
101 pConfig->StationAddress.Addr[2] = pIpv4Address[2];
102 pConfig->StationAddress.Addr[3] = pIpv4Address[3];
    [all...]
Udp4.c 90 CONST UINT8 * pIpv4Address;
111 pIpv4Address = (UINT8 *)&pIpAddress->sin_addr.s_addr;
113 pConfig->StationAddress.Addr[0] = pIpv4Address[0];
114 pConfig->StationAddress.Addr[1] = pIpv4Address[1];
115 pConfig->StationAddress.Addr[2] = pIpv4Address[2];
116 pConfig->StationAddress.Addr[3] = pIpv4Address[3];
    [all...]
Tcp4.c     [all...]

Completed in 3713 milliseconds