Home
last modified time | relevance | path

Searched refs:FT_FIELD_SEQ_RESET (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftio.c559 ftio->fth.fields |= FT_FIELD_SEQ_RESET; in ftio_set_reset()
1406 if (ftio->fth.fields & FT_FIELD_SEQ_RESET) { in ftio_write_header()
1839 if (fields & FT_FIELD_SEQ_RESET) in ftio_header_print()
2629 ihead->fields |= FT_FIELD_SEQ_RESET; in ftiheader_read()
H A Dftlib.h228 #define FT_FIELD_SEQ_RESET 0x00002000L macro
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-cat.c420 if (ftio_in.fth.fields & FT_FIELD_SEQ_RESET) in main()