Searched refs:eigrp_opcode_values (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-eigrp.c | 57 static const struct tok eigrp_opcode_values[] = { variable 248 tok2str(eigrp_opcode_values, "unknown (%u)",GET_U_1(eigrp_com_header->opcode)), in eigrp_print() 257 tok2str(eigrp_opcode_values, "unknown (%u)",GET_U_1(eigrp_com_header->opcode)), in eigrp_print() 266 tok2str(eigrp_opcode_values, "unknown, type: %u",GET_U_1(eigrp_com_header->opcode)), in eigrp_print()
|