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

  /external/libpcap/
pcap-pf.c 296 * don't get DLT_DOCSIS defined.
298 #ifndef DLT_DOCSIS
299 #define DLT_DOCSIS 143
378 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
392 p->dlt_list[1] = DLT_DOCSIS;
dlpisubs.c 225 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
239 p->dlt_list[1] = DLT_DOCSIS;
pcap-nit.c 321 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
335 p->dlt_list[1] = DLT_DOCSIS;
pcap-snit.c 400 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
414 p->dlt_list[1] = DLT_DOCSIS;
pcap-snoop.c 264 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
274 * DLT_DOCSIS as a Cisco CMTS won't put traffic onto it
288 p->dlt_list[1] = DLT_DOCSIS;
pcap-bpf.c 206 * don't get DLT_DOCSIS defined.
208 #ifndef DLT_DOCSIS
209 #define DLT_DOCSIS 143
579 * OK, for real Ethernet devices, add DLT_DOCSIS to the
617 bdlp->bfl_list[bdlp->bfl_len] = DLT_DOCSIS;
761 * (We don't care about DLT_DOCSIS, so we pass DLT_NULL
    [all...]
pcap-win32.c 521 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
535 p->dlt_list[1] = DLT_DOCSIS;
pcap.c 972 dlt == DLT_DOCSIS) {
976 * other type it offers is DLT_DOCSIS. That means that
1143 DLT_CHOICE(DLT_DOCSIS, "DOCSIS"),
    [all...]
pcap-dag.c 1149 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1159 p->dlt_list[dlt_index++] = DLT_DOCSIS;
    [all...]
pcap-linux.c     [all...]
gencode.c     [all...]
  /external/libpcap/pcap/
bpf.h 515 #define DLT_DOCSIS 143
    [all...]

Completed in 1637 milliseconds