#include <pnetdb.h>
Static Public Member Functions | |
| HostEntry | hostByName (const std::string &name, int domain) throw (NetDbError) |
| Resolve a host by it's name. | |
| HostEntry | hostByAddress (const NetworkAddress &addr) throw (NetDbError) |
| Resolve a host by it's address. | |
| ServiceEntry | serviceByName (const std::string &name, const std::string &proto) throw (NetDbError) |
| Resolve a service by it's name & protocol. | |
| ServiceEntry | serviceByPort (port_t port, const std::string &proto) throw (NetDbError) |
| Resolve a service by it's port & protocol. | |
Definition at line 61 of file pnetdb.h.
|
|
Resolve a host by it's address.
|
|
||||||||||||
|
Resolve a host by it's name.
|
|
||||||||||||
|
Resolve a service by it's name & protocol.
|
|
||||||||||||
|
Resolve a service by it's port & protocol.
|
1.3.3