ethertype_data_t

Type Alias ethertype_data_t 

Source
pub type ethertype_data_t = ethertype_data_s;

Aliased Type§

#[repr(C)]
pub struct ethertype_data_t { pub etype: u16, pub payload_offset: i32, pub fh_tree: *mut _proto_node, pub trailer_id: i32, pub fcs_len: i32, }

Fields§

§etype: u16§payload_offset: i32§fh_tree: *mut _proto_node§trailer_id: i32§fcs_len: i32