Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftio.c326 if (flag & FT_IO_FLAG_NO_SWAP) in ftio_init()
327 ftio->flags |= FT_IO_FLAG_NO_SWAP; in ftio_init()
1531 if (!(ftio->flags & FT_IO_FLAG_NO_SWAP)) { in ftio_write()
1622 if (!(ftio->flags & FT_IO_FLAG_NO_SWAP)) { in ftio_write()
2865 ftio->flags |= FT_IO_FLAG_NO_SWAP; in ftio_interrupt()
H A Dftlib.h109 #define FT_IO_FLAG_NO_SWAP 0x2 /* do not swap on write */ macro
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-capture.c735 FT_IO_FLAG_NO_SWAP | FT_IO_FLAG_WRITE) < 0) {
1042 if (ftio_init(&ftio, cap_file.fd, FT_IO_FLAG_NO_SWAP | FT_IO_FLAG_WRITE |
H A Dflow-receive.c359 if (ftio_init(&ftio, out_fd, FT_IO_FLAG_NO_SWAP | FT_IO_FLAG_WRITE | in main()