Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Drepo.c1172 if (++talrepocnt[talid] >= MAX_REPO_PER_TAL) { in repo_lookup()
1173 if (talrepocnt[talid] == MAX_REPO_PER_TAL) in repo_lookup()
H A Dextern.h1028 #define MAX_REPO_PER_TAL 1000
1024 #define MAX_REPO_PER_TAL global() macro