Home | History | Annotate | Download | only in scapy

Lines Matching refs:next_timeout

801                 next_timeout,timeout_func = next(expirations)
811 if next_timeout is not None:
812 if next_timeout <= t:
814 next_timeout,timeout_func = next(expirations)
815 if next_timeout is None:
818 remain = next_timeout-t