Home
last modified time | relevance | path

Searched refs:c_hash_id (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/kafka/
H A DMsgBusImpl_kafka.h51 msgBus_kafka(Logger *logPtr, Config *cfg, u_char *c_hash_id);
H A DMsgBusImpl_kafka.cpp45 msgBus_kafka::msgBus_kafka(Logger *logPtr, Config *cfg, u_char *c_hash_id) { in msgBus_kafka() argument
51 hash_toStr(c_hash_id, collector_hash); in msgBus_kafka()
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/
H A Dopenbmp.cpp417 memcpy(cfg.c_hash_id, hash_raw, 16); in runServer()
421 kafka = new msgBus_kafka(logger, &cfg, cfg.c_hash_id); in runServer()
H A DConfig.h33 u_char c_hash_id[16]; ///< Collector Hash ID (raw format)
H A Dclient_thread.cpp98 cInfo.mbus = new msgBus_kafka(logger, thr->cfg, thr->cfg->c_hash_id); in ClientThread()
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bmp/
H A DBMPListener.cpp295 MsgBusInterface::hash_toStr(cfg->c_hash_id, c_hash_str); in hashRouter()
H A DBMPReader.cpp420 MsgBusInterface::hash_toStr(cfg->c_hash_id, c_hash_str); in hashRouter()