Home
last modified time | relevance | path

Searched refs:allow_asids (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dconstraints.c334 ASIdentifiers *allow_asids, *deny_asids; in constraints_parse_talid() local
362 if ((allow_asids = ASIdentifiers_new()) == NULL) in constraints_parse_talid()
411 constraints_parse_as(fn, p, allow_asids); in constraints_parse_talid()
447 if (!X509v3_asid_canonize(allow_asids)) in constraints_parse_talid()
455 if (!sbgp_parse_assysnum(fn, allow_asids, &allow_ases, in constraints_parse_talid()
494 ASIdentifiers_free(allow_asids); in constraints_parse_talid()