Home
last modified time | relevance | path

Searched refs:unpack_uint16 (Results 1 – 7 of 7) sorted by relevance

/webrtc/mdns/src/message/
H A Dheader.rs132 let (id, off) = unpack_uint16(msg, off)?; in unpack()
135 let (bits, off) = unpack_uint16(msg, off)?; in unpack()
138 let (questions, off) = unpack_uint16(msg, off)?; in unpack()
141 let (answers, off) = unpack_uint16(msg, off)?; in unpack()
144 let (authorities, off) = unpack_uint16(msg, off)?; in unpack()
147 let (additionals, off) = unpack_uint16(msg, off)?; in unpack()
H A Dmod.rs107 let (t, o) = unpack_uint16(msg, off)?; in unpack()
151 let (c, o) = unpack_uint16(msg, off)?; in unpack()
H A Dpacker.rs25 pub(crate) fn unpack_uint16(msg: &[u8], off: usize) -> Result<(u16, usize)> { in unpack_uint16() function
/webrtc/mdns/src/message/resource/
H A Dsrv.rs45 let (priority, off) = unpack_uint16(msg, off)?; in unpack()
48 let (weight, off) = unpack_uint16(msg, off)?; in unpack()
51 let (port, off) = unpack_uint16(msg, off)?; in unpack()
H A Dopt.rs65 let (code, new_off) = unpack_uint16(msg, off)?; in unpack()
68 let (l, new_off) = unpack_uint16(msg, off)?; in unpack()
H A Dmx.rs41 let (pref, off) = unpack_uint16(msg, off)?; in unpack()
H A Dmod.rs95 let (length, mut new_off) = unpack_uint16(msg, new_off)?; in skip()
167 let (l, new_off) = unpack_uint16(msg, new_off)?; in unpack()