Home
last modified time | relevance | path

Searched refs:COUNT_INT_SUM_MAC (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h190 #define COUNT_INT_SUM_MAC 0x0001000000200000ULL macro
286 #define COUNT_SUM_MAC (COUNT_INT_SUM_MAC & COUNT_REGISTRY_MASK)
H A Dpmacct.c808 count_token_int[count_index] = COUNT_INT_SUM_MAC; in main()
H A Dcfg_handlers.c221 …else if (!strcmp(count_token, "sum_mac")) cfg_set_aggregate(filename, value, COUNT_INT_SUM_MAC, co… in cfg_key_aggregate()