sipxportlib  Version 3.3
AdapterInfo.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2007 SIPez LLC.
3 // Licensed to SIPfoundry under a Contributor Agreement.
4 //
5 // Copyright (C) 2004-2007 SIPfoundry Inc.
6 // Licensed by SIPfoundry under the LGPL license.
7 //
8 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
9 // Licensed to SIPfoundry under a Contributor Agreement.
10 //
11 // $$
13 #ifndef getDNSServers_h_
14 #define getDNSServers_h_
15 
16 #ifdef __cplusplus
17 #include <utl/UtlString.h>
18 
20 extern "C"
21 bool getAllLocalHostIps(const class HostAdapterAddress* localHostAddresses[],
22  int &numAddresses);
27 extern "C"
29 bool getContactAdapterName(UtlString &adapterName, const UtlString &ipAddress,
30  bool unusedHere);
31 
32 #endif
33 
34 #endif // getDNSServers_h_
bool getContactAdapterName(UtlString &adapterName, const UtlString &ipAddress, bool unusedHere)
Definition: AdapterInfo.cpp:137
bool getAllLocalHostIps(const HostAdapterAddress *localHostAddresses[], int &numAddresses)
Definition: AdapterInfo.cpp:37
Definition: UtlString.h:48
Definition: HostAdapterAddress.h:30