Searched defs:oif (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A 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()
|
H A D | Tether4Value.java | 34 public final long oif; field in Tether4Value 63 public Tether4Value(final long oif, @NonNull final MacAddress ethDstMac, in Tether4Value()
|
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_TEE.h | 24 char oif[16]; member
|
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/ |
H A D | bpf_tethering.h | 118 uint32_t oif; // The output interface to redirect to member 138 uint32_t oif; // The output interface to redirect to member 194 uint32_t oif; // The output interface to redirect to member
|
/aosp12/system/netd/libnetdbpf/include/netdbpf/ |
H A D | bpf_shared.h | 177 uint32_t oif; // The output interface to redirect to (0 means don't redirect) member 197 uint32_t oif; // The output interface to redirect to member
|
/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/ |
H A D | BpfMapTest.java | 105 private Tether6Value createTether6Value(int oif, String src, String dst, int proto, int pmtu) { in createTether6Value()
|
/aosp12/system/netd/server/ |
H A D | RouteController.cpp | 248 const char* iif, const char* oif, uid_t uidStart, in modifyIpRule() 335 const char* oif, uid_t uidStart, uid_t uidEnd) { in modifyIpRule()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 568 const char* oif) { in ipRuleExistsForRange() 593 const std::string& action, const char* oif) { in ipRuleExistsForRange()
|