Searched refs:DLT_EN10MB (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | if_fake.c | 1169 bpf_tap_packet_in(dif->iff_ifp, DLT_EN10MB, dph, NULL, 0); in feth_rx_submit() 1254 bpf_tap_packet_in(dif->iff_ifp, DLT_EN10MB, dph, NULL, 0); in feth_rx_queue_submit() 1713 bpf_tap_packet_out(ifp, DLT_EN10MB, sph, NULL, 0); in feth_nx_sync_tx() 2216 bpf_tap_packet_out(fakeif->iff_ifp, DLT_EN10MB, sph, NULL, 0); in feth_nx_tx_queue_deliver_pkt_chain() 2822 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in feth_clone_create() 2983 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in feth_output_common() 2997 bpf_tap_in(peer, DLT_EN10MB, m, frame_header, in feth_output_common()
|
| H A D | bpf.h | 321 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
| H A D | if_vlan.c | 1035 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in vlan_clone_create() 1114 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in vlan_output() 1282 bpf_tap_in(ifp, DLT_EN10MB, m, frame_header, ETHER_HDR_LEN); in vlan_input()
|
| H A D | pktap.c | 1192 hdr->pth_dlt = DLT_EN10MB; in pktap_bpf_tap() 1443 } else if (dlt == DLT_EN10MB) { in pktap_bpf_tap_packet()
|
| H A D | bpf.c | 291 case DLT_EN10MB: in bpf_movein() 418 case DLT_EN10MB: { in bpf_movein() 3690 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
|
| H A D | if_headless.c | 1207 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in headless_clone_create()
|
| H A D | if_bridge.c | 1604 error = bpf_attach(ifp, DLT_EN10MB, sizeof(struct ether_header), in bridge_clone_create() 6115 bpf_tap_in(iface, DLT_EN10MB, m, NULL, 0); \ 6411 bpf_tap_in(dst_if, DLT_EN10MB, mc_in, NULL, 0);
|
| H A D | if_bond.c | 1238 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in bond_clone_create()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 368 pktap_input_packet(nif->nif_ifp, AF_INET6, DLT_EN10MB, in nx_netif_snoop() 372 pktap_output_packet(nif->nif_ifp, AF_INET6, DLT_EN10MB, in nx_netif_snoop()
|
| H A D | nx_netif_util.c | 761 dlt = DLT_EN10MB; in nx_netif_pktap_output()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 286 fsw->fsw_ifp_dlt = DLT_EN10MB; in fsw_setup_ifp() 1002 (fsw->fsw_ifp_dlt != DLT_EN10MB)) { in fsw_ifnet_event_callback()
|