|
MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
|
The MPDC topology device trust structure. More...
#include <trust.h>
Data Fields | |
| char | address [MPDC_DLA_IP_MAX] |
| char | domain [MPDC_NETWORK_DOMAIN_NAME_MAX_SIZE] |
| char | name [MPDC_AGENT_NAME_MAX_SIZE] |
| uint64_t | dtrust |
| uint32_t | bandwidth |
| bool | isipv6 |
| bool | local |
The MPDC topology device trust structure.
This structure contains trust-related information for a network device. It includes the device's network address, domain, name, trust value, bandwidth metric, and flags to indicate IPv6 capability and whether the device is on the local network.
| char address[MPDC_DLA_IP_MAX] |
The device address
| uint32_t bandwidth |
The bandwidth metric
| char domain[MPDC_NETWORK_DOMAIN_NAME_MAX_SIZE] |
The device domain name
| uint64_t dtrust |
The device trust value
| bool isipv6 |
True if the device supports IPv6
| bool local |
True if the device is on the local network
| char name[MPDC_AGENT_NAME_MAX_SIZE] |
The device name