Searched refs:classify_opcode (Results 1 – 3 of 3) sorted by relevance
18 opcode_types::{classify_opcode, OperationType},77 match classify_opcode(att.view().get_opcode()) { in try_parse_att_server_packet()
24 pub fn classify_opcode(opcode: AttOpcode) -> OperationType { in classify_opcode() function
19 opcode_types::{classify_opcode, OperationType},101 match classify_opcode(packet.get_opcode()) { in handle_packet()