Hybrid ICN (hICN) plugin  v21.06-rc0-4-g18fa668
Typedefs | Functions
hicnListener.h File Reference

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>
Include dependency graph for hicnListener.h:

Go to the source code of this file.

Typedefs

typedef struct hicn_listener HicnListener
 

Functions

ListenerOpshicnListener_CreateInet (Forwarder *forwarder, char *symbolic, Address *address)
 
ListenerOpshicnListener_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)
 

Detailed Description

Listens for in coming Hicn connections.