Searched refs:dumpfile (Results 1 – 1 of 1) sorted by relevance
36 int dumpfile; member279 if (write_shb(options->dumpfile)) { in handle_rx()282 if (write_idb(options->dumpfile)) { in handle_rx()308 if (write_packet(options->dumpfile, iobuf + e->offset, e->length)) { in handle_rx()367 if (argc < 1 || options->dumpfile != -1) { in parse_args()370 options->dumpfile = open(argv[0], O_WRONLY | O_CREAT); in parse_args()371 if (options->dumpfile < 0) { in parse_args()408 options.dumpfile = -1; in main()495 if (options.dumpfile != -1) { in main()496 close(options.dumpfile); in main()
Completed in 3 milliseconds