Searched defs:tos (Results 1 – 8 of 8) sorted by relevance
42 TypedOutputStream tos = new TypedOutputStream(baos); in writeReadOk() local144 TypedOutputStream tos = new TypedOutputStream(baos); in writeVarByteValueUnusedBitsCheck() local186 TypedOutputStream tos = new TypedOutputStream(baos); in writeBoundChecks() local
70 final int tos = 4; in testFromTcpKeepaliveStableParcelable() local144 final int tos = 4; in testToTcpKeepaliveStableParcelable() local187 final int tos = 4; in testParseTcpKeepalivePacketData() local
38 #define UPDATE_TOS(dscp, tos) ((dscp) << 2) | ((tos) & ECN_MASK) argument65 uint8_t tos = 0; // Only used for IPv4 in DEFINE_BPF_MAP_GRW() local
48 String tos = intent.getStringExtra(KEY_TOS); in onCreate() local
71 try (TypedOutputStream tos = new TypedOutputStream(new FileOutputStream(mFile))) { in close()
126 final int tos = sockConfig.getDscp() << 2; in applySocketConfig() local
409 int32_t tos = 0; in SetSocketOpt() local
323 val tos = buffer.get() in <lambda>() constant