pub const STREAM = 1pub const DGRAM = 2pub const RAW = 3pub const RDM = 4pub const SEQPACKET = 5pub const DCCP = 6pub const PACKET = 10pub const CLOEXEC = 0o2000000pub const NONBLOCK = 0o4000pub const SOCK = struct {
pub const STREAM = 1;
pub const DGRAM = 2;
pub const RAW = 3;
pub const RDM = 4;
pub const SEQPACKET = 5;
pub const DCCP = 6;
pub const PACKET = 10;
pub const CLOEXEC = 0o2000000;
pub const NONBLOCK = 0o4000;
}