Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_fake.c1170 bpf_tap_packet_in(dif->iff_ifp, DLT_EN10MB, dph, NULL, 0); in feth_rx_submit()
1255 bpf_tap_packet_in(dif->iff_ifp, DLT_EN10MB, dph, NULL, 0); in feth_rx_queue_submit()
1714 bpf_tap_packet_out(ifp, DLT_EN10MB, sph, NULL, 0); in feth_nx_sync_tx()
2217 bpf_tap_packet_out(fakeif->iff_ifp, DLT_EN10MB, sph, NULL, 0); in feth_nx_tx_queue_deliver_pkt_chain()
2823 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in feth_clone_create()
2984 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in feth_output_common()
2998 bpf_tap_in(peer, DLT_EN10MB, m, frame_header, in feth_output_common()
H A Dbpf.h321 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
H A Dif_vlan.c959 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in vlan_clone_create()
1038 bpf_tap_out(ifp, DLT_EN10MB, m, NULL, 0); in vlan_output()
1206 bpf_tap_in(ifp, DLT_EN10MB, m, frame_header, ETHER_HDR_LEN); in vlan_input()
H A Dpktap.c1197 hdr->pth_dlt = DLT_EN10MB; in pktap_bpf_tap()
1448 } else if (dlt == DLT_EN10MB) { in pktap_bpf_tap_packet()
H A Dbpf.c291 case DLT_EN10MB: in bpf_movein()
418 case DLT_EN10MB: { in bpf_movein()
3701 if (ifnet_type(ifp) == IFT_ETHER && dlt == DLT_EN10MB) { in bpf_attach()
H A Dif_headless.c1208 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in headless_clone_create()
H A Dif_bridge.c1534 error = bpf_attach(ifp, DLT_EN10MB, sizeof(struct ether_header), in bridge_clone_create()
5930 bpf_tap_in(iface, DLT_EN10MB, m, NULL, 0); \
6226 bpf_tap_in(dst_if, DLT_EN10MB, mc_in, NULL, 0);
H A Dif_bond.c1240 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in bond_clone_create()
/xnu-8019.80.24/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.c761 dlt = DLT_EN10MB; in nx_netif_pktap_output()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c286 fsw->fsw_ifp_dlt = DLT_EN10MB; in fsw_setup_ifp()
972 (fsw->fsw_ifp_dlt != DLT_EN10MB)) { in fsw_ifnet_event_callback()