Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dmod.rs113 skip_uint16(msg, off) in skip()
157 skip_uint16(msg, off) in skip()
H A Dpacker.rs36 pub(crate) fn skip_uint16(msg: &[u8], off: usize) -> Result<usize> { in skip_uint16() function