p4spectec.stf
Stf.Ast
builtin
dangling
dynamic
dynamic_al
dynamic_pl
dynamic_runner
dynamic_sl
error_runtime
inst
instr
interp_al
interp_common
interp_pl
interp_sl
p4
p4spectec.backend_boot
p4spectec.backend_sim
p4spectec.backend_splice
p4spectec.backend_testgen_neg
p4spectec.cache
p4spectec.coverage
p4spectec.domain
p4spectec.frontend
p4spectec.interface
p4spectec.interp
p4spectec.lang
p4spectec.pass
p4spectec.runner
p4spectec.runtime
p4spectec.util
prose
sim
spectec
static
testgen_neg
type
value
type name = string
type id = string
type number = string
type port = string
type handle = string
type packet = string
type expect = string
type exact = bool
type session = number
type arg = id * number
type action = name * arg list
type mtchkind =
| Num of number
| Slash of number * number
type mtch = name * mtchkind
type id_or_index =
| Id of string
| Index of number
type cond =
| Eq
| Ne
| Le
| Lt
| Ge
| Gt
type ctr =
| Bytes
| Packets
type stmt =
| Wait
| RemoveAll
| Expect of port * expect option * exact
| Packet of port * packet
| NoPacket
| Add of name * int option * mtch list * action * id option
| SetDefault of name * action
| CheckCounter of id * id_or_index * ctr option * cond * number
| MirroringAdd of session * port
| MirroringAddMc of session * id
| MirroringGet of session
| McGroupCreate of id
| McNodeCreate of id * port list
| McNodeAssociate of id * handle
| RegisterRead of name * number
| RegisterWrite of name * number * number
| RegisterReset of name