ofp_instruction
struct ofp_instruction tpi_instructions[0];
if (length < (sizeof(*igt) - sizeof(struct ofp_instruction))) {
(bp - sizeof(struct ofp_instruction));
if (length < (sizeof(*iwm) - sizeof(struct ofp_instruction))) {
(bp - sizeof(struct ofp_instruction));
if (length < (sizeof(*ia) - sizeof(struct ofp_instruction))) {
(bp - sizeof(struct ofp_instruction));
bp += sizeof(*ia) - sizeof(struct ofp_instruction);
length -= sizeof(*ia) - sizeof(struct ofp_instruction);
if (length < (sizeof(*im) - sizeof(struct ofp_instruction))) {
(bp - sizeof(struct ofp_instruction));
if (length < (sizeof(*ie) - sizeof(struct ofp_instruction))) {
(bp - sizeof(struct ofp_instruction));
ofp_print_instruction(struct ofp_instruction *i, const char *bp, u_int length)
struct ofp_instruction *i;
i = (struct ofp_instruction *)bp;
void ofp_print_instruction(struct ofp_instruction *, const char *, u_int);