Searched refs:eigrp_opcode_values (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-eigrp.c | 56 static const struct tok eigrp_opcode_values[] = { variable 243 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode), in eigrp_print() 252 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode), in eigrp_print() 261 tok2str(eigrp_opcode_values, "unknown, type: %u",eigrp_com_header->opcode), in eigrp_print()
|