flushmode         825 src/ftmod/ftmod_zt/ftmod_zt.c 			int flushmode = ZT_FLUSH_WRITE;
flushmode         826 src/ftmod/ftmod_zt/ftmod_zt.c 			err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);
flushmode         831 src/ftmod/ftmod_zt/ftmod_zt.c 			int flushmode = ZT_FLUSH_READ;
flushmode         832 src/ftmod/ftmod_zt/ftmod_zt.c 			err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);
flushmode         837 src/ftmod/ftmod_zt/ftmod_zt.c 			int flushmode = ZT_FLUSH_BOTH;
flushmode         838 src/ftmod/ftmod_zt/ftmod_zt.c 			err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);