socketAddressToNative
fn
void socketAddressToNative(DatagramEndpoint addr,
sockaddr * outAddr, ref socklen_t outLen) @trusted nothrowConvert a portable DatagramEndpoint to a native sockaddr.
Parameters
addr | The portable address. |
outAddr | Output native sockaddr storage. |
outLen | Output length of the address structure. |