Home
last modified time | relevance | path

Searched refs:_tmpList (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/modules/
Dwinpcapy.py156 _tmpList = [("ps_recv", c_uint), ("ps_drop", c_uint), ("ps_ifdrop", c_uint)] variable
158 _tmpList.append(("ps_capt",c_uint))
159 _tmpList.append(("ps_sent",c_uint))
160 _tmpList.append(("ps_netdrop",c_uint))
161 pcap_stat._fields_=_tmpList