Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dpacker.rs26 if off + UINT16LEN > msg.len() { in unpack_uint16()
32 off + UINT16LEN, in unpack_uint16()
37 if off + UINT16LEN > msg.len() { in skip_uint16()
40 Ok(off + UINT16LEN) in skip_uint16()
H A Dmod.rs217 const UINT16LEN: usize = 2; constant
225 const HEADER_LEN: usize = 6 * UINT16LEN;