Home
last modified time | relevance | path

Searched defs:iif (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetherUpstream6Key.java30 public final int iif; // The input interface index. field in TetherUpstream6Key
35 public TetherUpstream6Key(int iif, @NonNull final MacAddress dstMac) { in TetherUpstream6Key()
DTetherDownstream6Key.java36 public final long iif; // The input interface index. field in TetherDownstream6Key
44 public TetherDownstream6Key(final long iif, @NonNull final MacAddress dstMac, in TetherDownstream6Key()
DTether4Key.java34 public final long iif; field in Tether4Key
54 public Tether4Key(final long iif, @NonNull final MacAddress dstMac, final short l4proto, in Tether4Key()
/packages/modules/Connectivity/Tethering/bpf_progs/
Dbpf_tethering.h110 uint32_t iif; // The input interface index member
127 uint32_t iif; // The input interface index member
158 uint32_t iif; // The input interface index member
183 uint32_t iif; // The input interface index member
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java97 private TetherDownstream6Key createTetherDownstream6Key(long iif, String mac, in createTetherDownstream6Key()