Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/icmpv4/
Ddest_unreachable_header.rs81 CODE_DST_UNREACH_TOS_NET => Some(TosNetwork), in from_values()
106 TosNetwork => CODE_DST_UNREACH_TOS_NET, in code_u8()
138 (CODE_DST_UNREACH_TOS_NET, TosNetwork),
Dmod.rs101 pub const CODE_DST_UNREACH_TOS_NET: u8 = 11; constant
180 assert_eq!(11, CODE_DST_UNREACH_TOS_NET); in constants()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dicmpv4_slice.rs143 CODE_DST_UNREACH_TOS_NET => return DestinationUnreachable(TosNetwork), in icmp_type()
571 (CODE_DST_UNREACH_TOS_NET, TosNetwork),
Dicmpv4_header.rs234 TosNetwork => re_zero(TYPE_DEST_UNREACH, CODE_DST_UNREACH_TOS_NET),
678 (CODE_DST_UNREACH_TOS_NET, [0;2], TosNetwork),
Dicmpv4_type.rs284 .add_2bytes([TYPE_DEST_UNREACH, CODE_DST_UNREACH_TOS_NET]), in calc_checksum()