NCBI C++ ToolKit
|
#include "netcomponent.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CCmdLineArgList |
Macros | |
#define | TEMP_STRING_CTOR(str) CTempString(str, sizeof(str) - 1) |
Functions | |
string | g_NetService_gethostnamebyaddr (unsigned ip) |
unsigned | g_NetService_gethostbyname (const string &hostname) |
string | g_NetService_gethostname (const string &ip_or_hostname) |
string | g_NetService_gethostip (const string &ip_or_hostname) |
string | g_NetService_TryResolveHost (const string &ip_or_hostname) |
#define TEMP_STRING_CTOR | ( | str | ) | CTempString(str, sizeof(str) - 1) |
Definition at line 160 of file util.cpp.
References eOn, CSocketAPI::gethostbyname(), ip, and NCBI_THROW_FMT.
Referenced by g_NetService_gethostip(), and g_NetService_gethostname().
Definition at line 181 of file util.cpp.
References g_NetService_gethostbyname(), and CSocketAPI::ntoa().
Definition at line 170 of file util.cpp.
References eOn, g_NetService_gethostbyname(), CSocketAPI::gethostbyaddr(), and NCBI_THROW_FMT.
string g_NetService_gethostnamebyaddr | ( | unsigned | ip | ) |
Definition at line 154 of file util.cpp.
References eOn, CSocketAPI::gethostbyaddr(), ip, and CSocketAPI::ntoa().
Definition at line 186 of file util.cpp.
References eOn, CSocketAPI::gethostbyaddr(), CSocketAPI::gethostbyname(), and ip.
Referenced by CGridCommandLineInterfaceApp::PrintBlobMeta(), CPrintJobInfo::ProcessJobMeta(), CJobInfoToJSON::ProcessJobMeta(), and s_GetBlobMeta().