BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
Scheme-specific part for IPN scheme. More...
#include <bsl_mock_bpa_eid.h>
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. | |
Scheme-specific part for IPN scheme.
Definition at line 41 of file bsl_mock_bpa_eid.h.
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().
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().
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().
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().