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

  /src/external/bsd/libpcap/dist/
pcap-nit.c 357 p->dlt_count = 2;
pcap-int.h 339 int dlt_count; member in struct:pcap
pcap-bpf.c 2379 p->dlt_count = bdl.bfl_len;
2523 if (v == DLT_EN10MB && p->dlt_count == 0) {
2533 p->dlt_count = 2;
3357 for (i = 0; i < p->dlt_count; i++) {
3384 p->dlt_count = j;
3401 for (i = 0; i < p->dlt_count; i++) {
3438 p->dlt_count = j;
pcap.c 3034 if (p->dlt_count == 0) {
3050 *dlt_buffer = (int*)calloc(p->dlt_count, sizeof(**dlt_buffer));
3057 sizeof(**dlt_buffer) * p->dlt_count);
3058 return (p->dlt_count);
3088 if (p->dlt_count == 0 || p->set_datalink_op == NULL) {
3104 for (i = 0; i < p->dlt_count; i++)
3107 if (i >= p->dlt_count)
3109 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
4185 p->dlt_count = 0;
pcap-snoop.c 296 p->dlt_count = 2;
dlpisubs.c 269 p->dlt_count = 2;
pcap-pf.c 418 p->dlt_count = 2;
pcap-snit.c 451 p->dlt_count = 2;
pcap-airpcap.c 905 p->dlt_count = 3;
pcap-netfilter-linux.c 627 handle->dlt_count = 2;
pcap-linux.c 2089 handle->dlt_count = 2;
2388 handle->dlt_count = 3;
2645 handle->dlt_count = 0;
2714 handle->dlt_count = 2;
pcap-tc.c 548 p->dlt_count = 2;
pcap-dag.c 1404 p->dlt_count = dlt_index;
pcap-npf.c 1153 p->dlt_count = 2;

Completed in 34 milliseconds