Searched defs:oif (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/ |
| D | ClatIngress6Value.java | 28 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()
|
| D | ClatEgress4Value.java | 28 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()
|
| D | Tether4Value.java | 34 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/ |
| D | Tether6Value.java | 30 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/ |
| D | clatd.h | 40 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
|
| D | offload.h | 106 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/ |
| D | BpfMapTest.java | 109 private Tether6Value createTether6Value(int oif, String src, String dst, int proto, int pmtu) { in createTether6Value()
|