Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bmp/
H A Dbmp_tlv.c94 serialize_hex(tlv->val, (u_char *) value, tlv->len); in bmp_tlv_value_print()
100 serialize_hex(tlv->val, (u_char *) value, tlv->len); in bmp_tlv_value_print()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dutil.h128 extern int serialize_hex(const u_char *, u_char *, int);
H A Dpkt_handlers.c1695 …hexbuflen = serialize_hex((pptrs->pkt_data_ptrs[cpe->pd_ptr[pd_ptr_idx].ptr_idx.n] + cpe->pd_ptr[p… in custom_primitives_handler()
3224 …hexbuflen = serialize_hex(pptrs->f_data+tpl->tpl[cpe->field_type].off, hexbuf, tpl->tpl[cpe->field… in NF_custom_primitives_handler()
3241 hexbuflen = serialize_hex(pptrs->f_data+utpl->off, hexbuf, utpl->len); in NF_custom_primitives_handler()
H A Dutil.c2446 int serialize_hex(const u_char *a, u_char *buf, int len) in serialize_hex() function