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

  /external/libpcap/
remote-ext.h 273 * In this case, the 'value' field of the 'pcap_samp' structure indicates the
283 * In this case, the 'value' field of the 'pcap_samp' structure indicates the 'waiting
381 struct pcap_samp struct
423 PCAP_API struct pcap_samp *pcap_setsampling(pcap_t *p);
  /external/scapy/scapy/modules/
winpcapy.py 609 ## struct pcap_samp
611 class pcap_samp(Structure): class in inherits:Structure
714 #struct pcap_samp * pcap_setsampling (pcap_t *p)
717 pcap_setsampling.restype = POINTER(pcap_samp)

Completed in 328 milliseconds