_BindToEphemeral
status_t status = _BindToEphemeral(endpoint, *local);
return _BindToEphemeral(endpoint, address);
status_t _BindToEphemeral(TCPEndpoint* endpoint,
status_t _BindToEphemeral(UdpEndpoint *endpoint, const sockaddr *address);
return _BindToEphemeral(endpoint, address);