aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/radix.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-09 22:20:35 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-01-09 22:20:35 -0500
commit55b986d253fcae830d4a5daeaee6b1a784bebef0 (patch)
treea85eb60ecba674771e5dc35dbc39b5ccf5ea400d /src/fnettrace/radix.h
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-55b986d253fcae830d4a5daeaee6b1a784bebef0.tar.gz
firejail-55b986d253fcae830d4a5daeaee6b1a784bebef0.tar.zst
firejail-55b986d253fcae830d4a5daeaee6b1a784bebef0.zip
nettrace
Diffstat (limited to 'src/fnettrace/radix.h')
-rw-r--r--src/fnettrace/radix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fnettrace/radix.h b/src/fnettrace/radix.h
index b77c24216..ed7ae0cb7 100644
--- a/src/fnettrace/radix.h
+++ b/src/fnettrace/radix.h
@@ -28,6 +28,7 @@ typedef struct rnode_t {
28 char *name; 28 char *name;
29} RNode; 29} RNode;
30 30
31extern int radix_nodes;
31char *radix_find_first(uint32_t ip); 32char *radix_find_first(uint32_t ip);
32char *radix_find_last(uint32_t ip); 33char *radix_find_last(uint32_t ip);
33void radix_add(uint32_t ip, uint32_t mask, char *name); 34void radix_add(uint32_t ip, uint32_t mask, char *name);