HomeSort by relevance Sort by last modified time
    Searched refs:pcap_stats (Results 1 - 5 of 5) sorted by null

  /external/scapy/scapy/modules/
winpcapy.py 455 #int pcap_stats (pcap_t *p, struct pcap_stat *ps)
457 pcap_stats = _lib.pcap_stats variable
458 pcap_stats.restype = c_int
459 pcap_stats.argtypes = [POINTER(pcap_t), POINTER(pcap_stat)]
  /external/libpcap/pcap/
pcap.h 169 * As returned by the pcap_stats()
382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
  /external/libpcap/
pcap-dos.c 457 if (pcap_stats(p,NULL) < 0)
    [all...]
pcap.c 1664 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
    [all...]
  /external/tcpdump/
tcpdump.c     [all...]

Completed in 73 milliseconds