Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Drrdp.h64 struct rrdp_session *, struct rrdp_session *,
77 struct snapshot_xml *new_snapshot_xml(XML_Parser, struct rrdp_session *,
85 struct delta_xml *new_delta_xml(XML_Parser, struct rrdp_session *,
H A Dextern.h542 struct rrdp_session { argument
836 void rrdp_session_save(unsigned int, struct rrdp_session *);
837 void rrdp_session_free(struct rrdp_session *);
839 const struct rrdp_session *);
840 struct rrdp_session *rrdp_session_read(struct ibuf *);
874 struct rrdp_session *);
540 struct rrdp_session { global() struct
541 last_modrrdp_session global() argument
543 serialrrdp_session global() argument
544 deltasrrdp_session global() argument
H A Drrdp_notification.c55 struct rrdp_session *repository;
56 struct rrdp_session *current;
133 delta_parse(struct rrdp_session *s, size_t idx, char **hash) in delta_parse()
378 new_notification_xml(XML_Parser p, struct rrdp_session *repository, in new_notification_xml()
379 struct rrdp_session *current, const char *notifyuri) in new_notification_xml()
H A Drrdp.c68 struct rrdp_session *repository;
69 struct rrdp_session *current;
183 rrdp_new(unsigned int id, char *local, char *notify, struct rrdp_session *state) in rrdp_new()
406 struct rrdp_session *state; in rrdp_input_handler()
H A Drrdp_snapshot.c40 struct rrdp_session *current;
218 new_snapshot_xml(XML_Parser p, struct rrdp_session *rs, struct rrdp *r) in new_snapshot_xml()
H A Drrdp_delta.c42 struct rrdp_session *current;
238 new_delta_xml(XML_Parser p, struct rrdp_session *rs, struct rrdp *r) in new_delta_xml()
H A Drepo.c638 static struct rrdp_session *
642 struct rrdp_session *state; in rrdp_session_parse()
713 rrdp_session_save(unsigned int id, struct rrdp_session *state) in rrdp_session_save()
777 rrdp_session_free(struct rrdp_session *s) in rrdp_session_free()
791 rrdp_session_buffer(struct ibuf *b, const struct rrdp_session *s) in rrdp_session_buffer()
802 struct rrdp_session *
805 struct rrdp_session *s; in rrdp_session_read()
823 struct rrdp_session *state; in rrdp_get()
H A Dmain.c287 struct rrdp_session *s) in rrdp_fetch()
710 struct rrdp_session *s; in rrdp_process()
/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c74 struct rrdp_session repository;
75 struct rrdp_session current;