Searched refs:pAddressLength (Results 1 – 3 of 3) sorted by relevance
257 IN OUT socklen_t * pAddressLength,286 IN OUT socklen_t * pAddressLength,456 IN OUT socklen_t * pAddressLength,
485 IN OUT socklen_t * pAddressLength,513 IN OUT socklen_t * pAddressLength,678 IN OUT socklen_t * pAddressLength,
2056 IN OUT socklen_t * pAddressLength, in EslSocketGetLocalAddress() argument2088 if (( NULL != pAddress ) && ( NULL != pAddressLength )) { in EslSocketGetLocalAddress()2111 if (( LengthInBytes <= *pAddressLength ) in EslSocketGetLocalAddress()2118 *pAddressLength = pAddress->sa_len; in EslSocketGetLocalAddress()2189 IN OUT socklen_t * pAddressLength, in EslSocketGetPeerAddress() argument2229 if (( NULL != pAddress ) && ( NULL != pAddressLength )) { in EslSocketGetPeerAddress()2248 if ( LengthInBytes <= *pAddressLength ) { in EslSocketGetPeerAddress()2254 *pAddressLength = pAddress->sa_len; in EslSocketGetPeerAddress()4352 IN OUT socklen_t * pAddressLength, in EslSocketReceive() argument4393 if (( NULL == pAddress ) || ( NULL != pAddressLength )) { in EslSocketReceive()[all …]