Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c368 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 Dnx_netif_util.c766 dlt = DLT_EN10MB; in nx_netif_pktap_output()
/xnu-10002.81.5/bsd/net/
H A Dif_fake.c1351 bpf_tap_packet_in(dif->iff_ifp, DLT_EN10MB, dph, NULL, 0); in feth_rx_submit()
1437 bpf_tap_packet_in(dif->iff_ifp, DLT_EN10MB, dph, NULL, 0); in feth_rx_queue_submit()
2101 bpf_tap_packet_out(ifp, DLT_EN10MB, sph, NULL, 0); in feth_nx_sync_tx()
2679 bpf_tap_packet_out(fakeif->iff_ifp, DLT_EN10MB, sph, NULL, 0); in feth_nx_tx_queue_deliver_pkt_chain()
3327 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in feth_clone_create()
3488 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in feth_output_common()
3502 bpf_tap_in(peer, DLT_EN10MB, m, frame_header, in feth_output_common()
H A Dif_vlan.c1031 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in vlan_clone_create()
1110 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in vlan_output()
1276 bpf_tap_in(ifp, DLT_EN10MB, m, frame_header, ETHER_HDR_LEN); in vlan_input()
H A Dbpf.h416 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
H A Dpktap.c1190 hdr->pth_dlt = DLT_EN10MB; in pktap_bpf_tap()
1442 } else if (dlt == DLT_EN10MB) { in pktap_bpf_tap_packet()
H A Dif_redirect.c233 dlt = DLT_EN10MB; in redirect_bpf_tap()
1231 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in redirect_clone_create()
H A Dbpf.c349 case DLT_EN10MB: in bpf_movein()
492 case DLT_EN10MB: { in bpf_movein()
4295 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
H A Dif_headless.c1200 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in headless_clone_create()
H A Dif_bridge.c1653 error = bpf_attach(ifp, DLT_EN10MB, sizeof(struct ether_header), in bridge_clone_create()
6294 bpf_tap_in(iface, DLT_EN10MB, m, NULL, 0); \
6590 bpf_tap_in(dst_if, DLT_EN10MB, mc_in, NULL, 0);
H A Dif_bond.c1232 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in bond_clone_create()
/xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c407 fsw->fsw_ifp_dlt = DLT_EN10MB; in fsw_setup_ifp()
1136 (fsw->fsw_ifp_dlt != DLT_EN10MB)) { in fsw_ifnet_event_callback()