//! Optional generic raw-IP transmit support.
//!
//! Enable this module with the `raw-ip` Cargo feature when a caller already
//! owns a complete IP datagram, such as an ICMP Packet Too Big control packet.
//! This API is intentionally separate from [`crate::raw`]: it accepts unicast
//! and multicast destinations and does not apply multicast forwarding policy.
pub use ;
pub use ;
pub use RawIpContext;
pub use ;
pub use RawIpSendReport;