Home
last modified time | relevance | path

Searched defs:dont_fragment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/
Dipv4_header.hpp61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment() function in ipv4_header
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv4_header_slice.rs223 pub fn dont_fragment(&self) -> bool { in dont_fragment() method
Dipv4_header.rs46 pub dont_fragment: bool, field