Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h262 #define COUNT_REGISTRY_BITS 48 macro
H A Dpmacct.c1434 …pm_cfgreg_t index = (count_token_int[match_string_index] >> COUNT_REGISTRY_BITS) & COUNT_INDEX_MAS… in main()
H A Dcfg_handlers.c6261 u_int64_t index = (input >> COUNT_REGISTRY_BITS) & COUNT_INDEX_MASK; in cfg_set_aggregate()