Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
feature
control
btrack_orconn_maps.h
Go to the documentation of this file.
1
/* Copyright (c) 2007-2021, The Tor Project, Inc. */
2
/* See LICENSE for licensing information */
3
4
/**
5
* \file btrack_orconn_maps.h
6
* \brief Header file for btrack_orconn_maps.c
7
**/
8
9
#ifndef TOR_BTRACK_ORCONN_MAPS_H
10
#define TOR_BTRACK_ORCONN_MAPS_H
11
12
void
bto_delete
(uint64_t);
13
bt_orconn_t *
bto_find_or_new
(uint64_t, uint64_t);
14
15
void
bto_init_maps
(
void
);
16
void
bto_clear_maps
(
void
);
17
18
#endif
/* !defined(TOR_BTRACK_ORCONN_MAPS_H) */
bto_delete
void bto_delete(uint64_t)
Definition:
btrack_orconn_maps.c:110
bto_clear_maps
void bto_clear_maps(void)
Definition:
btrack_orconn_maps.c:220
bto_find_or_new
bt_orconn_t * bto_find_or_new(uint64_t, uint64_t)
Definition:
btrack_orconn_maps.c:189
bto_init_maps
void bto_init_maps(void)
Definition:
btrack_orconn_maps.c:210
Generated by
1.9.4