HomeSort by relevance Sort by last modified time
    Searched refs:chainCC (Results 1 - 4 of 4) sorted by null

  /external/scapy/scapy/
sendrecv.py 79 def _sndrcv_rcv(pks, tobesent, stopevent, nbrecv, notans, verbose, chainCC,
152 if chainCC:
160 def sndrcv(pks, pkt, timeout=None, inter=0, verbose=None, chainCC=False,
207 (rcv_pks or pks), tobesent, stopevent, nbrecv, notans, verbose, chainCC, multi,
453 res = srfunc(pkts, timeout=timeout, verbose=0, chainCC=True, *args, **kargs)
497 def sndrcvflood(pks, pkt, inter=0, verbose=None, chainCC=False, prn=lambda x: x):
525 hsent, ans, nbrecv, notans = _sndrcv_rcv(pks, tobesent, stopevent, 0, len(tobesent), verbose, chainCC, False)
  /external/scapy/scapy/layers/
snmp.py 249 r = sr1(IP(dst=dst)/UDP(sport=RandShort())/SNMP(community=community, PDU=SNMPnext(varbindlist=[SNMPvarbind(oid=oid)])),timeout=2, chainCC=1, verbose=0, retry=2)
l2.py 60 def getmacbyip(ip, chainCC=0):
83 chainCC=chainCC,
inet6.py 94 def neighsol(addr, src, iface, timeout=1, chainCC=0):
111 chainCC=chainCC)
116 def getmacbyip6(ip6, chainCC=0):
122 (chainCC parameter value ends up being passed to sending function
145 res = neighsol(ip6, a, iff, chainCC=chainCC)
    [all...]

Completed in 131 milliseconds