/freebsd/contrib/libpcap/ |
H A D | pcap-pf.c | 392 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 D | dlpisubs.c | 234 p->linktype = DLT_EN10MB; in pcap_process_mactype() 252 p->dlt_list[0] = DLT_EN10MB; in pcap_process_mactype()
|
H A D | pcap-nit.c | 319 p->linktype = DLT_EN10MB; in pcap_activate_nit() 350 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_nit()
|
H A D | pcap-snit.c | 410 p->linktype = DLT_EN10MB; in pcap_activate_snit() 444 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_snit()
|
H A D | pcap-snoop.c | 260 p->linktype = DLT_EN10MB; in pcap_activate_snoop() 289 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_snoop()
|
H A D | pcap-tc.c | 519 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 D | pcap-enet.c | 226 *linktype = DLT_EN10MB; in initdevice()
|
H A D | pcap-bpf.c | 947 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 D | pcap-npf.c | 1131 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 D | pcap-common.c | 112 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
|
H A D | pcap-dag.c | 555 if ((p->linktype != DLT_EN10MB) && in dag_read() 1337 p->dlt_list[dlt_index++] = DLT_EN10MB; 1340 p->linktype = DLT_EN10MB;
|
H A D | pcap-linux.c | 973 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 D | pcap-netmap.c | 263 p->linktype = DLT_EN10MB; in pcap_netmap_activate()
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | 314 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 D | l2_packet_freebsd.c | 132 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 D | l2_packet_pcap.c | 225 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 D | dlnames.c | 55 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_bpf.c | 105 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN); in ipfw_clone_create()
|
/freebsd/usr.sbin/wake/ |
H A D | wake.c | 100 if (dlt != DLT_EN10MB) in bind_if_to_bpf()
|
/freebsd/contrib/libpcap/pcap/ |
H A D | dlt.h | 68 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
/freebsd/sys/net/ |
H A D | dlt.h | 61 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
/freebsd/sbin/ipf/ipf/ |
H A D | bpf-ipf.h | 177 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
/freebsd/sys/netgraph/ |
H A D | ng_checksum.c | 219 case DLT_EN10MB: in ng_checksum_rcvmsg() 583 case DLT_EN10MB: in ng_checksum_rcvdata()
|
H A D | ng_patch.c | 328 case DLT_EN10MB: in ng_patch_rcvmsg() 589 case DLT_EN10MB: in ng_patch_rcvdata()
|
/freebsd/libexec/rbootd/ |
H A D | bpf.c | 115 if (n != DLT_EN10MB) { in BpfOpen()
|