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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 952 socklen_t MinimumAddressLength; ///< Minimum address length in bytes
    [all...]
Socket.c     [all...]
Tcp4.c 887 LocalAddress.sin_len = (uint8_t)pNewSocket->pApi->MinimumAddressLength;
    [all...]
Tcp6.c 918 LocalAddress.sin6_len = (uint8_t)pNewSocket->pApi->MinimumAddressLength;
    [all...]

Completed in 73 milliseconds