Home
last modified time | relevance | path

Searched defs:attach_filter (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/arch/bpf/
Dcore.py101 def attach_filter(fd, iface, bpf_filter_string): function
/external/bcc/tests/python/
Dtest_brb2.py117 def attach_filter(self, ifname, fd, name): member in TestBPFSocket
/external/scapy/scapy/arch/
Dlinux.py136 def attach_filter(s, bpf_filter, iface): function