Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:AddressLength

2110             LengthInBytes = pSocket->pApi->AddressLength;

2247 LengthInBytes = pSocket->pApi->AddressLength;
4360 socklen_t AddressLength;
4441 pRemoteAddress->sa_len = (UINT8)pSocket->pApi->AddressLength;
4636 AddressLength = pRemoteAddress->sa_len;
4637 if ( AddressLength > *pAddressLength ) {
4638 AddressLength = *pAddressLength;
4643 CopyMem ( pAddress, &Addr, AddressLength );
5312 @param[in] AddressLength Length of the remote network address structure
5325 IN socklen_t AddressLength,
5391 && ( AddressLength < pAddress->sa_len )) {
5425 AddressLength );