Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftio.c1229 if (ftio->flags & FT_IO_FLAG_HEADER_DONE) { in ftio_write_header()
1487 ftio->flags |= FT_IO_FLAG_HEADER_DONE; in ftio_write_header()
H A Dftlib.h112 #define FT_IO_FLAG_HEADER_DONE 0x10 /* header written */ macro