Home
last modified time | relevance | path

Searched defs:LinkType (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/captures/
Dpcap_util.rs60 pub enum LinkType { enum
72 pub fn write_pcap_header<W: Write>(link_type: LinkType, output: &mut W) -> Result<usize> { in write_pcap_header()
90 pub fn write_pcapng_header<W: Write>(link_type: LinkType, output: &mut W) -> Result<usize> { in write_pcapng_header()
/tools/netsim/rust/capture/src/
Dpcap.rs109 pub enum LinkType { enum
238 link_type: LinkType, in write_file_header()