pub const DEBUG = 1pub const REUSEADDR = 2pub const TYPE = 3pub const ERROR = 4pub const DONTROUTE = 5pub const BROADCAST = 6pub const SNDBUF = 7pub const RCVBUF = 8pub const KEEPALIVE = 9pub const OOBINLINE = 10pub const NO_CHECK = 11pub const PRIORITY = 12pub const LINGER = 13pub const BSDCOMPAT = 14pub const REUSEPORT = 15pub const PASSCRED = 16pub const PEERCRED = 17pub const RCVLOWAT = 18pub const SNDLOWAT = 19pub const RCVTIMEO = 20pub const SNDTIMEO = 21pub const ACCEPTCONN = 30pub const PEERSEC = 31pub const SNDBUFFORCE = 32pub const RCVBUFFORCE = 33pub const PROTOCOL = 38pub const DOMAIN = 39pub const SECURITY_AUTHENTICATION = 22pub const SECURITY_ENCRYPTION_TRANSPORT = 23pub const SECURITY_ENCRYPTION_NETWORK = 24pub const BINDTODEVICE = 25pub const ATTACH_FILTER = 26pub const DETACH_FILTER = 27pub const ATTACH_FILTER = 26pub const PEERNAME = 28pub const TIMESTAMP_OLD = 29pub const PASSSEC = 34pub const TIMESTAMPNS_OLD = 35pub const MARK = 36pub const TIMESTAMPING_OLD = 37pub const RXQ_OVFL = 40pub const WIFI_STATUS = 41pub const PEEK_OFF = 42pub const NOFCS = 43pub const LOCK_FILTER = 44pub const SELECT_ERR_QUEUE = 45pub const BUSY_POLL = 46pub const MAX_PACING_RATE = 47pub const BPF_EXTENSIONS = 48pub const INCOMING_CPU = 49pub const ATTACH_BPF = 50pub const DETACH_FILTER = 27pub const ATTACH_REUSEPORT_CBPF = 51pub const ATTACH_REUSEPORT_EBPF = 52pub const CNX_ADVICE = 53pub const MEMINFO = 55pub const INCOMING_NAPI_ID = 56pub const COOKIE = 57pub const PEERGROUPS = 59pub const ZEROCOPY = 60pub const TXTIME = 61pub const BINDTOIFINDEX = 62pub const TIMESTAMP_NEW = 63pub const TIMESTAMPNS_NEW = 64pub const TIMESTAMPING_NEW = 65pub const RCVTIMEO_NEW = 66pub const SNDTIMEO_NEW = 67pub const DETACH_REUSEPORT_BPF = 68pub const SO = struct {
pub const DEBUG = 1;
pub const REUSEADDR = 2;
pub const TYPE = 3;
pub const ERROR = 4;
pub const DONTROUTE = 5;
pub const BROADCAST = 6;
pub const SNDBUF = 7;
pub const RCVBUF = 8;
pub const KEEPALIVE = 9;
pub const OOBINLINE = 10;
pub const NO_CHECK = 11;
pub const PRIORITY = 12;
pub const LINGER = 13;
pub const BSDCOMPAT = 14;
pub const REUSEPORT = 15;
pub const PASSCRED = 16;
pub const PEERCRED = 17;
pub const RCVLOWAT = 18;
pub const SNDLOWAT = 19;
pub const RCVTIMEO = 20;
pub const SNDTIMEO = 21;
pub const ACCEPTCONN = 30;
pub const PEERSEC = 31;
pub const SNDBUFFORCE = 32;
pub const RCVBUFFORCE = 33;
pub const PROTOCOL = 38;
pub const DOMAIN = 39;
pub const SECURITY_AUTHENTICATION = 22;
pub const SECURITY_ENCRYPTION_TRANSPORT = 23;
pub const SECURITY_ENCRYPTION_NETWORK = 24;
pub const BINDTODEVICE = 25;
pub const ATTACH_FILTER = 26;
pub const DETACH_FILTER = 27;
pub const GET_FILTER = ATTACH_FILTER;
pub const PEERNAME = 28;
pub const TIMESTAMP_OLD = 29;
pub const PASSSEC = 34;
pub const TIMESTAMPNS_OLD = 35;
pub const MARK = 36;
pub const TIMESTAMPING_OLD = 37;
pub const RXQ_OVFL = 40;
pub const WIFI_STATUS = 41;
pub const PEEK_OFF = 42;
pub const NOFCS = 43;
pub const LOCK_FILTER = 44;
pub const SELECT_ERR_QUEUE = 45;
pub const BUSY_POLL = 46;
pub const MAX_PACING_RATE = 47;
pub const BPF_EXTENSIONS = 48;
pub const INCOMING_CPU = 49;
pub const ATTACH_BPF = 50;
pub const DETACH_BPF = DETACH_FILTER;
pub const ATTACH_REUSEPORT_CBPF = 51;
pub const ATTACH_REUSEPORT_EBPF = 52;
pub const CNX_ADVICE = 53;
pub const MEMINFO = 55;
pub const INCOMING_NAPI_ID = 56;
pub const COOKIE = 57;
pub const PEERGROUPS = 59;
pub const ZEROCOPY = 60;
pub const TXTIME = 61;
pub const BINDTOIFINDEX = 62;
pub const TIMESTAMP_NEW = 63;
pub const TIMESTAMPNS_NEW = 64;
pub const TIMESTAMPING_NEW = 65;
pub const RCVTIMEO_NEW = 66;
pub const SNDTIMEO_NEW = 67;
pub const DETACH_REUSEPORT_BPF = 68;
}