Home
last modified time | relevance | path

Searched refs:NF9_DST_AS (Results 1 – 11 of 11) sorted by relevance

/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnetflow_v9.h195 #define NF9_DST_AS 17 macro
H A Dnetflow_v9.c227 { NF9_DST_AS, "dst AS", _2bytes, _2bytes, move16, zero16, EX_AS_2 },
228 { NF9_DST_AS, "dst AS", _4bytes, _4bytes, move32, zero32, EX_AS_4 },
849 PushSequence( table, NF9_DST_AS, &offset, NULL, 0); in setup_translation_table()
853 PushSequence( table, NF9_DST_AS, &offset, NULL, 1); in setup_translation_table()
2375 fields->record[count].type = htons(NF9_DST_AS); in GetOutputTemplate()
2386 fields->record[count].type = htons(NF9_DST_AS); in GetOutputTemplate()
/dports/net-mgmt/flowd/flowd-0.9.1/
H A Dnetflow.h151 #define NF9_DST_AS 17 macro
H A Dflowd.c715 V9_FIELD(NF9_DST_AS, AS_INFO, asinf.dst_as); in nf9_rec_to_flow()
768 V9_FIELD_LEN(NF9_DST_AS, asinf.dst_as); in nf9_check_rec_len()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/netflow_plugin/
H A Dnetflow.h178 #define NF9_DST_AS 17 macro
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dnfacctd.h151 #define NF9_DST_AS 17 macro
H A Dpretag_handlers.c1722 if (tpl->tpl[NF9_DST_AS].len == 2) { in pretag_dst_as_handler()
1723 memcpy(&asn16, pptrs->f_data+tpl->tpl[NF9_DST_AS].off, 2); in pretag_dst_as_handler()
1726 else if (tpl->tpl[NF9_DST_AS].len == 4) { in pretag_dst_as_handler()
1727 memcpy(&asn32, pptrs->f_data+tpl->tpl[NF9_DST_AS].off, 4); in pretag_dst_as_handler()
3443 if (tpl->tpl[NF9_DST_AS].len == 2) { in PT_map_index_fdata_dst_as_handler()
3444 memcpy(&asn16, pptrs->f_data+tpl->tpl[NF9_DST_AS].off, 2); in PT_map_index_fdata_dst_as_handler()
3447 else if (tpl->tpl[NF9_DST_AS].len == 4) { in PT_map_index_fdata_dst_as_handler()
3448 memcpy(&asn32, pptrs->f_data+tpl->tpl[NF9_DST_AS].off, 4); in PT_map_index_fdata_dst_as_handler()
H A Dpkt_handlers.c2070 if (tpl->tpl[NF9_DST_AS].len == 2) { in NF_dst_as_handler()
2071 memcpy(&asn16, pptrs->f_data+tpl->tpl[NF9_DST_AS].off, 2); in NF_dst_as_handler()
2074 else if (tpl->tpl[NF9_DST_AS].len == 4) { in NF_dst_as_handler()
2075 memcpy(&asn32, pptrs->f_data+tpl->tpl[NF9_DST_AS].off, 4); in NF_dst_as_handler()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/nfprobe_plugin/
H A Dnetflow9.c107 #define NF9_DST_AS 17 macro
990 v4_template.r[rcount].type = htons(NF9_DST_AS); in nf9_init_template()
994 v4_template_out.r[rcount].type = htons(NF9_DST_AS); in nf9_init_template()
1403 v6_template.r[rcount].type = htons(NF9_DST_AS); in nf9_init_template()
1407 v6_template_out.r[rcount].type = htons(NF9_DST_AS); in nf9_init_template()
/dports/net-mgmt/nfdump/nfdump-1.6.20/
H A DREADME310 NF9_DST_AS | 17
H A DREADME.md310 NF9_DST_AS | 17