Home
last modified time | relevance | path

Searched refs:ethernet (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/system/netd/server/
H A DOffloadUtils.h88 int tcFilterAddDevBpf(int ifIndex, bool ingress, uint16_t proto, int bpfFd, bool ethernet);
91 inline int tcFilterAddDevIngressClatIpv6(int ifIndex, int bpfFd, bool ethernet) { in tcFilterAddDevIngressClatIpv6() argument
92 return tcFilterAddDevBpf(ifIndex, INGRESS, ETH_P_IPV6, bpfFd, ethernet); in tcFilterAddDevIngressClatIpv6()
96 inline int tcFilterAddDevEgressClatIpv4(int ifIndex, int bpfFd, bool ethernet) { in tcFilterAddDevEgressClatIpv4() argument
97 return tcFilterAddDevBpf(ifIndex, EGRESS, ETH_P_IP, bpfFd, ethernet); in tcFilterAddDevEgressClatIpv4()
H A DOffloadUtilsTest.cpp163 static void checkAttachDetachBpfFilterClsactLo(const bool ingress, const bool ethernet) { in checkAttachDetachBpfFilterClsactLo() argument
167 int clatBpfFd = ingress ? getClatIngress6ProgFd(ethernet) : getClatEgress4ProgFd(ethernet); in checkAttachDetachBpfFilterClsactLo()
180 EXPECT_EQ(0, tcFilterAddDevIngressClatIpv6(LOOPBACK_IFINDEX, clatBpfFd, ethernet)); in checkAttachDetachBpfFilterClsactLo()
183 EXPECT_EQ(0, tcFilterAddDevEgressClatIpv4(LOOPBACK_IFINDEX, clatBpfFd, ethernet)); in checkAttachDetachBpfFilterClsactLo()
H A DOffloadUtils.cpp212 int tcFilterAddDevBpf(int ifIndex, bool ingress, uint16_t proto, int bpfFd, bool ethernet) { in tcFilterAddDevBpf() argument
265 const char* const name_clat_rx = ethernet ? name_clat_rx_ether : name_clat_rx_rawip; in tcFilterAddDevBpf()
266 const char* const name_clat_tx = ethernet ? name_clat_tx_ether : name_clat_tx_rawip; in tcFilterAddDevBpf()
/aosp12/build/make/target/product/
H A Dmedia_system.mk30 ethernet-service \
55 ethernet-service
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetService.java17 package com.android.server.ethernet;
H A DEthernetConfigStore.java17 package com.android.server.ethernet;
H A DEthernetServiceImpl.java17 package com.android.server.ethernet;
H A DEthernetNetworkFactory.java17 package com.android.server.ethernet;
H A DEthernetTracker.java17 package com.android.server.ethernet;
/aosp12/frameworks/opt/net/ethernet/
H A DAndroid.bp23 name: "ethernet-service",
/aosp12/frameworks/opt/net/ethernet/tests/
H A DAndroid.bp35 "ethernet-service",
/aosp12/frameworks/base/apex/jobscheduler/
H A DREADME_js-mainline.md8 `SYSTEMSERVERCLASSPATH=/system/framework/services.jar:/system/framework/ethernet-service.jar:/syste…
/aosp12/frameworks/opt/net/ethernet/tests/java/com/android/server/ethernet/
H A DEthernetTrackerTest.java17 package com.android.server.ethernet;
/aosp12/frameworks/base/core/proto/android/net/
H A Dnetworkcapabilities.proto80 // ethernet, a paired BT device or a wifi the user asked to connect to.
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DProviderModelSlice.java335 .setTitle(mContext.getText(R.string.ethernet)) in createEthernetRow()
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dservice_contexts50 ethernet u:object_r:ethernet_service:s0
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dservice_contexts49 ethernet u:object_r:ethernet_service:s0
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dservice_contexts54 ethernet u:object_r:ethernet_service:s0
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dservice_contexts68 ethernet u:object_r:ethernet_service:s0
/aosp12/system/core/fastboot/
H A DREADME.md5 over USB or ethernet. It is designed to be very straightforward to implement,
226 over ethernet if USB is not available.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dservice_contexts85 ethernet u:object_r:ethernet_service:s0
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dservice_contexts115 ethernet u:object_r:ethernet_service:s0
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dservice_contexts115 ethernet u:object_r:ethernet_service:s0
/aosp12/system/sepolicy/private/
H A Dservice_contexts115 ethernet u:object_r:ethernet_service:s0
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiStaIface.hal432 * @param etherType 16 bit ether type to be set in the ethernet frame

12