Searched refs:RRCP_OPCODE_ISREPLY_OFFSET (Results 1 – 1 of 1) sorted by relevance
41 #define RRCP_OPCODE_ISREPLY_OFFSET 1 /* opcode and isreply flag - 1 byte */ macro85 ND_TCHECK(*(cp + RRCP_OPCODE_ISREPLY_OFFSET)); in rrcp_print()86 rrcp_opcode = (*(cp + RRCP_OPCODE_ISREPLY_OFFSET)) & RRCP_OPCODE_MASK; in rrcp_print()94 ((*(cp + RRCP_OPCODE_ISREPLY_OFFSET)) & RRCP_ISREPLY) ? "reply" : "query")); in rrcp_print()111 ((*(cp + RRCP_OPCODE_ISREPLY_OFFSET)) & RRCP_ISREPLY)){ in rrcp_print()