Searched refs:DLT_DOCSIS (Results 1 - 13 of 13) sorted by relevance

/external/libpcap/
H A Dpcap-pf.c289 * don't get DLT_DOCSIS defined.
291 #ifndef DLT_DOCSIS
292 #define DLT_DOCSIS 143 macro
377 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
391 p->dlt_list[1] = DLT_DOCSIS;
H A Dpcap-bpf.c586 * don't get DLT_DOCSIS defined.
588 #ifndef DLT_DOCSIS
589 #define DLT_DOCSIS 143 macro
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;
H A Dpcap-bpf.h439 #define DLT_DOCSIS 143 macro
H A Dpcap-nit.c316 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
330 p->dlt_list[1] = DLT_DOCSIS;
H A Dpcap.c283 dlt == DLT_DOCSIS) {
287 * other type it offers is DLT_DOCSIS. That means that
355 DLT_CHOICE(DLT_DOCSIS, "DOCSIS"),
H A Dpcap-snit.c379 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
393 p->dlt_list[1] = DLT_DOCSIS;
H A Dpcap-snoop.c261 * 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;
H A Dpcap-win32.c439 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
453 p->dlt_list[1] = DLT_DOCSIS;
H A Dsavefile.c688 { DLT_DOCSIS, LINKTYPE_DOCSIS },
H A Dpcap-dag.c941 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
951 p->dlt_list[index++] = DLT_DOCSIS;
H A Dpcap-dlpi.c796 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
810 p->dlt_list[1] = DLT_DOCSIS;
H A Dpcap-linux.c1105 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1114 * ARPHRD_ETHER but that *shouldn't offer DLT_DOCSIS as
1126 handle->dlt_list[1] = DLT_DOCSIS;
H A Dgencode.c1168 case DLT_DOCSIS:
2583 case DLT_DOCSIS:

Completed in 106 milliseconds