Searched refs:RRCP_ISREPLY (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-rrcp.c48 #define RRCP_ISREPLY 0x80 /* 0 = request to switch, 0x80 = reply from switch */ macro
106 ((*(rrcp + RRCP_OPCODE_ISREPLY_OFFSET)) & RRCP_ISREPLY) ? "reply" : "query"));
123 ((*(rrcp + RRCP_OPCODE_ISREPLY_OFFSET)) & RRCP_ISREPLY)){

Completed in 93 milliseconds