Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h336 #define COUNT_DST_HOST_POCODE (COUNT_INT_DST_HOST_POCODE & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c713 …if (config.what_to_count_2 & COUNT_DST_HOST_POCODE) fprintf(f, "%-12s ", data->dst_ip_pocode.str); in P_cache_purge()
1101 …if (config.what_to_count_2 & COUNT_DST_HOST_POCODE) fprintf(f, "%s%s", write_sep(sep, &count), dat… in P_cache_purge()
1410 if (config.what_to_count_2 & COUNT_DST_HOST_POCODE) fprintf(f, "DH_POCODE "); in P_write_stats_header_formatted()
1529 …if (config.what_to_count_2 & COUNT_DST_HOST_POCODE) fprintf(f, "%sDH_POCODE", write_sep(sep, &coun… in P_write_stats_header_csv()
H A Dplugin_cmn_avro.c198 if (wtc_2 & COUNT_DST_HOST_POCODE) in p_avro_schema_build_acct_data()
770 if (wtc_2 & COUNT_DST_HOST_POCODE) { in compose_avro_acct_data()
H A Dpmacct.c319 if (what_to_count_2 & COUNT_DST_HOST_POCODE) printf("DH_POCODE "); in write_stats_header_formatted()
532 if (what_to_count_2 & COUNT_DST_HOST_POCODE) printf("%sDH_POCODE", write_sep(sep, &count)); in write_stats_header_csv()
841 what_to_count_2 |= COUNT_DST_HOST_POCODE; in main()
2585 if (!have_wtc || (what_to_count_2 & COUNT_DST_HOST_POCODE)) { in main()
3536 if (wtc_2 & COUNT_DST_HOST_POCODE) { in pmc_compose_json()
H A Dserver.c542 …if (w2 & COUNT_DST_HOST_POCODE) memcpy(&d1->dst_ip_pocode, &s1->dst_ip_pocode, sizeof(d1->dst_ip_p… in mask_elem()
H A Dplugin_cmn_json.c294 if (wtc_2 & COUNT_DST_HOST_POCODE) { in compose_json()
H A Dmongodb_plugin.c707 if (config.what_to_count_2 & COUNT_DST_HOST_POCODE) { in MongoDB_cache_purge()
H A Dsql_common.c1254 if (config.what_to_count_2 & COUNT_DST_HOST_POCODE) what_to_count_2 |= COUNT_DST_HOST_POCODE; in sql_evaluate_primitives()
2244 if (what_to_count_2 & COUNT_DST_HOST_POCODE) { in sql_evaluate_primitives()
H A Dpkt_handlers.c620 …if (channels_list[index].aggregation_2 & (COUNT_DST_HOST_COUNTRY|COUNT_DST_HOST_POCODE|COUNT_DST_H… in evaluate_packet_handlers()
629 if (channels_list[index].aggregation_2 & COUNT_DST_HOST_POCODE) { in evaluate_packet_handlers()