Home
last modified time | relevance | path

Searched refs:COUNT_SRC_HOST_POCODE (Results 1 – 9 of 9) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h335 #define COUNT_SRC_HOST_POCODE (COUNT_INT_SRC_HOST_POCODE & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c712 …if (config.what_to_count_2 & COUNT_SRC_HOST_POCODE) fprintf(f, "%-12s ", data->src_ip_pocode.str); in P_cache_purge()
1100 …if (config.what_to_count_2 & COUNT_SRC_HOST_POCODE) fprintf(f, "%s%s", write_sep(sep, &count), dat… in P_cache_purge()
1409 if (config.what_to_count_2 & COUNT_SRC_HOST_POCODE) fprintf(f, "SH_POCODE "); in P_write_stats_header_formatted()
1528 …if (config.what_to_count_2 & COUNT_SRC_HOST_POCODE) fprintf(f, "%sSH_POCODE", write_sep(sep, &coun… in P_write_stats_header_csv()
H A Dplugin_cmn_avro.c195 if (wtc_2 & COUNT_SRC_HOST_POCODE) in p_avro_schema_build_acct_data()
762 if (wtc_2 & COUNT_SRC_HOST_POCODE) { in compose_avro_acct_data()
H A Dpmacct.c318 if (what_to_count_2 & COUNT_SRC_HOST_POCODE) printf("SH_POCODE "); in write_stats_header_formatted()
531 if (what_to_count_2 & COUNT_SRC_HOST_POCODE) printf("%sSH_POCODE", write_sep(sep, &count)); in write_stats_header_csv()
837 what_to_count_2 |= COUNT_SRC_HOST_POCODE; in main()
2580 if (!have_wtc || (what_to_count_2 & COUNT_SRC_HOST_POCODE)) { in main()
3529 if (wtc_2 & COUNT_SRC_HOST_POCODE) { in pmc_compose_json()
H A Dserver.c541 …if (w2 & COUNT_SRC_HOST_POCODE) memcpy(&d1->src_ip_pocode, &s1->src_ip_pocode, sizeof(d1->src_ip_p… in mask_elem()
H A Dplugin_cmn_json.c289 if (wtc_2 & COUNT_SRC_HOST_POCODE) { in compose_json()
H A Dmongodb_plugin.c701 if (config.what_to_count_2 & COUNT_SRC_HOST_POCODE) { in MongoDB_cache_purge()
H A Dsql_common.c1253 if (config.what_to_count_2 & COUNT_SRC_HOST_POCODE) what_to_count_2 |= COUNT_SRC_HOST_POCODE; in sql_evaluate_primitives()
2230 if (what_to_count_2 & COUNT_SRC_HOST_POCODE) { in sql_evaluate_primitives()
H A Dpkt_handlers.c600 …if (channels_list[index].aggregation_2 & (COUNT_SRC_HOST_COUNTRY|COUNT_SRC_HOST_POCODE|COUNT_SRC_H… in evaluate_packet_handlers()
609 if (channels_list[index].aggregation_2 & COUNT_SRC_HOST_POCODE) { in evaluate_packet_handlers()