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

  /external/libpcap/
pcap-pf.c 289 * don't get DLT_DOCSIS defined.
291 #ifndef DLT_DOCSIS
292 #define DLT_DOCSIS 143
377 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
391 p->dlt_list[1] = DLT_DOCSIS;
pcap-bpf.c 586 * don't get DLT_DOCSIS defined.
588 #ifndef DLT_DOCSIS
589 #define DLT_DOCSIS 143
775 * OK, for real Ethernet devices, add DLT_DOCSIS to the
804 bdl.bfl_list[bdl.bfl_len] = DLT_DOCSIS;
821 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
822 * 802.11 interfaces DLT_DOCSIS, which isn't the right thing to
834 p->dlt_list[1] = DLT_DOCSIS;
pcap-bpf.h 439 #define DLT_DOCSIS 143
pcap-nit.c 316 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
330 p->dlt_list[1] = DLT_DOCSIS;
pcap.c 283 dlt == DLT_DOCSIS) {
287 * other type it offers is DLT_DOCSIS. That means that
355 DLT_CHOICE(DLT_DOCSIS, "DOCSIS"),
pcap-snit.c 379 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
393 p->dlt_list[1] = DLT_DOCSIS;
pcap-snoop.c 261 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
271 * DLT_DOCSIS as a Cisco CMTS won't put traffic onto it
285 p->dlt_list[1] = DLT_DOCSIS;
pcap-win32.c 439 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
453 p->dlt_list[1] = DLT_DOCSIS;
savefile.c 688 { DLT_DOCSIS, LINKTYPE_DOCSIS },
    [all...]
pcap-dag.c 941 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
951 p->dlt_list[index++] = DLT_DOCSIS;
pcap-dlpi.c 796 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
810 p->dlt_list[1] = DLT_DOCSIS;
    [all...]
pcap-linux.c     [all...]
gencode.c 1168 case DLT_DOCSIS:
    [all...]

Completed in 115 milliseconds