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

  /external/libpcap/
pcap.c 227 if (p->dlt_count == 0) {
243 *dlt_buffer = (int*)calloc(sizeof(**dlt_buffer), p->dlt_count);
250 sizeof(**dlt_buffer) * p->dlt_count);
251 return (p->dlt_count);
261 if (p->dlt_count == 0 || p->set_datalink_op == NULL) {
277 for (i = 0; i < p->dlt_count; i++)
280 if (i >= p->dlt_count)
282 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
pcap-int.h 203 int dlt_count; member in struct:pcap
pcap-bpf.c 808 p->dlt_count = bdl.bfl_len;
827 if (p->linktype == DLT_EN10MB && p->dlt_count == 0) {
835 p->dlt_count = 2;
pcap-nit.c 331 p->dlt_count = 2;
pcap-snit.c 394 p->dlt_count = 2;
pcap-snoop.c 286 p->dlt_count = 2;
pcap-pf.c 392 p->dlt_count = 2;
pcap-win32.c 454 p->dlt_count = 2;
pcap-linux.c     [all...]
pcap-dag.c 1004 p->dlt_count = index;
pcap-dlpi.c 811 p->dlt_count = 2;
    [all...]

Completed in 97 milliseconds