HomeSort by: relevance | last modified time | path
    Searched refs:rmt_samp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-int.h 252 struct pcap_samp rmt_samp; /* parameters related to the sampling process. */ member in struct:pcap
pcap-new.c 501 return &p->rmt_samp;
pcap-rpcap.c 1875 if (fp->rmt_samp.method == PCAP_SAMP_NOSAMP)
1883 if (fp->rmt_samp.method < 0 || fp->rmt_samp.method > 255) {
1885 "Invalid sampling method %d", fp->rmt_samp.method);
1888 if (fp->rmt_samp.value < 0 || fp->rmt_samp.value > 65535) {
1890 "Invalid sampling value %d", fp->rmt_samp.value);
1911 sampling_pars->method = (uint8)fp->rmt_samp.method;
1912 sampling_pars->value = (uint16)htonl(fp->rmt_samp.value);
pcap-npf.c 727 switch (p->rmt_samp.method) {
730 pw->samp_npkt = (pw->samp_npkt + 1) % p->rmt_samp.value;
758 pw->samp_time.tv_usec = pkt_header->ts.tv_usec + p->rmt_samp.value * 1000;
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 2040 fp->rmt_samp.method = samp_param->method;
2041 fp->rmt_samp.value = samp_param->value;

Completed in 31 milliseconds