Searched defs:intercept_packet (Results 1 – 2 of 2) sorted by relevance
132 ::rust::Fn<InterceptAction(uint8_t tcb_idx, ::rust::Vec<uint8_t> buffer)> in StoreCallbacksFromRust()
116 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet() function