|
kodi
|
Public Member Functions | |
| NPT_NetworkInterface (const char *name, const NPT_MacAddress &mac, NPT_Flags flags) | |
| NPT_NetworkInterface (const char *name, NPT_Flags flags) | |
| NPT_Result | AddAddress (const NPT_NetworkInterfaceAddress &address) |
| const NPT_String & | GetName () const |
| const NPT_MacAddress & | GetMacAddress () const |
| void | SetMacAddress (NPT_MacAddress::Type type, const unsigned char *addr, unsigned int length) |
| NPT_Flags | GetFlags () const |
| const NPT_List< NPT_NetworkInterfaceAddress > & | GetAddresses () const |
| bool | IsAddressInNetwork (const NPT_IpAddress &address) |
Static Public Member Functions | |
| static NPT_Result | GetNetworkInterfaces (NPT_List< NPT_NetworkInterface *> &interfaces) |
1.8.13