Home
last modified time | relevance | path

Searched refs:OFP_INSTRUCTION_T_GOTO_TABLE (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dofp_map.c153 { OFP_INSTRUCTION_T_GOTO_TABLE, "GOTO_TABLE" },
H A Dprint-ofp.c1183 case OFP_INSTRUCTION_T_GOTO_TABLE: in ofp_print_instruction()
/openbsd/sys/net/
H A Dofp.h223 #define OFP_INSTRUCTION_T_GOTO_TABLE 1 /* Goto-Table */ macro