New upstream version 8.1.0
This commit is contained in:
25
client_module/source/common/net/sock/NetworkInterfaceCard.h
Normal file
25
client_module/source/common/net/sock/NetworkInterfaceCard.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef NETWORKINTERFACECARD_H_
|
||||
#define NETWORKINTERFACECARD_H_
|
||||
|
||||
#include <common/Common.h>
|
||||
#include <common/toolkit/StringTk.h>
|
||||
#include <common/net/sock/NicAddress.h>
|
||||
#include <common/net/sock/NicAddressList.h>
|
||||
#include <common/net/sock/NicAddressListIter.h>
|
||||
|
||||
|
||||
extern void NIC_findAll(StrCpyList* allowedInterfaces, bool useRDMA, bool onlyRDMA,
|
||||
NicAddressList* outList);
|
||||
|
||||
extern const char* NIC_nicTypeToString(NicAddrType_t nicType);
|
||||
extern char* NIC_nicAddrToString(NicAddress* nicAddr);
|
||||
|
||||
extern bool NIC_supportsRDMA(NicAddressList* nicList);
|
||||
extern void NIC_supportedCapabilities(NicAddressList* nicList,
|
||||
NicListCapabilities* outCapabilities);
|
||||
|
||||
extern void __NIC_findAllTCP(StrCpyList* allowedInterfaces, NicAddressList* outList);
|
||||
extern void __NIC_filterInterfacesForRDMA(NicAddressList* list, NicAddressList* outList);
|
||||
|
||||
|
||||
#endif /*NETWORKINTERFACECARD_H_*/
|
||||
Reference in New Issue
Block a user