Searched refs:pack_uint16 (Results 1 – 7 of 7) sorted by relevance
| /webrtc/mdns/src/message/ |
| H A D | header.rs | 122 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 D | mod.rs | 103 pack_uint16(msg, *self as u16) in pack() 147 pack_uint16(msg, self.0) in pack()
|
| H A D | packer.rs | 20 pub(crate) fn pack_uint16(mut msg: Vec<u8>, field: u16) -> Vec<u8> { in pack_uint16() function
|
| /webrtc/mdns/src/message/resource/ |
| H A D | srv.rs | 37 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 D | opt.rs | 54 msg = pack_uint16(msg, opt.code); in pack() 55 msg = pack_uint16(msg, opt.data.len() as u16); in pack()
|
| H A D | mx.rs | 35 msg = pack_uint16(msg, self.pref); in pack()
|
| H A D | mod.rs | 156 msg = pack_uint16(msg, self.length); in pack()
|