1 2 3 4 5 6 7
//! Header: `sys/socket.h` //! //! https://github.com/freebsd/freebsd-src/blob/main/sys/sys/socket.h use crate::prelude::*; pub const SO_RERROR: c_int = 0x0002_0000;