From 9638b621fa567555e51c9bc61351a708221fd2ee Mon Sep 17 00:00:00 2001 From: dautor Date: Sat, 16 Nov 2024 20:12:45 +0100 Subject: Add ng_pipe link --- src/util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 02ed6ad..7296636 100644 --- a/src/util.h +++ b/src/util.h @@ -5,6 +5,13 @@ int Create_eiface(u32 *ID, fd Control); int Create_bridge(u32 *ID, fd Control); +int ng_connect(fd Control, char const *NodeA, char const *NodeB, char const *HookA, char const *HookB); +int Create_pipe(u32 *ID, + fd Control, + char const *NodeA, + char const *NodeB, + char const *HookA, + char const *HookB); int DestroyNetgraphNode(u32 ID, fd Control); char *getifname(u32 ID, fd Control); void close_all(void); -- cgit v1.2.3