Home | History | Annotate | Download | only in impacket

Lines Matching refs:ready

518                 ready, _, _ = select.select([ self.__sock.fileno() ], [ ] , [ ], timeout)
519 if not ready:
563 ready, _, _ = select.select([ self.__sock.fileno() ], [ ] , [ ], timeout)
564 if not ready:
887 ready, _, _ = select.select([self._sock.fileno() ], [ ], [ ], 0)
889 if not ready:
915 ready, _, _ = select.select([self._sock.fileno() ], [ ], [ ], timeout)
917 if not ready: