Home
last modified time | relevance | path

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

/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/usr.sbin/rpki-client/
H A Das.c73 as_check_overlap(const struct cert_as *a, const char *fn, in as_check_overlap()
74 const struct cert_as *as, size_t asz) in as_check_overlap()
146 const struct cert_as *as, size_t asz) in as_check_covered()
H A Dextern.h45 struct cert_as { struct
119 struct cert_as *as; /* list of AS numbers and ranges */
494 int as_check_overlap(const struct cert_as *, const char *,
495 const struct cert_as *, size_t);
497 const struct cert_as *, size_t);
H A Dcert.c90 append_as(struct parse *p, const struct cert_as *as) in append_as()
98 sizeof(struct cert_as)); in append_as()
394 struct cert_as as; in sbgp_asrange()
411 memset(&as, 0, sizeof(struct cert_as)); in sbgp_asrange()
464 struct cert_as as; in sbgp_asid()
466 memset(&as, 0, sizeof(struct cert_as)); in sbgp_asid()
490 struct cert_as as; in sbgp_asnum()
511 memset(&as, 0, sizeof(struct cert_as)); in sbgp_asnum()
1369 p->as = calloc(p->asz, sizeof(struct cert_as)); in cert_read()