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/ |
D | dest_unreachable_header.rs | 81 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),
|
D | mod.rs | 101 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/ |
D | icmpv4_slice.rs | 143 CODE_DST_UNREACH_TOS_NET => return DestinationUnreachable(TosNetwork), in icmp_type() 571 (CODE_DST_UNREACH_TOS_NET, TosNetwork),
|
D | icmpv4_header.rs | 234 TosNetwork => re_zero(TYPE_DEST_UNREACH, CODE_DST_UNREACH_TOS_NET), 678 (CODE_DST_UNREACH_TOS_NET, [0;2], TosNetwork),
|
D | icmpv4_type.rs | 284 .add_2bytes([TYPE_DEST_UNREACH, CODE_DST_UNREACH_TOS_NET]), in calc_checksum()
|