Searched refs:mIcmpType (Results 1 – 2 of 2) sorted by relevance
103 public final short mIcmpType; field in StructTest.HeaderMsgWithConstructor112 mIcmpType = type; in HeaderMsgWithConstructor()121 assertEquals(134, msg.mIcmpType); in verifyHeaderParsing()147 public short mIcmpType; field in StructTest.HeaderMsgWithoutConstructor159 assertEquals(134, msg.mIcmpType); in testClassWithDefaultConstructor()175 short mIcmpType; field in StructTest.HeaderMessage193 short mIcmpType; field in StructTest.HeaderMessageMissingAnnotation373 short mIcmpType; field in StructTest.HeaderMessageWithDuplicateOrder393 short mIcmpType; field in StructTest.HeaderMessageWithNegativeOrder413 short mIcmpType; field in StructTest.HeaderMessageOutOfIndexBounds[all …]
580 private final int mIcmpType; field in NetworkDiagnostics.IcmpCheck590 mIcmpType = NetworkConstants.ICMPV6_ECHO_REQUEST_TYPE; in IcmpCheck()594 mIcmpType = NetworkConstants.ICMPV4_ECHO_REQUEST_TYPE; in IcmpCheck()623 icmpPacket[0] = (byte) mIcmpType; in run()