| /external/scapy/scapy/arch/ | 
| D | pcapdnet.py | 135       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
  | 
| D | linux.py | 399     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/ | 
| D | sendrecv.py | 352 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
  | 
| D | supersocket.py | 77     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
  | 
| D | config.py | 397     promisc = 1  variable in Conf
  | 
| /external/libpcap/ | 
| D | pcap-dos.c | 669 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
  | 
| D | pcap-int.h | 167 	int	promisc;  member
  | 
| D | pcap.c | 2552 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/ | 
| D | supersocket.py | 43     def __init__(self, iface=None, type=ETH_P_ALL, promisc=None, filter=None, nofilter=0):  argument
  | 
| /external/scapy/scapy/layers/ | 
| D | inet6.py | 3232     def __init__(self, type = ETH_P_IPV6, filter=None, iface=None, promisc=None, nofilter=0):  argument
  | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 71322 	u8 promisc;  member
  |