Home
last modified time | relevance | path

Searched defs:promisc (Results 1 – 9 of 9) sorted by relevance

/external/scapy/scapy/arch/
Dpcapdnet.py135 def __init__(self, device, snaplen, promisc, to_ms): argument
179 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None): argument
241 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None, nofilter=0): argument
368 def __init__(self, device, snaplen, promisc, to_ms): argument
440 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None): argument
579 def __init__(self, type = ETH_P_ALL, promisc=None, filter=None, iface=None, nofilter=0): argument
674 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None, nofilter=0): argument
Dlinux.py399 def __init__(self, type = ETH_P_ALL, filter=None, promisc=None, iface=None, nofilter=0): argument
494 def __init__(self, iface=None, type=ETH_P_ALL, promisc=None, filter=None, nofilter=0): argument
558 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None, nofilter=0): argument
/external/scapy/scapy/
Dsendrecv.py352 def sr(x, promisc=None, filter=None, iface=None, nofilter=0, *args,**kargs): argument
370 def sr1(x, promisc=None, filter=None, iface=None, nofilter=0, *args,**kargs): argument
391 def srp(x, promisc=None, iface=None, iface_hint=None, filter=None, nofilter=0, type=ETH_P_ALL, *arg… argument
539 def srflood(x, promisc=None, filter=None, iface=None, nofilter=None, *args,**kargs): argument
552 def sr1flood(x, promisc=None, filter=None, iface=None, nofilter=0, *args,**kargs): argument
568 def srpflood(x, promisc=None, filter=None, iface=None, iface_hint=None, nofilter=None, *args,**karg… argument
583 def srp1flood(x, promisc=None, filter=None, iface=None, nofilter=0, *args,**kargs): argument
Dsupersocket.py77 def __init__(self, type = ETH_P_IP, filter=None, iface=None, promisc=None, nofilter=0): argument
191 def __init__(self, iface=None, promisc=None, filter=None, nofilter=False, argument
Dconfig.py397 promisc = 1 variable in Conf
/external/scapy/scapy/arch/bpf/
Dsupersocket.py43 def __init__(self, iface=None, type=ETH_P_ALL, promisc=None, filter=None, nofilter=0): argument
/external/libpcap/
Dpcap-dos.c653 open_driver (const char *dev_name, char *ebuf, int promisc) in open_driver()
799 static int first_init (const char *name, char *ebuf, int promisc) in first_init()
Dpcap-int.h99 int promisc; member
/external/scapy/scapy/layers/
Dinet6.py3232 def __init__(self, type = ETH_P_IPV6, filter=None, iface=None, promisc=None, nofilter=0): argument