Home
last modified time | relevance | path

Searched defs:promisc (Results 1 – 11 of 11) 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/libpcap/
Dpcap-dos.c669 open_driver (const char *dev_name, char *ebuf, int promisc) in open_driver()
815 static int first_init (const char *name, char *ebuf, int promisc) in first_init()
1207 int promisc = (dev->flags & IFF_PROMISC); in ndis_open() local
Dpcap-int.h167 int promisc; member
Dpcap.c2552 pcap_set_promisc(pcap_t *p, int promisc)
2757 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, char *errbuf)
/external/scapy/scapy/arch/bpf/
Dsupersocket.py43 def __init__(self, iface=None, type=ETH_P_ALL, promisc=None, filter=None, nofilter=0): argument
/external/scapy/scapy/layers/
Dinet6.py3232 def __init__(self, type = ETH_P_IPV6, filter=None, iface=None, promisc=None, nofilter=0): argument
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h71322 u8 promisc; member