Searched refs:REPLY_PACKET_FLAG (Results 1 – 2 of 2) sorted by relevance
39 public static final int REPLY_PACKET_FLAG = 0x80; field in Packet1243 return (flags & REPLY_PACKET_FLAG) != 0; in isReply()1285 return (p[FLAGS_INDEX] & REPLY_PACKET_FLAG) != 0; in isReply()
516 if (flag != Packet.REPLY_PACKET_FLAG) { in run()