Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dpacker.rs50 if off + UINT32LEN > msg.len() { in unpack_uint32()
57 Ok((v, off + UINT32LEN)) in unpack_uint32()
61 if off + UINT32LEN > msg.len() { in skip_uint32()
64 Ok(off + UINT32LEN) in skip_uint32()
H A Dmod.rs220 const UINT32LEN: usize = 4; constant