BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
One item of an EID Pattern. More...
#include <bsl_mock_bpa_eidpat.h>
Data Fields | ||
uint64_t | scheme | |
Code point for EID schemes from [4]. | ||
bool | any_ssp | |
True if this is a match-any-SSP item. | ||
union { | ||
bsl_eidpat_ipn_ssp_t as_ipn | ||
Used when scheme is BSL_MOCK_EID_IPN. More... | ||
} | ssp | |
Interpreted according to scheme code when any_ssp is false. | ||
One item of an EID Pattern.
Definition at line 109 of file bsl_mock_bpa_eidpat.h.
bool bsl_mock_eidpat_item_t::any_ssp |
True if this is a match-any-SSP item.
Definition at line 114 of file bsl_mock_bpa_eidpat.h.
bsl_eidpat_ipn_ssp_t bsl_mock_eidpat_item_t::as_ipn |
Used when scheme is BSL_MOCK_EID_IPN.
Definition at line 120 of file bsl_mock_bpa_eidpat.h.
uint64_t bsl_mock_eidpat_item_t::scheme |
Code point for EID schemes from [4].
Definition at line 112 of file bsl_mock_bpa_eidpat.h.