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

  /external/scapy/scapy/modules/
winpcapy.py 636 #struct pcap_stat * pcap_stats_ex (pcap_t *p, int *pcap_stat_size)
638 pcap_stats_ex = _lib.pcap_stats_ex variable
639 pcap_stats_ex.restype = POINTER(pcap_stat)
640 pcap_stats_ex.argtypes = [POINTER(pcap_t), POINTER(c_int)]
  /external/libpcap/pcap/
pcap.h 184 * As returned by the pcap_stats_ex()
493 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
515 PCAP_API int pcap_stats_ex (pcap_t *, struct pcap_stat_ex *);
  /external/libpcap/
pcap-dos.c 397 int pcap_stats_ex (pcap_t *p, struct pcap_stat_ex *se) function
    [all...]
pcap.c 1679 pcap_stats_ex(pcap_t *p, int *pcap_stat_size) function
    [all...]

Completed in 69 milliseconds