Searched refs:unpack_uint16 (Results 1 – 7 of 7) sorted by relevance
| /webrtc/mdns/src/message/ |
| H A D | header.rs | 132 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 D | mod.rs | 107 let (t, o) = unpack_uint16(msg, off)?; in unpack() 151 let (c, o) = unpack_uint16(msg, off)?; in unpack()
|
| H A D | packer.rs | 25 pub(crate) fn unpack_uint16(msg: &[u8], off: usize) -> Result<(u16, usize)> { in unpack_uint16() function
|
| /webrtc/mdns/src/message/resource/ |
| H A D | srv.rs | 45 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 D | opt.rs | 65 let (code, new_off) = unpack_uint16(msg, off)?; in unpack() 68 let (l, new_off) = unpack_uint16(msg, off)?; in unpack()
|
| H A D | mx.rs | 41 let (pref, off) = unpack_uint16(msg, off)?; in unpack()
|
| H A D | mod.rs | 95 let (length, mut new_off) = unpack_uint16(msg, new_off)?; in skip() 167 let (l, new_off) = unpack_uint16(msg, new_off)?; in unpack()
|