Home
last modified time | relevance | path

Searched refs:otpl_field (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dnfv9_template.c403 struct otpl_field *otpl_field = (struct otpl_field *) tpl->list[field_idx].ptr; in save_template() local
406 int tpl_index = (otpl_field - tpl->tpl); in save_template()
409 json_object_set_new_nocheck(json_otpl_field, "off", json_integer(otpl_field->off)); in save_template()
575 struct otpl_field otpl; in nfacctd_offline_read_json_template()
580 memset(&otpl, 0, sizeof (struct otpl_field)); in nfacctd_offline_read_json_template()
616 memcpy(&ret->tpl[tpl_index], &otpl, sizeof(struct otpl_field)); in nfacctd_offline_read_json_template()
709 struct otpl_field otpl; in nfacctd_offline_read_json_template()
711 memset(&otpl, 0, sizeof (struct otpl_field)); in nfacctd_offline_read_json_template()
734 memcpy(&ret->tpl[tpl_idx], &otpl, sizeof(struct otpl_field)); in nfacctd_offline_read_json_template()
1213 struct otpl_field *otpl_ptr; in resolve_vlen_template()
[all …]
H A Dnfacctd.h429 struct otpl_field { struct
464 struct otpl_field tpl[NF9_MAX_DEFINED_FIELD];