Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpcap/
H A Dsf-pcapng.c116 struct interface_description_block { struct
117 u_short linktype;
118 u_short reserved;
119 bpf_u_int32 snaplen;
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dpcapng_block.rs427 let interface_description_block = InterfaceDescriptionBlockBuilder::new() in test_interface_description_block_with_options_build() localVariable