Searched defs:pAddressLength (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c1936 @param [in,out] pAddressLength Length of the local network address structure
1947 IN OUT socklen_t * pAddressLength,
1979 if (( NULL != pAddress ) && ( NULL != pAddressLength )) {
2006 if (( LengthInBytes <= *pAddressLength )
2013 *pAddressLength = pAddress->sa_len;
2076 @param [in,out] pAddressLength Length of the remote network address structure
2087 IN OUT socklen_t * pAddressLength,
2127 if (( NULL != pAddress ) && ( NULL != pAddressLength )) {
2146 if ( LengthInBytes <= *pAddressLength ) {
2152 *pAddressLength
1944 EslSocketGetLocalAddress( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, OUT struct sockaddr * pAddress, IN OUT socklen_t * pAddressLength, IN int * pErrno ) argument
2084 EslSocketGetPeerAddress( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, OUT struct sockaddr * pAddress, IN OUT socklen_t * pAddressLength, IN int * pErrno ) argument
4255 EslSocketReceive( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, IN INT32 Flags, IN size_t BufferLength, IN UINT8 * pBuffer, OUT size_t * pDataLength, OUT struct sockaddr * pAddress, IN OUT socklen_t * pAddressLength, IN int * pErrno ) argument
[all...]

Completed in 49 milliseconds