BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
bsl_eid_ipn_ssp_t Struct Reference

Scheme-specific part for IPN scheme. More...

#include <bsl_mock_bpa_eid.h>

+ Collaboration diagram for bsl_eid_ipn_ssp_t:

Data Fields

int ncomp
 The number of components when encoded, either 2 or 3.
 
uint64_t auth_num
 The authority number component.
 
uint64_t node_num
 The node number component.
 
uint64_t svc_num
 The service number component.
 

Detailed Description

Scheme-specific part for IPN scheme.

Definition at line 41 of file bsl_mock_bpa_eid.h.

Field Documentation

◆ auth_num

uint64_t bsl_eid_ipn_ssp_t::auth_num

The authority number component.

Definition at line 46 of file bsl_mock_bpa_eid.h.

Referenced by bsl_mock_decode_eid(), bsl_mock_encode_eid(), and mock_bpa_eid_from_text().

◆ ncomp

int bsl_eid_ipn_ssp_t::ncomp

The number of components when encoded, either 2 or 3.

Definition at line 44 of file bsl_mock_bpa_eid.h.

Referenced by bsl_mock_decode_eid(), bsl_mock_encode_eid(), and mock_bpa_eid_from_text().

◆ node_num

uint64_t bsl_eid_ipn_ssp_t::node_num

The node number component.

Definition at line 48 of file bsl_mock_bpa_eid.h.

Referenced by bsl_mock_decode_eid(), bsl_mock_encode_eid(), and mock_bpa_eid_from_text().

◆ svc_num

uint64_t bsl_eid_ipn_ssp_t::svc_num

The service number component.

Definition at line 50 of file bsl_mock_bpa_eid.h.

Referenced by bsl_mock_decode_eid(), bsl_mock_encode_eid(), and mock_bpa_eid_from_text().


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