Home
last modified time | relevance | path

Searched defs:tap_input_bytes (Results 1 – 1 of 1) sorted by relevance

/cloud-hypervisor/fuzz/fuzz_targets/
H A Dnet.rs87 let tap_input_bytes = &bytes[..TAP_INPUT_SIZE]; localVariable
132 let tap_input_bytes: [u8; TAP_INPUT_SIZE] = tap_input_bytes[..].try_into().unwrap(); localVariable