flushmode         806 src/ftmod/ftmod_zt/ftmod_zt.c 			int flushmode = ZT_FLUSH_WRITE;
flushmode         807 src/ftmod/ftmod_zt/ftmod_zt.c 			err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);
flushmode         812 src/ftmod/ftmod_zt/ftmod_zt.c 			int flushmode = ZT_FLUSH_READ;
flushmode         813 src/ftmod/ftmod_zt/ftmod_zt.c 			err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);
flushmode         818 src/ftmod/ftmod_zt/ftmod_zt.c 			int flushmode = ZT_FLUSH_BOTH;
flushmode         819 src/ftmod/ftmod_zt/ftmod_zt.c 			err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);