Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftxlate.c91 struct ftxlate_def *cur_def;
140 struct ftxlate_def { struct
141 FT_SLIST_ENTRY(ftxlate_def) chain;
451 struct ftxlate_def *ftx; in ftxlate_def_find()
461 return (struct ftxlate_def*)0L; in ftxlate_def_find()
493 struct ftxlate_def *ftx; in ftxlate_free()
592 int ftxlate_def_eval(struct ftxlate_def *ftx, in ftxlate_def_eval()
1252 struct ftxlate_def *ftx; in parse_def()
1273 if (!(ftx = (struct ftxlate_def*)malloc(sizeof in parse_def()
1274 (struct ftxlate_def)))) { in parse_def()
[all …]
H A Dftlib.h2027 FT_SLIST_HEAD(xdefshead, ftxlate_def) defs; /* list of definitions */
2699 int ftxlate_def_eval(struct ftxlate_def *ftd, char *rec,
2701 struct ftxlate_def *ftxlate_def_find(struct ftxlate *ftxlate, const char *name);
2702 int ftxlate_def_test_xfields(struct ftxlate_def *active_def, uint64_t test);
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-xlate.c55 struct ftxlate_def *ftfd; in main()
H A Dflow-capture.c155 struct ftxlate_def *ftxd;
214 ftxd = (struct ftxlate_def*)0L;