MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
mpdc_device_trust Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ address

char address[MPDC_DLA_IP_MAX]

The device address

◆ bandwidth

uint32_t bandwidth

The bandwidth metric

◆ domain

The device domain name

◆ dtrust

uint64_t dtrust

The device trust value

◆ isipv6

bool isipv6

True if the device supports IPv6

◆ local

bool local

True if the device is on the local network

◆ name

The device name


The documentation for this struct was generated from the following file: