ext_orport.h 557 B

1234567891011121314
  1. int connection_ext_or_start_auth(or_connection_t *or_conn);
  2. ext_or_cmd_t *ext_or_cmd_new(uint16_t len);
  3. void ext_or_cmd_free(ext_or_cmd_t *cmd);
  4. void connection_or_set_ext_or_identifier(or_connection_t *conn);
  5. void connection_or_remove_from_ext_or_id_map(or_connection_t *conn);
  6. void connection_or_clear_ext_or_id_map(void);
  7. int connection_ext_or_finished_flushing(or_connection_t *conn);
  8. int connection_ext_or_process_inbuf(or_connection_t *or_conn);
  9. int init_ext_or_auth_cookie_authentication(int is_enabled);
  10. char *get_ext_or_auth_cookie_file(void);