|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
Scheme-specific part for IPN scheme. More...
#include <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. | |
Scheme-specific part for IPN scheme.
| uint64_t bsl_eid_ipn_ssp_t::auth_num |
The authority number component.
Referenced by bsl_eidpat_ipn_ssp_match(), bsl_mock_decode_eid(), bsl_mock_encode_eid(), mock_bpa_eid_from_text(), and test_BSL_HostEID_DecodeFromText_ipn().
| int bsl_eid_ipn_ssp_t::ncomp |
The number of components when encoded, either 2 or 3.
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.
Referenced by bsl_eidpat_ipn_ssp_match(), bsl_mock_decode_eid(), bsl_mock_encode_eid(), mock_bpa_eid_from_text(), and test_BSL_HostEID_DecodeFromText_ipn().
| uint64_t bsl_eid_ipn_ssp_t::svc_num |
The service number component.
Referenced by bsl_eidpat_ipn_ssp_match(), bsl_mock_decode_eid(), bsl_mock_encode_eid(), mock_bpa_eid_from_text(), and test_BSL_HostEID_DecodeFromText_ipn().