Home
last modified time | relevance | path

Searched defs:rrdp (Results 1 – 6 of 6) sorted by relevance

/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c56 struct rrdp { struct
69 enum rrdp_task task; argument
74 struct rrdp_session repository; argument
75 struct rrdp_session current; argument
76 XML_Parser parser;
77 struct notification_xml *nxml;
78 struct snapshot_xml *sxml;
79 struct delta_xml *dxml;
/openbsd/usr.sbin/rpki-client/
H A Drrdp.c49 struct rrdp { struct
63 enum rrdp_task task; argument
68 struct rrdp_session *repository; argument
69 struct rrdp_session *current; argument
76 static TAILQ_HEAD(, rrdp) states = TAILQ_HEAD_INITIALIZER(states); argument
H A Drrdp_snapshot.c41 struct rrdp *rrdp; member
H A Drrdp_delta.c43 struct rrdp *rrdp; member
H A Dmain.c967 int rc, c, i, st, proc, rsync, http, rrdp, hangup = 0; main() local
[all...]
H A Drepo.c94 const struct rrdprepo *rrdp; member