Home
last modified time | relevance | path

Searched defs:oif (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DClatIngress6Value.java28 public final int oif; // The output interface to redirect to (0 means don't redirect) field in ClatIngress6Value
33 public ClatIngress6Value(final int oif, final Inet4Address local4) { in ClatIngress6Value()
DClatEgress4Value.java28 public final int oif; // The output interface to redirect to field in ClatEgress4Value
39 public ClatEgress4Value(final int oif, final Inet6Address local6, final Inet6Address pfx96, in ClatEgress4Value()
DTether4Value.java34 public final int oif; field in Tether4Value
63 public Tether4Value(final int oif, @NonNull final MacAddress ethDstMac, in Tether4Value()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTether6Value.java30 public final int oif; // The output interface index. field in Tether6Value
43 public Tether6Value(final int oif, @NonNull final MacAddress ethDstMac, in Tether6Value()
/packages/modules/Connectivity/bpf_progs/
Dclatd.h40 uint32_t oif; // The output interface to redirect to (0 means don't redirect) member
52 uint32_t oif; // The output interface to redirect to member
Doffload.h106 uint32_t oif; // The output interface to redirect to member
124 uint32_t oif; // The output interface to redirect to member
155 uint32_t oif; // The output interface to redirect to member
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java109 private Tether6Value createTether6Value(int oif, String src, String dst, int proto, int pmtu) { in createTether6Value()