Home
last modified time | relevance | path

Searched refs:HeaderInternal (Results 1 – 5 of 5) sorted by relevance

/webrtc/mdns/src/message/
H A Dheader.rs100 pub struct HeaderInternal { struct
109 impl HeaderInternal { argument
H A Dbuilder.rs28 pub header: HeaderInternal,
56 header: HeaderInternal { in new()
H A Dparser.rs2 use crate::message::header::{Header, HeaderInternal, Section};
23 pub header: HeaderInternal,
H A Dmod.rs311 let h = HeaderInternal { in append_pack()
H A Dmessage_test.rs257 header: HeaderInternal { in test_question_pack_unpack()
395 let mut h = HeaderInternal::default(); in test_header_unpack_error()