Home
last modified time | relevance | path

Searched refs:COUNT_INT_SRC_PORT (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h172 #define COUNT_INT_SRC_PORT 0x0001000000000008ULL macro
268 #define COUNT_SRC_PORT (COUNT_INT_SRC_PORT & COUNT_REGISTRY_MASK)
H A Dpmacct.c775 count_token_int[count_index] = COUNT_INT_SRC_PORT; in main()
H A Dsql_common.c2073 values[primitive].type = where[primitive].type = COUNT_INT_SRC_PORT; in sql_evaluate_primitives()
H A Dcfg_handlers.c214 …trcmp(count_token, "src_port")) cfg_set_aggregate(filename, value, COUNT_INT_SRC_PORT, count_token… in cfg_key_aggregate()