12 #ifndef TOR_ROUTERPARSE_H
13 #define TOR_ROUTERPARSE_H
22 int allow_annotations,
23 const char *prepend_annotations,
28 int allow_annotations,
29 const char *prepend_annotations,
30 int *can_dl_again_out);
31 struct digest_ri_map_t;
33 int cache_copy,
struct digest_ri_map_t *routermap,
34 int *can_dl_again_out);
43 #ifdef ROUTERDESC_TOKEN_TABLE_PRIVATE
48 #define ED_DESC_SIGNATURE_PREFIX "Tor router descriptor signature v1"
Header file for parsecommon.c.
const token_rule_t routerdesc_token_table[]
int router_get_extrainfo_hash(const char *s, size_t s_len, char *digest)
extrainfo_t * extrainfo_parse_entry_from_string(const char *s, const char *end, int cache_copy, struct digest_ri_map_t *routermap, int *can_dl_again_out)
routerinfo_t * router_parse_entry_from_string(const char *s, const char *end, int cache_copy, int allow_annotations, const char *prepend_annotations, int *can_dl_again_out)
int router_get_router_hash(const char *s, size_t s_len, char *digest)
void routerparse_free_all(void)
void routerparse_init(void)
int find_single_ipv6_orport(const smartlist_t *list, tor_addr_t *addr_out, uint16_t *port_out)
int router_parse_list_from_string(const char **s, const char *eos, smartlist_t *dest, saved_location_t saved_location, int is_extrainfo, int allow_annotations, const char *prepend_annotations, smartlist_t *invalid_digests_out)