Cogs.Foundation
|
#include "Address.h"
Go to the source code of this file.
Classes | |
struct | Cogs::Network::NetworkAdapter |
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
namespace | Cogs::Network |
Enumerations | |
enum | Cogs::Network::AdapterFlags : uint32_t { Cogs::Network::None = 0x00 , Cogs::Network::IncludeAny = 0x01 , Cogs::Network::IncludeLocalhost = 0x02 } |
Functions | |
void | Cogs::Network::UpdateAdapters (AdapterFlags adapter_flags) |
void | Cogs::Network::PrintAdapters () |
NetworkAdapter | Cogs::Network::GetAdapter (size_t i) |
size_t | Cogs::Network::GetAdapterCount () |
int | Cogs::Network::FindAdapter (const AddrIn &address) |