Home
last modified time | relevance | path

Searched refs:SFLCOUNTERS_HTTP (Results 1 – 10 of 10) sorted by relevance

/dports/www/nginx-full/nginx-sflow-module-543c72a/
H A Dngx_http_sflow.h247 SFLCOUNTERS_HTTP = 2201, /* http counters */ enumerator
H A Dngx_http_sflow_api.c1156 …case SFLCOUNTERS_HTTP: elemSiz = XDRSIZ_SFLHTTP_COUNTERS /*sizeof(elem->counterBlock.http)*/; bre… in computeCountersSampleSize()
1230 case SFLCOUNTERS_HTTP: in sfl_receiver_writeCountersSample()
H A Dngx_http_sflow_module.c570 httpElem.tag = SFLCOUNTERS_HTTP; in sfwb_cb_counters()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/sflow_plugin/
H A Dsflow.h1289 SFLCOUNTERS_HTTP = 2201, /* http */ enumerator
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dsflow.h1543 SFLCOUNTERS_HTTP = 2201, /* http */ enumerator
H A Dsflow_process.c3100 case SFLCOUNTERS_HTTP: readCounters_http(sample); break; in readCountersSample()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/argus/
H A Dsflow.h1066 SFLCOUNTERS_HTTP = 2201, /* http */ enumerator
/dports/net/sflowtool/sflowtool-5.06/src/
H A Dsflow.h1560 SFLCOUNTERS_HTTP = 2201, /* http */ enumerator
H A Dsflowtool.c5025 case SFLCOUNTERS_HTTP: readCounters_http(sample); break; in readCountersSample()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_import.c2710 case SFLCOUNTERS_HTTP: SFParseCounters_http(sptr); break; in ArgusParseSFCountersSample()