Searched refs:notans (Results 1 – 1 of 1) sorted by relevance
/external/scapy/scapy/ |
D | sendrecv.py | 79 def _sndrcv_rcv(pks, tobesent, stopevent, nbrecv, notans, verbose, chainCC, argument 137 notans -= 1 140 notans -= 1 143 if notans == 0 and not multi: 158 return (hsent, ans, nbrecv, notans) 187 notans = len(tobesent) 206 hsent, newans, nbrecv, notans = _sndrcv_rcv( 207 (rcv_pks or pks), tobesent, stopevent, nbrecv, notans, verbose, chainCC, multi, 235 …\nReceived %i packets, got %i answers, remaining %i packets" % (nbrecv+len(ans), len(ans), notans)) 525 …hsent, ans, nbrecv, notans = _sndrcv_rcv(pks, tobesent, stopevent, 0, len(tobesent), verbose, chai… [all …]
|