Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dheader.rs122 msg = pack_uint16(msg, self.id); in pack()
123 msg = pack_uint16(msg, self.bits); in pack()
124 msg = pack_uint16(msg, self.questions); in pack()
125 msg = pack_uint16(msg, self.answers); in pack()
126 msg = pack_uint16(msg, self.authorities); in pack()
127 msg = pack_uint16(msg, self.additionals); in pack()
H A Dmod.rs103 pack_uint16(msg, *self as u16) in pack()
147 pack_uint16(msg, self.0) in pack()
H A Dpacker.rs20 pub(crate) fn pack_uint16(mut msg: Vec<u8>, field: u16) -> Vec<u8> { in pack_uint16() function
/webrtc/mdns/src/message/resource/
H A Dsrv.rs37 msg = pack_uint16(msg, self.priority); in pack()
38 msg = pack_uint16(msg, self.weight); in pack()
39 msg = pack_uint16(msg, self.port); in pack()
H A Dopt.rs54 msg = pack_uint16(msg, opt.code); in pack()
55 msg = pack_uint16(msg, opt.data.len() as u16); in pack()
H A Dmx.rs35 msg = pack_uint16(msg, self.pref); in pack()
H A Dmod.rs156 msg = pack_uint16(msg, self.length); in pack()