This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

getsockname API is not available in CC3200 SDK

Other Parts Discussed in Thread: CC3200

Hi Experts,

we use getsockname ()  posix api to find out the port number on which a socket binds (when port is passed as 0, in which case stack allocates a port), but this API is not available in CC3200 SDK. I have checked simplelink/include/socket.h. While there are other socket related APIs are available and we are using them successfully, there is no sign of this API in entire SDK.

Can you please suggest what are my alternatives?

Thanks.