HomeSort by: relevance | last modified time | path
    Searched refs:DLT_EN10MB (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/bsd/tcpdump/dist/missing/
dlnames.c 55 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
  /src/external/bsd/libpcap/dist/
dlpisubs.c 239 p->linktype = DLT_EN10MB;
243 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
257 p->dlt_list[0] = DLT_EN10MB;
pcap-nit.c 324 p->linktype = DLT_EN10MB;
341 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
355 p->dlt_list[0] = DLT_EN10MB;
pcap-pf.c 397 p->linktype = DLT_EN10MB;
401 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
416 p->dlt_list[0] = DLT_EN10MB;
443 p->linktype = DLT_EN10MB;
pcap-enet.c 231 *linktype = DLT_EN10MB;
pcap-snoop.c 265 p->linktype = DLT_EN10MB;
270 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
294 p->dlt_list[0] = DLT_EN10MB;
pcap-snit.c 415 p->linktype = DLT_EN10MB;
434 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
449 p->dlt_list[0] = DLT_EN10MB;
pcap-common.c 117 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
pcap-netmap.c 263 p->linktype = DLT_EN10MB;
pcap-tc.c 519 pPpiHeader->PacketHeader.PphDlt = DLT_EN10MB;
539 p->linktype = DLT_EN10MB;
546 p->dlt_list[0] = DLT_EN10MB;
940 if (p->linktype == DLT_EN10MB)
pcap-bpf.c 943 * that has a link-layer type of DLT_EN10MB and that has
955 if (v == DLT_EN10MB) {
958 if (bdlp->bfl_list[i] != DLT_EN10MB
2322 v = DLT_EN10MB;
2387 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
2393 * the DLT_EN10MB value, as you can't get that in monitor mode,
2418 * Purge DLT_EN10MB from the list
2517 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
2523 if (v == DLT_EN10MB && p->dlt_count == 0) {
2531 p->dlt_list[0] = DLT_EN10MB;
    [all...]
pcap-haiku.c 285 handle->linktype = DLT_EN10MB;
pcap-npf.c 1131 p->linktype = DLT_EN10MB;
1134 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1149 p->dlt_list[0] = DLT_EN10MB;
1166 p->linktype = DLT_EN10MB;
1228 p->linktype = DLT_EN10MB;
1230 "Unknown NdisMedium value %d, defaulting to DLT_EN10MB",
  /src/sys/net/
dlt.h 70 #define DLT_EN10MB 1 /* Ethernet (10Mb) */
  /src/usr.sbin/mopd/common/
pf.c 122 if (dlt != DLT_EN10MB) {
  /src/usr.sbin/wakeonlan/
wakeonlan.c 108 if (dlt != DLT_EN10MB) {
  /src/external/bsd/libpcap/dist/pcap/
dlt.h 68 #define DLT_EN10MB 1 /* Ethernet (10Mb) */
  /src/tests/net/bpf/
t_bpf.c 281 ATF_REQUIRE(dlt == DLT_EN10MB);
325 ATF_REQUIRE(dltlist.bfl_list[0] == DLT_EN10MB);
  /src/external/bsd/wpa/dist/src/l2_packet/
l2_packet_freebsd.c 129 if (pcap_datalink(l2->pcap) != DLT_EN10MB &&
130 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) {
131 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
l2_packet_pcap.c 225 if (pcap_datalink(l2->pcap) != DLT_EN10MB &&
226 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) {
227 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
  /src/usr.bin/shmif_dumpbus/
shmif_dumpbus.c 199 pcap_t *pcap = pcap_open_dead(DLT_EN10MB, 1518);
  /src/usr.sbin/rbootd/
bpf.c 124 if (n != DLT_EN10MB) {
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 182 #define DLT_EN10MB 1 /* Ethernet (10Mb) */
  /src/sys/rump/net/lib/libvirtif/
if_virt.c 122 ifp->if_dlt = DLT_EN10MB;
  /src/external/bsd/tcpdump/dist/
print.c 92 { ether_if_print, DLT_EN10MB },

Completed in 77 milliseconds

1 2