Home
last modified time | relevance | path

Searched refs:content_format (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/contrib/
Dcoap.py246 self.content_format = k[1]
/external/rust/crates/coset/src/header/
Dtests.rs431 .content_format(iana::CoapContentFormat::CoseEncrypt0) in test_header_builder()
Dmod.rs286 pub fn content_format(mut self, content_type: iana::CoapContentFormat) -> Self { in content_format() method