Home
last modified time | relevance | path

Searched refs:skip_uint32 (Results 1 – 2 of 2) sorted by relevance

/webrtc/mdns/src/message/
H A Dpacker.rs60 pub(crate) fn skip_uint32(msg: &[u8], off: usize) -> Result<usize> { in skip_uint32() function
/webrtc/mdns/src/message/resource/
H A Dmod.rs94 new_off = skip_uint32(msg, new_off)?; in skip()