Retrieves whether packets sent over this socket already have a header included.
impl Socket {
fn ipv4_is_header_included(&self) -> Result<bool, Errno>
}Returns whether packets sent over this socket already have a header included.
This option is only available for raw Ipv4 sockets.
ip(7) and IP_HDRINCL therein