tcp connection on PS4 dev lan

Hi All,

What i am trying to do is create a TCP connection between a PC and a PS4 using the PS4 Dev Lan. The issue i am having is that the SockSubSystem GetLocalAdapterAddresses (see below) doesn’t give me the Dev Lan address.

ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)->GetLocalAdapterAddresses(addresses)

Is there a way of retrieving the Dev Lan address so i can bind the socket and set up the listener ???

Thanks