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

  /external/libpcap/
pcap.c 899 if (p->dlt_count == 0) {
915 *dlt_buffer = (int*)calloc(sizeof(**dlt_buffer), p->dlt_count);
922 sizeof(**dlt_buffer) * p->dlt_count);
923 return (p->dlt_count);
950 if (p->dlt_count == 0 || p->set_datalink_op == NULL) {
966 for (i = 0; i < p->dlt_count; i++)
969 if (i >= p->dlt_count)
971 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
    [all...]
dlpisubs.c 240 p->dlt_count = 2;
pcap-int.h 190 int dlt_count; member in struct:pcap
pcap-nit.c 336 p->dlt_count = 2;
pcap-bpf.c     [all...]
pcap-snit.c 415 p->dlt_count = 2;
pcap-snoop.c 289 p->dlt_count = 2;
pcap-pf.c 393 p->dlt_count = 2;
pcap-netfilter-linux.c 502 handle->dlt_count = 2;
pcap-win32.c 536 p->dlt_count = 2;
pcap-dag.c     [all...]
pcap-linux.c     [all...]

Completed in 213 milliseconds