pub const SO_DOMAIN: DirectSockOptReadOnly<int>;
Expand description
Returns the protocol/address family for this socket.
The result can be converted to linux_unsafe::sa_family_t
to compare
with the address family constants defined elsewhere in this crate.