socketAddressToNative

fnvoid socketAddressToNative(DatagramEndpoint addr, sockaddr * outAddr, ref socklen_t outLen) @trusted nothrow

Convert a portable DatagramEndpoint to a native sockaddr.

Parameters

addrThe portable address.
outAddrOutput native sockaddr storage.
outLenOutput length of the address structure.