Home
last modified time | relevance | path

Searched refs:COUNT_POST_NAT_SRC_PORT (Results 1 – 13 of 13) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h321 #define COUNT_POST_NAT_SRC_PORT (COUNT_INT_POST_NAT_SRC_PORT & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c741 …if (config.what_to_count_2 & COUNT_POST_NAT_SRC_PORT) fprintf(f, "%-5u ", pnat->post_… in P_cache_purge()
1123 …if (config.what_to_count_2 & COUNT_POST_NAT_SRC_PORT) fprintf(f, "%s%u", write_sep(sep, &count), p… in P_cache_purge()
1424 if (config.what_to_count_2 & COUNT_POST_NAT_SRC_PORT) fprintf(f, "POST_NAT_SRC_PORT "); in P_write_stats_header_formatted()
1543 …if (config.what_to_count_2 & COUNT_POST_NAT_SRC_PORT) fprintf(f, "%sPOST_NAT_SRC_PORT", write_sep(… in P_write_stats_header_csv()
H A Dplugin_cmn_avro.c234 if (wtc_2 & COUNT_POST_NAT_SRC_PORT) in p_avro_schema_build_acct_data()
833 if (wtc_2 & COUNT_POST_NAT_SRC_PORT) { in compose_avro_acct_data()
H A Dpmacct.c334 if (what_to_count_2 & COUNT_POST_NAT_SRC_PORT) printf("POST_NAT_SRC_PORT "); in write_stats_header_formatted()
547 …if (what_to_count_2 & COUNT_POST_NAT_SRC_PORT) printf("%sPOST_NAT_SRC_PORT", write_sep(sep, &count… in write_stats_header_csv()
1006 what_to_count_2 |= COUNT_POST_NAT_SRC_PORT; in main()
2649 if (!have_wtc || (what_to_count_2 & COUNT_POST_NAT_SRC_PORT)) { in main()
3584 …if (wtc_2 & COUNT_POST_NAT_SRC_PORT) json_object_set_new_nocheck(obj, "post_nat_port_src", json_in… in pmc_compose_json()
H A Dserver.c589 if (w2 & COUNT_POST_NAT_SRC_PORT) d3->post_nat_src_port = s3->post_nat_src_port; in mask_elem()
H A Dplugin_cmn_json.c346 if (wtc_2 & COUNT_POST_NAT_SRC_PORT) { in compose_json()
H A Duacctd.c648 COUNT_POST_NAT_SRC_PORT|COUNT_POST_NAT_DST_PORT|COUNT_NAT_EVENT| in main()
H A Dmongodb_plugin.c747 …if (config.what_to_count_2 & COUNT_POST_NAT_SRC_PORT) bson_append_int(bson_elem, "post_nat_port_sr… in MongoDB_cache_purge()
H A Dpmacctd.c774 COUNT_POST_NAT_SRC_PORT|COUNT_POST_NAT_DST_PORT|COUNT_NAT_EVENT| in main()
H A Dsql_common.c1263 … if (config.what_to_count_2 & COUNT_POST_NAT_SRC_PORT) what_to_count_2 |= COUNT_POST_NAT_SRC_PORT; in sql_evaluate_primitives()
2381 if (what_to_count_2 & COUNT_POST_NAT_SRC_PORT) { in sql_evaluate_primitives()
H A Dsfacctd.c493 COUNT_POST_NAT_SRC_PORT|COUNT_POST_NAT_DST_PORT|COUNT_NAT_EVENT| in main()
H A Dnfacctd.c500 COUNT_POST_NAT_SRC_PORT|COUNT_POST_NAT_DST_PORT|COUNT_NAT_EVENT| in main()
H A Dpkt_handlers.c653 if (channels_list[index].aggregation_2 & COUNT_POST_NAT_SRC_PORT) { in evaluate_packet_handlers()