Home
last modified time | relevance | path

Searched refs:CUSTOM_PRIMITIVE_TYPE_IP (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bmp/
H A Dbmp.h111 #define BMP_TLV_SEM_IP CUSTOM_PRIMITIVE_TYPE_IP
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h438 #define CUSTOM_PRIMITIVE_TYPE_IP 4 macro
H A Dutil.c2231 else if (cp_entry->ptr->semantics == CUSTOM_PRIMITIVE_TYPE_IP) { in custom_primitive_header_print()
2317 else if (cp_entry->ptr->semantics == CUSTOM_PRIMITIVE_TYPE_IP) { in custom_primitive_value_print()
H A Dpmacct.c3766 else if (cp_entry->semantics == CUSTOM_PRIMITIVE_TYPE_IP) { in pmc_custom_primitive_header_print()
3844 else if (cp_entry->semantics == CUSTOM_PRIMITIVE_TYPE_IP) { in pmc_custom_primitive_value_print()
H A Dpretag_handlers.c2896 table->primitive[table->num].semantics = CUSTOM_PRIMITIVE_TYPE_IP; in custom_primitives_map_semantics_handler()