|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
Listens for in coming Hicn connections. More...
#include <hicn/core/forwarder.h>#include <hicn/core/messageHandler.h>#include <hicn/io/listener.h>#include <stdlib.h>
Go to the source code of this file.
Typedefs | |
| typedef struct hicn_listener | HicnListener |
Functions | |
| ListenerOps * | hicnListener_CreateInet (Forwarder *forwarder, char *symbolic, Address *address) |
| ListenerOps * | hicnListener_CreateInet6 (Forwarder *forwarder, char *symbolic, Address *address) |
| bool | hicnListener_Punting (ListenerOps *ops, const char *prefix) |
| bool | hicnListener_Bind (ListenerOps *ops, const Address *remoteAddress) |
| bool | hicnListener_SetConnectionId (ListenerOps *ops, unsigned connId) |
Listens for in coming Hicn connections.
1.8.17