Searched refs:bpf_select (Results 1 – 3 of 3) sorted by relevance
61 from scapy.arch.bpf.supersocket import isBPFSocket, bpf_select64 l = bpf_select([L2bpfSocket()])65 l = bpf_select([L2bpfSocket(), sys.stdin.fileno()])
92 from scapy.arch.bpf.supersocket import bpf_select94 if bpf_select([pks]):715 from scapy.arch.bpf.supersocket import bpf_select717 return bpf_select(sockets, remain)
347 def bpf_select(fds_list, timeout=None): function