Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:command

12  * messages is done only when the verbosity level set by command-line argument
1170 uint16_t command;
1179 /* command */
1181 command = EXTRACT_16BITS(cp);
1182 printf(", command %s", tok2str(ofpfc_str, "invalid (0x%04x)", command));
1201 if (command == OFPFC_ADD || command == OFPFC_MODIFY ||
1202 command == OFPFC_MODIFY_STRICT)
1207 if (command == OFPFC_DELETE || command == OFPFC_DELETE_STRICT)