Home
last modified time | relevance | path

Searched refs:DLT_EN10MB (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/libpcap/
H A Dpcap-pf.c392 p->linktype = DLT_EN10MB; in pcap_activate_pf()
411 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_pf()
438 p->linktype = DLT_EN10MB; in pcap_activate_pf()
H A Ddlpisubs.c234 p->linktype = DLT_EN10MB; in pcap_process_mactype()
252 p->dlt_list[0] = DLT_EN10MB; in pcap_process_mactype()
H A Dpcap-nit.c319 p->linktype = DLT_EN10MB; in pcap_activate_nit()
350 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_nit()
H A Dpcap-snit.c410 p->linktype = DLT_EN10MB; in pcap_activate_snit()
444 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_snit()
H A Dpcap-snoop.c260 p->linktype = DLT_EN10MB; in pcap_activate_snoop()
289 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_snoop()
H A Dpcap-tc.c519 pPpiHeader->PacketHeader.PphDlt = DLT_EN10MB; in TcActivate()
539 p->linktype = DLT_EN10MB; in TcActivate()
546 p->dlt_list[0] = DLT_EN10MB; in TcActivate()
940 if (p->linktype == DLT_EN10MB) in TcRead()
H A Dpcap-enet.c226 *linktype = DLT_EN10MB; in initdevice()
H A Dpcap-bpf.c947 if (v == DLT_EN10MB) { in get_dlt_list()
950 if (bdlp->bfl_list[i] != DLT_EN10MB in get_dlt_list()
2314 v = DLT_EN10MB;
2515 if (v == DLT_EN10MB && p->dlt_count == 0) {
2523 p->dlt_list[0] = DLT_EN10MB;
3352 case DLT_EN10MB:
H A Dpcap-npf.c1131 p->linktype = DLT_EN10MB; in pcap_activate_npf()
1149 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_npf()
1166 p->linktype = DLT_EN10MB; in pcap_activate_npf()
1228 p->linktype = DLT_EN10MB; in pcap_activate_npf()
H A Dpcap-common.c112 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
H A Dpcap-dag.c555 if ((p->linktype != DLT_EN10MB) && in dag_read()
1337 p->dlt_list[dlt_index++] = DLT_EN10MB;
1340 p->linktype = DLT_EN10MB;
H A Dpcap-linux.c973 case DLT_EN10MB: in set_vlan_offset()
1945 handle->dlt_list[0] = DLT_EN10MB; in map_arphrd_to_dlt()
1953 handle->linktype = DLT_EN10MB; in map_arphrd_to_dlt()
2458 (handle->linktype == DLT_EN10MB && in setup_socket()
3004 if (handle->linktype == DLT_EN10MB) { in create_ring()
5279 { "none", DLT_EN10MB },
5338 case DLT_EN10MB: in iface_dsa_get_proto_info()
H A Dpcap-netmap.c263 p->linktype = DLT_EN10MB; in pcap_netmap_activate()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c314 iface->info.ifinfo_dlt = DLT_EN10MB; in ng_netflow_newhook()
438 case DLT_EN10MB: in ng_netflow_rcvmsg()
439 iface->info.ifinfo_dlt = DLT_EN10MB; in ng_netflow_rcvmsg()
698 case DLT_EN10MB: /* Ethernet */ in ng_netflow_rcvdata()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c132 if (pcap_datalink(l2->pcap) != DLT_EN10MB && in l2_packet_init_libpcap()
133 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { in l2_packet_init_libpcap()
H A Dl2_packet_pcap.c225 if (pcap_datalink(l2->pcap) != DLT_EN10MB && in l2_packet_init_libpcap()
226 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { in l2_packet_init_libpcap()
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c55 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_bpf.c105 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN); in ipfw_clone_create()
/freebsd/usr.sbin/wake/
H A Dwake.c100 if (dlt != DLT_EN10MB) in bind_if_to_bpf()
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h68 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd/sys/net/
H A Ddlt.h61 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h177 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd/sys/netgraph/
H A Dng_checksum.c219 case DLT_EN10MB: in ng_checksum_rcvmsg()
583 case DLT_EN10MB: in ng_checksum_rcvdata()
H A Dng_patch.c328 case DLT_EN10MB: in ng_patch_rcvmsg()
589 case DLT_EN10MB: in ng_patch_rcvdata()
/freebsd/libexec/rbootd/
H A Dbpf.c115 if (n != DLT_EN10MB) { in BpfOpen()

12