Searched defs:oif (Results 1 – 4 of 4) sorted by relevance
30 public final int oif; // The output interface index. field in Tether6Value43 public Tether6Value(final int oif, @NonNull final MacAddress ethDstMac, in Tether6Value()
34 public final long oif; field in Tether4Value63 public Tether4Value(final long oif, @NonNull final MacAddress ethDstMac, in Tether4Value()
118 uint32_t oif; // The output interface to redirect to member138 uint32_t oif; // The output interface to redirect to member194 uint32_t oif; // The output interface to redirect to member
105 private Tether6Value createTether6Value(int oif, String src, String dst, int proto, int pmtu) { in createTether6Value()