Home | History | Annotate | Download | only in libpcap

Lines Matching refs:DLT_EN10MB

584 		 * that has a link-layer type of DLT_EN10MB and that has
596 if (v == DLT_EN10MB) {
599 if (bdlp->bfl_list[i] != DLT_EN10MB
1850 v = DLT_EN10MB;
1915 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
1921 * the DLT_EN10MB value, as you can't get that in monitor mode,
1946 * Purge DLT_EN10MB from the list
2045 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
2051 if (v == DLT_EN10MB && p->dlt_count == 0) {
2057 p->dlt_list[0] = DLT_EN10MB;
2542 * Remove DLT_EN10MB from the list of DLT_ values, as we're in monitor mode,
2543 * and DLT_EN10MB isn't supported in monitor mode.
2551 * Scan the list of DLT_ values and discard DLT_EN10MB.
2557 case DLT_EN10MB: