p4spectec.backend_sim
V1model.Packet
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_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.stf
p4spectec.util
prose
sim
spectec
static
testgen_neg
type
value
module Value = Runtime.Value
module CloneInfo : sig ... end
module ResubmitInfo : sig ... end
module RecirculateInfo : sig ... end
type action = {
clone_opt : CloneInfo.t option;
resubmit_opt : ResubmitInfo.t option;
recirculate_opt : RecirculateInfo.t option;
}
val action_to_yojson : action -> Yojson.Safe.t
val action_of_yojson : Yojson.Safe.t -> action Ppx_deriving_yojson_runtime.error_or
val empty_action : action
type entrypoint =
| Ingress
| Egress
val entrypoint_to_yojson : entrypoint -> Yojson.Safe.t
val entrypoint_of_yojson : Yojson.Safe.t -> entrypoint Ppx_deriving_yojson_runtime.error_or
type t = {
value_ctx : Backend_sim.Spec.Unpack.Value.t;
packet_in : Core.Object.PacketIn.t;
entrypoint : entrypoint;
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or