HomeSort by relevance Sort by last modified time
    Searched defs:pcap_stat (Results 1 - 2 of 2) sorted by null

  /external/libpcap/pcap/
pcap.h 171 struct pcap_stat { struct
382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
493 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
  /external/scapy/scapy/modules/
winpcapy.py 150 ## struct pcap_stat
152 class pcap_stat(Structure): class in inherits:Structure
161 pcap_stat._fields_=_tmpList
455 #int pcap_stats (pcap_t *p, struct pcap_stat *ps)
459 pcap_stats.argtypes = [POINTER(pcap_t), POINTER(pcap_stat)]
636 #struct pcap_stat * pcap_stats_ex (pcap_t *p, int *pcap_stat_size)
639 pcap_stats_ex.restype = POINTER(pcap_stat)

Completed in 193 milliseconds