Searched refs:rmt_samp (Results 1 – 3 of 3) sorted by relevance
386 struct pcap_samp rmt_samp; //!< Keeps the parameters related to the sampling process. member
1613 if (md->rmt_samp.method == PCAP_SAMP_NOSAMP) in pcap_setsampling_remote()1631 sampling_pars->method = md->rmt_samp.method; in pcap_setsampling_remote()1632 sampling_pars->value = htonl(md->rmt_samp.value); in pcap_setsampling_remote()
998 return &(md->rmt_samp); in pcap_setsampling()