github.com/goplus/igop@v0.25.0/pkg/syscall/go121_export_linux_loong64.go (about) 1 // export by github.com/goplus/igop/cmd/qexp 2 3 //go:build go1.21 4 // +build go1.21 5 6 package syscall 7 8 import ( 9 q "syscall" 10 11 "go/constant" 12 "reflect" 13 14 "github.com/goplus/igop" 15 ) 16 17 func init() { 18 igop.RegisterPackage(&igop.Package{ 19 Name: "syscall", 20 Path: "syscall", 21 Deps: map[string]string{ 22 "errors": "errors", 23 "internal/bytealg": "bytealg", 24 "internal/itoa": "itoa", 25 "internal/oserror": "oserror", 26 "internal/race": "race", 27 "runtime": "runtime", 28 "sync": "sync", 29 "sync/atomic": "atomic", 30 "unsafe": "unsafe", 31 }, 32 Interfaces: map[string]reflect.Type{ 33 "Conn": reflect.TypeOf((*q.Conn)(nil)).Elem(), 34 "RawConn": reflect.TypeOf((*q.RawConn)(nil)).Elem(), 35 "Sockaddr": reflect.TypeOf((*q.Sockaddr)(nil)).Elem(), 36 }, 37 NamedTypes: map[string]reflect.Type{ 38 "Cmsghdr": reflect.TypeOf((*q.Cmsghdr)(nil)).Elem(), 39 "Credential": reflect.TypeOf((*q.Credential)(nil)).Elem(), 40 "Dirent": reflect.TypeOf((*q.Dirent)(nil)).Elem(), 41 "EpollEvent": reflect.TypeOf((*q.EpollEvent)(nil)).Elem(), 42 "Errno": reflect.TypeOf((*q.Errno)(nil)).Elem(), 43 "FdSet": reflect.TypeOf((*q.FdSet)(nil)).Elem(), 44 "Flock_t": reflect.TypeOf((*q.Flock_t)(nil)).Elem(), 45 "Fsid": reflect.TypeOf((*q.Fsid)(nil)).Elem(), 46 "ICMPv6Filter": reflect.TypeOf((*q.ICMPv6Filter)(nil)).Elem(), 47 "IPMreq": reflect.TypeOf((*q.IPMreq)(nil)).Elem(), 48 "IPMreqn": reflect.TypeOf((*q.IPMreqn)(nil)).Elem(), 49 "IPv6MTUInfo": reflect.TypeOf((*q.IPv6MTUInfo)(nil)).Elem(), 50 "IPv6Mreq": reflect.TypeOf((*q.IPv6Mreq)(nil)).Elem(), 51 "IfAddrmsg": reflect.TypeOf((*q.IfAddrmsg)(nil)).Elem(), 52 "IfInfomsg": reflect.TypeOf((*q.IfInfomsg)(nil)).Elem(), 53 "Inet4Pktinfo": reflect.TypeOf((*q.Inet4Pktinfo)(nil)).Elem(), 54 "Inet6Pktinfo": reflect.TypeOf((*q.Inet6Pktinfo)(nil)).Elem(), 55 "InotifyEvent": reflect.TypeOf((*q.InotifyEvent)(nil)).Elem(), 56 "Iovec": reflect.TypeOf((*q.Iovec)(nil)).Elem(), 57 "Linger": reflect.TypeOf((*q.Linger)(nil)).Elem(), 58 "Msghdr": reflect.TypeOf((*q.Msghdr)(nil)).Elem(), 59 "NetlinkMessage": reflect.TypeOf((*q.NetlinkMessage)(nil)).Elem(), 60 "NetlinkRouteAttr": reflect.TypeOf((*q.NetlinkRouteAttr)(nil)).Elem(), 61 "NetlinkRouteRequest": reflect.TypeOf((*q.NetlinkRouteRequest)(nil)).Elem(), 62 "NlAttr": reflect.TypeOf((*q.NlAttr)(nil)).Elem(), 63 "NlMsgerr": reflect.TypeOf((*q.NlMsgerr)(nil)).Elem(), 64 "NlMsghdr": reflect.TypeOf((*q.NlMsghdr)(nil)).Elem(), 65 "ProcAttr": reflect.TypeOf((*q.ProcAttr)(nil)).Elem(), 66 "PtraceRegs": reflect.TypeOf((*q.PtraceRegs)(nil)).Elem(), 67 "RawSockaddr": reflect.TypeOf((*q.RawSockaddr)(nil)).Elem(), 68 "RawSockaddrAny": reflect.TypeOf((*q.RawSockaddrAny)(nil)).Elem(), 69 "RawSockaddrInet4": reflect.TypeOf((*q.RawSockaddrInet4)(nil)).Elem(), 70 "RawSockaddrInet6": reflect.TypeOf((*q.RawSockaddrInet6)(nil)).Elem(), 71 "RawSockaddrLinklayer": reflect.TypeOf((*q.RawSockaddrLinklayer)(nil)).Elem(), 72 "RawSockaddrNetlink": reflect.TypeOf((*q.RawSockaddrNetlink)(nil)).Elem(), 73 "RawSockaddrUnix": reflect.TypeOf((*q.RawSockaddrUnix)(nil)).Elem(), 74 "Rlimit": reflect.TypeOf((*q.Rlimit)(nil)).Elem(), 75 "RtAttr": reflect.TypeOf((*q.RtAttr)(nil)).Elem(), 76 "RtGenmsg": reflect.TypeOf((*q.RtGenmsg)(nil)).Elem(), 77 "RtMsg": reflect.TypeOf((*q.RtMsg)(nil)).Elem(), 78 "RtNexthop": reflect.TypeOf((*q.RtNexthop)(nil)).Elem(), 79 "Rusage": reflect.TypeOf((*q.Rusage)(nil)).Elem(), 80 "Signal": reflect.TypeOf((*q.Signal)(nil)).Elem(), 81 "SockFilter": reflect.TypeOf((*q.SockFilter)(nil)).Elem(), 82 "SockFprog": reflect.TypeOf((*q.SockFprog)(nil)).Elem(), 83 "SockaddrInet4": reflect.TypeOf((*q.SockaddrInet4)(nil)).Elem(), 84 "SockaddrInet6": reflect.TypeOf((*q.SockaddrInet6)(nil)).Elem(), 85 "SockaddrLinklayer": reflect.TypeOf((*q.SockaddrLinklayer)(nil)).Elem(), 86 "SockaddrNetlink": reflect.TypeOf((*q.SockaddrNetlink)(nil)).Elem(), 87 "SockaddrUnix": reflect.TypeOf((*q.SockaddrUnix)(nil)).Elem(), 88 "SocketControlMessage": reflect.TypeOf((*q.SocketControlMessage)(nil)).Elem(), 89 "Stat_t": reflect.TypeOf((*q.Stat_t)(nil)).Elem(), 90 "Statfs_t": reflect.TypeOf((*q.Statfs_t)(nil)).Elem(), 91 "SysProcAttr": reflect.TypeOf((*q.SysProcAttr)(nil)).Elem(), 92 "SysProcIDMap": reflect.TypeOf((*q.SysProcIDMap)(nil)).Elem(), 93 "Sysinfo_t": reflect.TypeOf((*q.Sysinfo_t)(nil)).Elem(), 94 "TCPInfo": reflect.TypeOf((*q.TCPInfo)(nil)).Elem(), 95 "Termios": reflect.TypeOf((*q.Termios)(nil)).Elem(), 96 "Time_t": reflect.TypeOf((*q.Time_t)(nil)).Elem(), 97 "Timespec": reflect.TypeOf((*q.Timespec)(nil)).Elem(), 98 "Timeval": reflect.TypeOf((*q.Timeval)(nil)).Elem(), 99 "Timex": reflect.TypeOf((*q.Timex)(nil)).Elem(), 100 "Tms": reflect.TypeOf((*q.Tms)(nil)).Elem(), 101 "Ucred": reflect.TypeOf((*q.Ucred)(nil)).Elem(), 102 "Ustat_t": reflect.TypeOf((*q.Ustat_t)(nil)).Elem(), 103 "Utimbuf": reflect.TypeOf((*q.Utimbuf)(nil)).Elem(), 104 "Utsname": reflect.TypeOf((*q.Utsname)(nil)).Elem(), 105 "WaitStatus": reflect.TypeOf((*q.WaitStatus)(nil)).Elem(), 106 }, 107 AliasTypes: map[string]reflect.Type{}, 108 Vars: map[string]reflect.Value{ 109 "ForkLock": reflect.ValueOf(&q.ForkLock), 110 "SocketDisableIPv6": reflect.ValueOf(&q.SocketDisableIPv6), 111 "Stderr": reflect.ValueOf(&q.Stderr), 112 "Stdin": reflect.ValueOf(&q.Stdin), 113 "Stdout": reflect.ValueOf(&q.Stdout), 114 }, 115 Funcs: map[string]reflect.Value{ 116 "Accept": reflect.ValueOf(q.Accept), 117 "Accept4": reflect.ValueOf(q.Accept4), 118 "Access": reflect.ValueOf(q.Access), 119 "Acct": reflect.ValueOf(q.Acct), 120 "Adjtimex": reflect.ValueOf(q.Adjtimex), 121 "AllThreadsSyscall": reflect.ValueOf(q.AllThreadsSyscall), 122 "AllThreadsSyscall6": reflect.ValueOf(q.AllThreadsSyscall6), 123 "AttachLsf": reflect.ValueOf(q.AttachLsf), 124 "Bind": reflect.ValueOf(q.Bind), 125 "BindToDevice": reflect.ValueOf(q.BindToDevice), 126 "BytePtrFromString": reflect.ValueOf(q.BytePtrFromString), 127 "ByteSliceFromString": reflect.ValueOf(q.ByteSliceFromString), 128 "Chdir": reflect.ValueOf(q.Chdir), 129 "Chmod": reflect.ValueOf(q.Chmod), 130 "Chown": reflect.ValueOf(q.Chown), 131 "Chroot": reflect.ValueOf(q.Chroot), 132 "Clearenv": reflect.ValueOf(q.Clearenv), 133 "Close": reflect.ValueOf(q.Close), 134 "CloseOnExec": reflect.ValueOf(q.CloseOnExec), 135 "CmsgLen": reflect.ValueOf(q.CmsgLen), 136 "CmsgSpace": reflect.ValueOf(q.CmsgSpace), 137 "Connect": reflect.ValueOf(q.Connect), 138 "Creat": reflect.ValueOf(q.Creat), 139 "DetachLsf": reflect.ValueOf(q.DetachLsf), 140 "Dup": reflect.ValueOf(q.Dup), 141 "Dup3": reflect.ValueOf(q.Dup3), 142 "Environ": reflect.ValueOf(q.Environ), 143 "EpollCreate": reflect.ValueOf(q.EpollCreate), 144 "EpollCreate1": reflect.ValueOf(q.EpollCreate1), 145 "EpollCtl": reflect.ValueOf(q.EpollCtl), 146 "EpollWait": reflect.ValueOf(q.EpollWait), 147 "Exec": reflect.ValueOf(q.Exec), 148 "Exit": reflect.ValueOf(q.Exit), 149 "Faccessat": reflect.ValueOf(q.Faccessat), 150 "Fallocate": reflect.ValueOf(q.Fallocate), 151 "Fchdir": reflect.ValueOf(q.Fchdir), 152 "Fchmod": reflect.ValueOf(q.Fchmod), 153 "Fchmodat": reflect.ValueOf(q.Fchmodat), 154 "Fchown": reflect.ValueOf(q.Fchown), 155 "Fchownat": reflect.ValueOf(q.Fchownat), 156 "FcntlFlock": reflect.ValueOf(q.FcntlFlock), 157 "Fdatasync": reflect.ValueOf(q.Fdatasync), 158 "Flock": reflect.ValueOf(q.Flock), 159 "ForkExec": reflect.ValueOf(q.ForkExec), 160 "Fstat": reflect.ValueOf(q.Fstat), 161 "Fstatat": reflect.ValueOf(q.Fstatat), 162 "Fstatfs": reflect.ValueOf(q.Fstatfs), 163 "Fsync": reflect.ValueOf(q.Fsync), 164 "Ftruncate": reflect.ValueOf(q.Ftruncate), 165 "Futimes": reflect.ValueOf(q.Futimes), 166 "Futimesat": reflect.ValueOf(q.Futimesat), 167 "Getcwd": reflect.ValueOf(q.Getcwd), 168 "Getdents": reflect.ValueOf(q.Getdents), 169 "Getegid": reflect.ValueOf(q.Getegid), 170 "Getenv": reflect.ValueOf(q.Getenv), 171 "Geteuid": reflect.ValueOf(q.Geteuid), 172 "Getgid": reflect.ValueOf(q.Getgid), 173 "Getgroups": reflect.ValueOf(q.Getgroups), 174 "Getpagesize": reflect.ValueOf(q.Getpagesize), 175 "Getpeername": reflect.ValueOf(q.Getpeername), 176 "Getpgid": reflect.ValueOf(q.Getpgid), 177 "Getpgrp": reflect.ValueOf(q.Getpgrp), 178 "Getpid": reflect.ValueOf(q.Getpid), 179 "Getppid": reflect.ValueOf(q.Getppid), 180 "Getpriority": reflect.ValueOf(q.Getpriority), 181 "Getrlimit": reflect.ValueOf(q.Getrlimit), 182 "Getrusage": reflect.ValueOf(q.Getrusage), 183 "Getsockname": reflect.ValueOf(q.Getsockname), 184 "GetsockoptICMPv6Filter": reflect.ValueOf(q.GetsockoptICMPv6Filter), 185 "GetsockoptIPMreq": reflect.ValueOf(q.GetsockoptIPMreq), 186 "GetsockoptIPMreqn": reflect.ValueOf(q.GetsockoptIPMreqn), 187 "GetsockoptIPv6MTUInfo": reflect.ValueOf(q.GetsockoptIPv6MTUInfo), 188 "GetsockoptIPv6Mreq": reflect.ValueOf(q.GetsockoptIPv6Mreq), 189 "GetsockoptInet4Addr": reflect.ValueOf(q.GetsockoptInet4Addr), 190 "GetsockoptInt": reflect.ValueOf(q.GetsockoptInt), 191 "GetsockoptUcred": reflect.ValueOf(q.GetsockoptUcred), 192 "Gettid": reflect.ValueOf(q.Gettid), 193 "Gettimeofday": reflect.ValueOf(q.Gettimeofday), 194 "Getuid": reflect.ValueOf(q.Getuid), 195 "Getwd": reflect.ValueOf(q.Getwd), 196 "Getxattr": reflect.ValueOf(q.Getxattr), 197 "InotifyAddWatch": reflect.ValueOf(q.InotifyAddWatch), 198 "InotifyInit": reflect.ValueOf(q.InotifyInit), 199 "InotifyInit1": reflect.ValueOf(q.InotifyInit1), 200 "InotifyRmWatch": reflect.ValueOf(q.InotifyRmWatch), 201 "Kill": reflect.ValueOf(q.Kill), 202 "Klogctl": reflect.ValueOf(q.Klogctl), 203 "Lchown": reflect.ValueOf(q.Lchown), 204 "Link": reflect.ValueOf(q.Link), 205 "Listen": reflect.ValueOf(q.Listen), 206 "Listxattr": reflect.ValueOf(q.Listxattr), 207 "LsfJump": reflect.ValueOf(q.LsfJump), 208 "LsfSocket": reflect.ValueOf(q.LsfSocket), 209 "LsfStmt": reflect.ValueOf(q.LsfStmt), 210 "Lstat": reflect.ValueOf(q.Lstat), 211 "Madvise": reflect.ValueOf(q.Madvise), 212 "Mkdir": reflect.ValueOf(q.Mkdir), 213 "Mkdirat": reflect.ValueOf(q.Mkdirat), 214 "Mkfifo": reflect.ValueOf(q.Mkfifo), 215 "Mknod": reflect.ValueOf(q.Mknod), 216 "Mknodat": reflect.ValueOf(q.Mknodat), 217 "Mlock": reflect.ValueOf(q.Mlock), 218 "Mlockall": reflect.ValueOf(q.Mlockall), 219 "Mmap": reflect.ValueOf(q.Mmap), 220 "Mount": reflect.ValueOf(q.Mount), 221 "Mprotect": reflect.ValueOf(q.Mprotect), 222 "Munlock": reflect.ValueOf(q.Munlock), 223 "Munlockall": reflect.ValueOf(q.Munlockall), 224 "Munmap": reflect.ValueOf(q.Munmap), 225 "Nanosleep": reflect.ValueOf(q.Nanosleep), 226 "NetlinkRIB": reflect.ValueOf(q.NetlinkRIB), 227 "NsecToTimespec": reflect.ValueOf(q.NsecToTimespec), 228 "NsecToTimeval": reflect.ValueOf(q.NsecToTimeval), 229 "Open": reflect.ValueOf(q.Open), 230 "Openat": reflect.ValueOf(q.Openat), 231 "ParseDirent": reflect.ValueOf(q.ParseDirent), 232 "ParseNetlinkMessage": reflect.ValueOf(q.ParseNetlinkMessage), 233 "ParseNetlinkRouteAttr": reflect.ValueOf(q.ParseNetlinkRouteAttr), 234 "ParseSocketControlMessage": reflect.ValueOf(q.ParseSocketControlMessage), 235 "ParseUnixCredentials": reflect.ValueOf(q.ParseUnixCredentials), 236 "ParseUnixRights": reflect.ValueOf(q.ParseUnixRights), 237 "Pause": reflect.ValueOf(q.Pause), 238 "Pipe": reflect.ValueOf(q.Pipe), 239 "Pipe2": reflect.ValueOf(q.Pipe2), 240 "PivotRoot": reflect.ValueOf(q.PivotRoot), 241 "Pread": reflect.ValueOf(q.Pread), 242 "PtraceAttach": reflect.ValueOf(q.PtraceAttach), 243 "PtraceCont": reflect.ValueOf(q.PtraceCont), 244 "PtraceDetach": reflect.ValueOf(q.PtraceDetach), 245 "PtraceGetEventMsg": reflect.ValueOf(q.PtraceGetEventMsg), 246 "PtraceGetRegs": reflect.ValueOf(q.PtraceGetRegs), 247 "PtracePeekData": reflect.ValueOf(q.PtracePeekData), 248 "PtracePeekText": reflect.ValueOf(q.PtracePeekText), 249 "PtracePokeData": reflect.ValueOf(q.PtracePokeData), 250 "PtracePokeText": reflect.ValueOf(q.PtracePokeText), 251 "PtraceSetOptions": reflect.ValueOf(q.PtraceSetOptions), 252 "PtraceSetRegs": reflect.ValueOf(q.PtraceSetRegs), 253 "PtraceSingleStep": reflect.ValueOf(q.PtraceSingleStep), 254 "PtraceSyscall": reflect.ValueOf(q.PtraceSyscall), 255 "Pwrite": reflect.ValueOf(q.Pwrite), 256 "RawSyscall": reflect.ValueOf(q.RawSyscall), 257 "RawSyscall6": reflect.ValueOf(q.RawSyscall6), 258 "Read": reflect.ValueOf(q.Read), 259 "ReadDirent": reflect.ValueOf(q.ReadDirent), 260 "Readlink": reflect.ValueOf(q.Readlink), 261 "Reboot": reflect.ValueOf(q.Reboot), 262 "Recvfrom": reflect.ValueOf(q.Recvfrom), 263 "Recvmsg": reflect.ValueOf(q.Recvmsg), 264 "Removexattr": reflect.ValueOf(q.Removexattr), 265 "Rename": reflect.ValueOf(q.Rename), 266 "Renameat": reflect.ValueOf(q.Renameat), 267 "Rmdir": reflect.ValueOf(q.Rmdir), 268 "Seek": reflect.ValueOf(q.Seek), 269 "Select": reflect.ValueOf(q.Select), 270 "Sendfile": reflect.ValueOf(q.Sendfile), 271 "Sendmsg": reflect.ValueOf(q.Sendmsg), 272 "SendmsgN": reflect.ValueOf(q.SendmsgN), 273 "Sendto": reflect.ValueOf(q.Sendto), 274 "SetLsfPromisc": reflect.ValueOf(q.SetLsfPromisc), 275 "SetNonblock": reflect.ValueOf(q.SetNonblock), 276 "Setdomainname": reflect.ValueOf(q.Setdomainname), 277 "Setegid": reflect.ValueOf(q.Setegid), 278 "Setenv": reflect.ValueOf(q.Setenv), 279 "Seteuid": reflect.ValueOf(q.Seteuid), 280 "Setfsgid": reflect.ValueOf(q.Setfsgid), 281 "Setfsuid": reflect.ValueOf(q.Setfsuid), 282 "Setgid": reflect.ValueOf(q.Setgid), 283 "Setgroups": reflect.ValueOf(q.Setgroups), 284 "Sethostname": reflect.ValueOf(q.Sethostname), 285 "Setpgid": reflect.ValueOf(q.Setpgid), 286 "Setpriority": reflect.ValueOf(q.Setpriority), 287 "Setregid": reflect.ValueOf(q.Setregid), 288 "Setresgid": reflect.ValueOf(q.Setresgid), 289 "Setresuid": reflect.ValueOf(q.Setresuid), 290 "Setreuid": reflect.ValueOf(q.Setreuid), 291 "Setrlimit": reflect.ValueOf(q.Setrlimit), 292 "Setsid": reflect.ValueOf(q.Setsid), 293 "SetsockoptByte": reflect.ValueOf(q.SetsockoptByte), 294 "SetsockoptICMPv6Filter": reflect.ValueOf(q.SetsockoptICMPv6Filter), 295 "SetsockoptIPMreq": reflect.ValueOf(q.SetsockoptIPMreq), 296 "SetsockoptIPMreqn": reflect.ValueOf(q.SetsockoptIPMreqn), 297 "SetsockoptIPv6Mreq": reflect.ValueOf(q.SetsockoptIPv6Mreq), 298 "SetsockoptInet4Addr": reflect.ValueOf(q.SetsockoptInet4Addr), 299 "SetsockoptInt": reflect.ValueOf(q.SetsockoptInt), 300 "SetsockoptLinger": reflect.ValueOf(q.SetsockoptLinger), 301 "SetsockoptString": reflect.ValueOf(q.SetsockoptString), 302 "SetsockoptTimeval": reflect.ValueOf(q.SetsockoptTimeval), 303 "Settimeofday": reflect.ValueOf(q.Settimeofday), 304 "Setuid": reflect.ValueOf(q.Setuid), 305 "Setxattr": reflect.ValueOf(q.Setxattr), 306 "Shutdown": reflect.ValueOf(q.Shutdown), 307 "SlicePtrFromStrings": reflect.ValueOf(q.SlicePtrFromStrings), 308 "Socket": reflect.ValueOf(q.Socket), 309 "Socketpair": reflect.ValueOf(q.Socketpair), 310 "Splice": reflect.ValueOf(q.Splice), 311 "StartProcess": reflect.ValueOf(q.StartProcess), 312 "Stat": reflect.ValueOf(q.Stat), 313 "Statfs": reflect.ValueOf(q.Statfs), 314 "StringBytePtr": reflect.ValueOf(q.StringBytePtr), 315 "StringByteSlice": reflect.ValueOf(q.StringByteSlice), 316 "StringSlicePtr": reflect.ValueOf(q.StringSlicePtr), 317 "Symlink": reflect.ValueOf(q.Symlink), 318 "Sync": reflect.ValueOf(q.Sync), 319 "SyncFileRange": reflect.ValueOf(q.SyncFileRange), 320 "Syscall": reflect.ValueOf(q.Syscall), 321 "Syscall6": reflect.ValueOf(q.Syscall6), 322 "Sysinfo": reflect.ValueOf(q.Sysinfo), 323 "Tee": reflect.ValueOf(q.Tee), 324 "Tgkill": reflect.ValueOf(q.Tgkill), 325 "Time": reflect.ValueOf(q.Time), 326 "Times": reflect.ValueOf(q.Times), 327 "TimespecToNsec": reflect.ValueOf(q.TimespecToNsec), 328 "TimevalToNsec": reflect.ValueOf(q.TimevalToNsec), 329 "Truncate": reflect.ValueOf(q.Truncate), 330 "Umask": reflect.ValueOf(q.Umask), 331 "Uname": reflect.ValueOf(q.Uname), 332 "UnixCredentials": reflect.ValueOf(q.UnixCredentials), 333 "UnixRights": reflect.ValueOf(q.UnixRights), 334 "Unlink": reflect.ValueOf(q.Unlink), 335 "Unlinkat": reflect.ValueOf(q.Unlinkat), 336 "Unmount": reflect.ValueOf(q.Unmount), 337 "Unsetenv": reflect.ValueOf(q.Unsetenv), 338 "Unshare": reflect.ValueOf(q.Unshare), 339 "Utime": reflect.ValueOf(q.Utime), 340 "Utimes": reflect.ValueOf(q.Utimes), 341 "UtimesNano": reflect.ValueOf(q.UtimesNano), 342 "Wait4": reflect.ValueOf(q.Wait4), 343 "Write": reflect.ValueOf(q.Write), 344 }, 345 TypedConsts: map[string]igop.TypedConst{ 346 "E2BIG": {reflect.TypeOf(q.E2BIG), constant.MakeInt64(int64(q.E2BIG))}, 347 "EACCES": {reflect.TypeOf(q.EACCES), constant.MakeInt64(int64(q.EACCES))}, 348 "EADDRINUSE": {reflect.TypeOf(q.EADDRINUSE), constant.MakeInt64(int64(q.EADDRINUSE))}, 349 "EADDRNOTAVAIL": {reflect.TypeOf(q.EADDRNOTAVAIL), constant.MakeInt64(int64(q.EADDRNOTAVAIL))}, 350 "EADV": {reflect.TypeOf(q.EADV), constant.MakeInt64(int64(q.EADV))}, 351 "EAFNOSUPPORT": {reflect.TypeOf(q.EAFNOSUPPORT), constant.MakeInt64(int64(q.EAFNOSUPPORT))}, 352 "EAGAIN": {reflect.TypeOf(q.EAGAIN), constant.MakeInt64(int64(q.EAGAIN))}, 353 "EALREADY": {reflect.TypeOf(q.EALREADY), constant.MakeInt64(int64(q.EALREADY))}, 354 "EBADE": {reflect.TypeOf(q.EBADE), constant.MakeInt64(int64(q.EBADE))}, 355 "EBADF": {reflect.TypeOf(q.EBADF), constant.MakeInt64(int64(q.EBADF))}, 356 "EBADFD": {reflect.TypeOf(q.EBADFD), constant.MakeInt64(int64(q.EBADFD))}, 357 "EBADMSG": {reflect.TypeOf(q.EBADMSG), constant.MakeInt64(int64(q.EBADMSG))}, 358 "EBADR": {reflect.TypeOf(q.EBADR), constant.MakeInt64(int64(q.EBADR))}, 359 "EBADRQC": {reflect.TypeOf(q.EBADRQC), constant.MakeInt64(int64(q.EBADRQC))}, 360 "EBADSLT": {reflect.TypeOf(q.EBADSLT), constant.MakeInt64(int64(q.EBADSLT))}, 361 "EBFONT": {reflect.TypeOf(q.EBFONT), constant.MakeInt64(int64(q.EBFONT))}, 362 "EBUSY": {reflect.TypeOf(q.EBUSY), constant.MakeInt64(int64(q.EBUSY))}, 363 "ECANCELED": {reflect.TypeOf(q.ECANCELED), constant.MakeInt64(int64(q.ECANCELED))}, 364 "ECHILD": {reflect.TypeOf(q.ECHILD), constant.MakeInt64(int64(q.ECHILD))}, 365 "ECHRNG": {reflect.TypeOf(q.ECHRNG), constant.MakeInt64(int64(q.ECHRNG))}, 366 "ECOMM": {reflect.TypeOf(q.ECOMM), constant.MakeInt64(int64(q.ECOMM))}, 367 "ECONNABORTED": {reflect.TypeOf(q.ECONNABORTED), constant.MakeInt64(int64(q.ECONNABORTED))}, 368 "ECONNREFUSED": {reflect.TypeOf(q.ECONNREFUSED), constant.MakeInt64(int64(q.ECONNREFUSED))}, 369 "ECONNRESET": {reflect.TypeOf(q.ECONNRESET), constant.MakeInt64(int64(q.ECONNRESET))}, 370 "EDEADLK": {reflect.TypeOf(q.EDEADLK), constant.MakeInt64(int64(q.EDEADLK))}, 371 "EDEADLOCK": {reflect.TypeOf(q.EDEADLOCK), constant.MakeInt64(int64(q.EDEADLOCK))}, 372 "EDESTADDRREQ": {reflect.TypeOf(q.EDESTADDRREQ), constant.MakeInt64(int64(q.EDESTADDRREQ))}, 373 "EDOM": {reflect.TypeOf(q.EDOM), constant.MakeInt64(int64(q.EDOM))}, 374 "EDOTDOT": {reflect.TypeOf(q.EDOTDOT), constant.MakeInt64(int64(q.EDOTDOT))}, 375 "EDQUOT": {reflect.TypeOf(q.EDQUOT), constant.MakeInt64(int64(q.EDQUOT))}, 376 "EEXIST": {reflect.TypeOf(q.EEXIST), constant.MakeInt64(int64(q.EEXIST))}, 377 "EFAULT": {reflect.TypeOf(q.EFAULT), constant.MakeInt64(int64(q.EFAULT))}, 378 "EFBIG": {reflect.TypeOf(q.EFBIG), constant.MakeInt64(int64(q.EFBIG))}, 379 "EHOSTDOWN": {reflect.TypeOf(q.EHOSTDOWN), constant.MakeInt64(int64(q.EHOSTDOWN))}, 380 "EHOSTUNREACH": {reflect.TypeOf(q.EHOSTUNREACH), constant.MakeInt64(int64(q.EHOSTUNREACH))}, 381 "EHWPOISON": {reflect.TypeOf(q.EHWPOISON), constant.MakeInt64(int64(q.EHWPOISON))}, 382 "EIDRM": {reflect.TypeOf(q.EIDRM), constant.MakeInt64(int64(q.EIDRM))}, 383 "EILSEQ": {reflect.TypeOf(q.EILSEQ), constant.MakeInt64(int64(q.EILSEQ))}, 384 "EINPROGRESS": {reflect.TypeOf(q.EINPROGRESS), constant.MakeInt64(int64(q.EINPROGRESS))}, 385 "EINTR": {reflect.TypeOf(q.EINTR), constant.MakeInt64(int64(q.EINTR))}, 386 "EINVAL": {reflect.TypeOf(q.EINVAL), constant.MakeInt64(int64(q.EINVAL))}, 387 "EIO": {reflect.TypeOf(q.EIO), constant.MakeInt64(int64(q.EIO))}, 388 "EISCONN": {reflect.TypeOf(q.EISCONN), constant.MakeInt64(int64(q.EISCONN))}, 389 "EISDIR": {reflect.TypeOf(q.EISDIR), constant.MakeInt64(int64(q.EISDIR))}, 390 "EISNAM": {reflect.TypeOf(q.EISNAM), constant.MakeInt64(int64(q.EISNAM))}, 391 "EKEYEXPIRED": {reflect.TypeOf(q.EKEYEXPIRED), constant.MakeInt64(int64(q.EKEYEXPIRED))}, 392 "EKEYREJECTED": {reflect.TypeOf(q.EKEYREJECTED), constant.MakeInt64(int64(q.EKEYREJECTED))}, 393 "EKEYREVOKED": {reflect.TypeOf(q.EKEYREVOKED), constant.MakeInt64(int64(q.EKEYREVOKED))}, 394 "EL2HLT": {reflect.TypeOf(q.EL2HLT), constant.MakeInt64(int64(q.EL2HLT))}, 395 "EL2NSYNC": {reflect.TypeOf(q.EL2NSYNC), constant.MakeInt64(int64(q.EL2NSYNC))}, 396 "EL3HLT": {reflect.TypeOf(q.EL3HLT), constant.MakeInt64(int64(q.EL3HLT))}, 397 "EL3RST": {reflect.TypeOf(q.EL3RST), constant.MakeInt64(int64(q.EL3RST))}, 398 "ELIBACC": {reflect.TypeOf(q.ELIBACC), constant.MakeInt64(int64(q.ELIBACC))}, 399 "ELIBBAD": {reflect.TypeOf(q.ELIBBAD), constant.MakeInt64(int64(q.ELIBBAD))}, 400 "ELIBEXEC": {reflect.TypeOf(q.ELIBEXEC), constant.MakeInt64(int64(q.ELIBEXEC))}, 401 "ELIBMAX": {reflect.TypeOf(q.ELIBMAX), constant.MakeInt64(int64(q.ELIBMAX))}, 402 "ELIBSCN": {reflect.TypeOf(q.ELIBSCN), constant.MakeInt64(int64(q.ELIBSCN))}, 403 "ELNRNG": {reflect.TypeOf(q.ELNRNG), constant.MakeInt64(int64(q.ELNRNG))}, 404 "ELOOP": {reflect.TypeOf(q.ELOOP), constant.MakeInt64(int64(q.ELOOP))}, 405 "EMEDIUMTYPE": {reflect.TypeOf(q.EMEDIUMTYPE), constant.MakeInt64(int64(q.EMEDIUMTYPE))}, 406 "EMFILE": {reflect.TypeOf(q.EMFILE), constant.MakeInt64(int64(q.EMFILE))}, 407 "EMLINK": {reflect.TypeOf(q.EMLINK), constant.MakeInt64(int64(q.EMLINK))}, 408 "EMSGSIZE": {reflect.TypeOf(q.EMSGSIZE), constant.MakeInt64(int64(q.EMSGSIZE))}, 409 "EMULTIHOP": {reflect.TypeOf(q.EMULTIHOP), constant.MakeInt64(int64(q.EMULTIHOP))}, 410 "ENAMETOOLONG": {reflect.TypeOf(q.ENAMETOOLONG), constant.MakeInt64(int64(q.ENAMETOOLONG))}, 411 "ENAVAIL": {reflect.TypeOf(q.ENAVAIL), constant.MakeInt64(int64(q.ENAVAIL))}, 412 "ENETDOWN": {reflect.TypeOf(q.ENETDOWN), constant.MakeInt64(int64(q.ENETDOWN))}, 413 "ENETRESET": {reflect.TypeOf(q.ENETRESET), constant.MakeInt64(int64(q.ENETRESET))}, 414 "ENETUNREACH": {reflect.TypeOf(q.ENETUNREACH), constant.MakeInt64(int64(q.ENETUNREACH))}, 415 "ENFILE": {reflect.TypeOf(q.ENFILE), constant.MakeInt64(int64(q.ENFILE))}, 416 "ENOANO": {reflect.TypeOf(q.ENOANO), constant.MakeInt64(int64(q.ENOANO))}, 417 "ENOBUFS": {reflect.TypeOf(q.ENOBUFS), constant.MakeInt64(int64(q.ENOBUFS))}, 418 "ENOCSI": {reflect.TypeOf(q.ENOCSI), constant.MakeInt64(int64(q.ENOCSI))}, 419 "ENODATA": {reflect.TypeOf(q.ENODATA), constant.MakeInt64(int64(q.ENODATA))}, 420 "ENODEV": {reflect.TypeOf(q.ENODEV), constant.MakeInt64(int64(q.ENODEV))}, 421 "ENOENT": {reflect.TypeOf(q.ENOENT), constant.MakeInt64(int64(q.ENOENT))}, 422 "ENOEXEC": {reflect.TypeOf(q.ENOEXEC), constant.MakeInt64(int64(q.ENOEXEC))}, 423 "ENOKEY": {reflect.TypeOf(q.ENOKEY), constant.MakeInt64(int64(q.ENOKEY))}, 424 "ENOLCK": {reflect.TypeOf(q.ENOLCK), constant.MakeInt64(int64(q.ENOLCK))}, 425 "ENOLINK": {reflect.TypeOf(q.ENOLINK), constant.MakeInt64(int64(q.ENOLINK))}, 426 "ENOMEDIUM": {reflect.TypeOf(q.ENOMEDIUM), constant.MakeInt64(int64(q.ENOMEDIUM))}, 427 "ENOMEM": {reflect.TypeOf(q.ENOMEM), constant.MakeInt64(int64(q.ENOMEM))}, 428 "ENOMSG": {reflect.TypeOf(q.ENOMSG), constant.MakeInt64(int64(q.ENOMSG))}, 429 "ENONET": {reflect.TypeOf(q.ENONET), constant.MakeInt64(int64(q.ENONET))}, 430 "ENOPKG": {reflect.TypeOf(q.ENOPKG), constant.MakeInt64(int64(q.ENOPKG))}, 431 "ENOPROTOOPT": {reflect.TypeOf(q.ENOPROTOOPT), constant.MakeInt64(int64(q.ENOPROTOOPT))}, 432 "ENOSPC": {reflect.TypeOf(q.ENOSPC), constant.MakeInt64(int64(q.ENOSPC))}, 433 "ENOSR": {reflect.TypeOf(q.ENOSR), constant.MakeInt64(int64(q.ENOSR))}, 434 "ENOSTR": {reflect.TypeOf(q.ENOSTR), constant.MakeInt64(int64(q.ENOSTR))}, 435 "ENOSYS": {reflect.TypeOf(q.ENOSYS), constant.MakeInt64(int64(q.ENOSYS))}, 436 "ENOTBLK": {reflect.TypeOf(q.ENOTBLK), constant.MakeInt64(int64(q.ENOTBLK))}, 437 "ENOTCONN": {reflect.TypeOf(q.ENOTCONN), constant.MakeInt64(int64(q.ENOTCONN))}, 438 "ENOTDIR": {reflect.TypeOf(q.ENOTDIR), constant.MakeInt64(int64(q.ENOTDIR))}, 439 "ENOTEMPTY": {reflect.TypeOf(q.ENOTEMPTY), constant.MakeInt64(int64(q.ENOTEMPTY))}, 440 "ENOTNAM": {reflect.TypeOf(q.ENOTNAM), constant.MakeInt64(int64(q.ENOTNAM))}, 441 "ENOTRECOVERABLE": {reflect.TypeOf(q.ENOTRECOVERABLE), constant.MakeInt64(int64(q.ENOTRECOVERABLE))}, 442 "ENOTSOCK": {reflect.TypeOf(q.ENOTSOCK), constant.MakeInt64(int64(q.ENOTSOCK))}, 443 "ENOTSUP": {reflect.TypeOf(q.ENOTSUP), constant.MakeInt64(int64(q.ENOTSUP))}, 444 "ENOTTY": {reflect.TypeOf(q.ENOTTY), constant.MakeInt64(int64(q.ENOTTY))}, 445 "ENOTUNIQ": {reflect.TypeOf(q.ENOTUNIQ), constant.MakeInt64(int64(q.ENOTUNIQ))}, 446 "ENXIO": {reflect.TypeOf(q.ENXIO), constant.MakeInt64(int64(q.ENXIO))}, 447 "EOPNOTSUPP": {reflect.TypeOf(q.EOPNOTSUPP), constant.MakeInt64(int64(q.EOPNOTSUPP))}, 448 "EOVERFLOW": {reflect.TypeOf(q.EOVERFLOW), constant.MakeInt64(int64(q.EOVERFLOW))}, 449 "EOWNERDEAD": {reflect.TypeOf(q.EOWNERDEAD), constant.MakeInt64(int64(q.EOWNERDEAD))}, 450 "EPERM": {reflect.TypeOf(q.EPERM), constant.MakeInt64(int64(q.EPERM))}, 451 "EPFNOSUPPORT": {reflect.TypeOf(q.EPFNOSUPPORT), constant.MakeInt64(int64(q.EPFNOSUPPORT))}, 452 "EPIPE": {reflect.TypeOf(q.EPIPE), constant.MakeInt64(int64(q.EPIPE))}, 453 "EPROTO": {reflect.TypeOf(q.EPROTO), constant.MakeInt64(int64(q.EPROTO))}, 454 "EPROTONOSUPPORT": {reflect.TypeOf(q.EPROTONOSUPPORT), constant.MakeInt64(int64(q.EPROTONOSUPPORT))}, 455 "EPROTOTYPE": {reflect.TypeOf(q.EPROTOTYPE), constant.MakeInt64(int64(q.EPROTOTYPE))}, 456 "ERANGE": {reflect.TypeOf(q.ERANGE), constant.MakeInt64(int64(q.ERANGE))}, 457 "EREMCHG": {reflect.TypeOf(q.EREMCHG), constant.MakeInt64(int64(q.EREMCHG))}, 458 "EREMOTE": {reflect.TypeOf(q.EREMOTE), constant.MakeInt64(int64(q.EREMOTE))}, 459 "EREMOTEIO": {reflect.TypeOf(q.EREMOTEIO), constant.MakeInt64(int64(q.EREMOTEIO))}, 460 "ERESTART": {reflect.TypeOf(q.ERESTART), constant.MakeInt64(int64(q.ERESTART))}, 461 "ERFKILL": {reflect.TypeOf(q.ERFKILL), constant.MakeInt64(int64(q.ERFKILL))}, 462 "EROFS": {reflect.TypeOf(q.EROFS), constant.MakeInt64(int64(q.EROFS))}, 463 "ESHUTDOWN": {reflect.TypeOf(q.ESHUTDOWN), constant.MakeInt64(int64(q.ESHUTDOWN))}, 464 "ESOCKTNOSUPPORT": {reflect.TypeOf(q.ESOCKTNOSUPPORT), constant.MakeInt64(int64(q.ESOCKTNOSUPPORT))}, 465 "ESPIPE": {reflect.TypeOf(q.ESPIPE), constant.MakeInt64(int64(q.ESPIPE))}, 466 "ESRCH": {reflect.TypeOf(q.ESRCH), constant.MakeInt64(int64(q.ESRCH))}, 467 "ESRMNT": {reflect.TypeOf(q.ESRMNT), constant.MakeInt64(int64(q.ESRMNT))}, 468 "ESTALE": {reflect.TypeOf(q.ESTALE), constant.MakeInt64(int64(q.ESTALE))}, 469 "ESTRPIPE": {reflect.TypeOf(q.ESTRPIPE), constant.MakeInt64(int64(q.ESTRPIPE))}, 470 "ETIME": {reflect.TypeOf(q.ETIME), constant.MakeInt64(int64(q.ETIME))}, 471 "ETIMEDOUT": {reflect.TypeOf(q.ETIMEDOUT), constant.MakeInt64(int64(q.ETIMEDOUT))}, 472 "ETOOMANYREFS": {reflect.TypeOf(q.ETOOMANYREFS), constant.MakeInt64(int64(q.ETOOMANYREFS))}, 473 "ETXTBSY": {reflect.TypeOf(q.ETXTBSY), constant.MakeInt64(int64(q.ETXTBSY))}, 474 "EUCLEAN": {reflect.TypeOf(q.EUCLEAN), constant.MakeInt64(int64(q.EUCLEAN))}, 475 "EUNATCH": {reflect.TypeOf(q.EUNATCH), constant.MakeInt64(int64(q.EUNATCH))}, 476 "EUSERS": {reflect.TypeOf(q.EUSERS), constant.MakeInt64(int64(q.EUSERS))}, 477 "EWOULDBLOCK": {reflect.TypeOf(q.EWOULDBLOCK), constant.MakeInt64(int64(q.EWOULDBLOCK))}, 478 "EXDEV": {reflect.TypeOf(q.EXDEV), constant.MakeInt64(int64(q.EXDEV))}, 479 "EXFULL": {reflect.TypeOf(q.EXFULL), constant.MakeInt64(int64(q.EXFULL))}, 480 "SIGABRT": {reflect.TypeOf(q.SIGABRT), constant.MakeInt64(int64(q.SIGABRT))}, 481 "SIGALRM": {reflect.TypeOf(q.SIGALRM), constant.MakeInt64(int64(q.SIGALRM))}, 482 "SIGBUS": {reflect.TypeOf(q.SIGBUS), constant.MakeInt64(int64(q.SIGBUS))}, 483 "SIGCHLD": {reflect.TypeOf(q.SIGCHLD), constant.MakeInt64(int64(q.SIGCHLD))}, 484 "SIGCLD": {reflect.TypeOf(q.SIGCLD), constant.MakeInt64(int64(q.SIGCLD))}, 485 "SIGCONT": {reflect.TypeOf(q.SIGCONT), constant.MakeInt64(int64(q.SIGCONT))}, 486 "SIGFPE": {reflect.TypeOf(q.SIGFPE), constant.MakeInt64(int64(q.SIGFPE))}, 487 "SIGHUP": {reflect.TypeOf(q.SIGHUP), constant.MakeInt64(int64(q.SIGHUP))}, 488 "SIGILL": {reflect.TypeOf(q.SIGILL), constant.MakeInt64(int64(q.SIGILL))}, 489 "SIGINT": {reflect.TypeOf(q.SIGINT), constant.MakeInt64(int64(q.SIGINT))}, 490 "SIGIO": {reflect.TypeOf(q.SIGIO), constant.MakeInt64(int64(q.SIGIO))}, 491 "SIGIOT": {reflect.TypeOf(q.SIGIOT), constant.MakeInt64(int64(q.SIGIOT))}, 492 "SIGKILL": {reflect.TypeOf(q.SIGKILL), constant.MakeInt64(int64(q.SIGKILL))}, 493 "SIGPIPE": {reflect.TypeOf(q.SIGPIPE), constant.MakeInt64(int64(q.SIGPIPE))}, 494 "SIGPOLL": {reflect.TypeOf(q.SIGPOLL), constant.MakeInt64(int64(q.SIGPOLL))}, 495 "SIGPROF": {reflect.TypeOf(q.SIGPROF), constant.MakeInt64(int64(q.SIGPROF))}, 496 "SIGPWR": {reflect.TypeOf(q.SIGPWR), constant.MakeInt64(int64(q.SIGPWR))}, 497 "SIGQUIT": {reflect.TypeOf(q.SIGQUIT), constant.MakeInt64(int64(q.SIGQUIT))}, 498 "SIGSEGV": {reflect.TypeOf(q.SIGSEGV), constant.MakeInt64(int64(q.SIGSEGV))}, 499 "SIGSTKFLT": {reflect.TypeOf(q.SIGSTKFLT), constant.MakeInt64(int64(q.SIGSTKFLT))}, 500 "SIGSTOP": {reflect.TypeOf(q.SIGSTOP), constant.MakeInt64(int64(q.SIGSTOP))}, 501 "SIGSYS": {reflect.TypeOf(q.SIGSYS), constant.MakeInt64(int64(q.SIGSYS))}, 502 "SIGTERM": {reflect.TypeOf(q.SIGTERM), constant.MakeInt64(int64(q.SIGTERM))}, 503 "SIGTRAP": {reflect.TypeOf(q.SIGTRAP), constant.MakeInt64(int64(q.SIGTRAP))}, 504 "SIGTSTP": {reflect.TypeOf(q.SIGTSTP), constant.MakeInt64(int64(q.SIGTSTP))}, 505 "SIGTTIN": {reflect.TypeOf(q.SIGTTIN), constant.MakeInt64(int64(q.SIGTTIN))}, 506 "SIGTTOU": {reflect.TypeOf(q.SIGTTOU), constant.MakeInt64(int64(q.SIGTTOU))}, 507 "SIGURG": {reflect.TypeOf(q.SIGURG), constant.MakeInt64(int64(q.SIGURG))}, 508 "SIGUSR1": {reflect.TypeOf(q.SIGUSR1), constant.MakeInt64(int64(q.SIGUSR1))}, 509 "SIGUSR2": {reflect.TypeOf(q.SIGUSR2), constant.MakeInt64(int64(q.SIGUSR2))}, 510 "SIGVTALRM": {reflect.TypeOf(q.SIGVTALRM), constant.MakeInt64(int64(q.SIGVTALRM))}, 511 "SIGWINCH": {reflect.TypeOf(q.SIGWINCH), constant.MakeInt64(int64(q.SIGWINCH))}, 512 "SIGXCPU": {reflect.TypeOf(q.SIGXCPU), constant.MakeInt64(int64(q.SIGXCPU))}, 513 "SIGXFSZ": {reflect.TypeOf(q.SIGXFSZ), constant.MakeInt64(int64(q.SIGXFSZ))}, 514 }, 515 UntypedConsts: map[string]igop.UntypedConst{ 516 "AF_ALG": {"untyped int", constant.MakeInt64(int64(q.AF_ALG))}, 517 "AF_APPLETALK": {"untyped int", constant.MakeInt64(int64(q.AF_APPLETALK))}, 518 "AF_ASH": {"untyped int", constant.MakeInt64(int64(q.AF_ASH))}, 519 "AF_ATMPVC": {"untyped int", constant.MakeInt64(int64(q.AF_ATMPVC))}, 520 "AF_ATMSVC": {"untyped int", constant.MakeInt64(int64(q.AF_ATMSVC))}, 521 "AF_AX25": {"untyped int", constant.MakeInt64(int64(q.AF_AX25))}, 522 "AF_BLUETOOTH": {"untyped int", constant.MakeInt64(int64(q.AF_BLUETOOTH))}, 523 "AF_BRIDGE": {"untyped int", constant.MakeInt64(int64(q.AF_BRIDGE))}, 524 "AF_CAIF": {"untyped int", constant.MakeInt64(int64(q.AF_CAIF))}, 525 "AF_CAN": {"untyped int", constant.MakeInt64(int64(q.AF_CAN))}, 526 "AF_DECnet": {"untyped int", constant.MakeInt64(int64(q.AF_DECnet))}, 527 "AF_ECONET": {"untyped int", constant.MakeInt64(int64(q.AF_ECONET))}, 528 "AF_FILE": {"untyped int", constant.MakeInt64(int64(q.AF_FILE))}, 529 "AF_IB": {"untyped int", constant.MakeInt64(int64(q.AF_IB))}, 530 "AF_IEEE802154": {"untyped int", constant.MakeInt64(int64(q.AF_IEEE802154))}, 531 "AF_INET": {"untyped int", constant.MakeInt64(int64(q.AF_INET))}, 532 "AF_INET6": {"untyped int", constant.MakeInt64(int64(q.AF_INET6))}, 533 "AF_IPX": {"untyped int", constant.MakeInt64(int64(q.AF_IPX))}, 534 "AF_IRDA": {"untyped int", constant.MakeInt64(int64(q.AF_IRDA))}, 535 "AF_ISDN": {"untyped int", constant.MakeInt64(int64(q.AF_ISDN))}, 536 "AF_IUCV": {"untyped int", constant.MakeInt64(int64(q.AF_IUCV))}, 537 "AF_KCM": {"untyped int", constant.MakeInt64(int64(q.AF_KCM))}, 538 "AF_KEY": {"untyped int", constant.MakeInt64(int64(q.AF_KEY))}, 539 "AF_LLC": {"untyped int", constant.MakeInt64(int64(q.AF_LLC))}, 540 "AF_LOCAL": {"untyped int", constant.MakeInt64(int64(q.AF_LOCAL))}, 541 "AF_MAX": {"untyped int", constant.MakeInt64(int64(q.AF_MAX))}, 542 "AF_MCTP": {"untyped int", constant.MakeInt64(int64(q.AF_MCTP))}, 543 "AF_MPLS": {"untyped int", constant.MakeInt64(int64(q.AF_MPLS))}, 544 "AF_NETBEUI": {"untyped int", constant.MakeInt64(int64(q.AF_NETBEUI))}, 545 "AF_NETLINK": {"untyped int", constant.MakeInt64(int64(q.AF_NETLINK))}, 546 "AF_NETROM": {"untyped int", constant.MakeInt64(int64(q.AF_NETROM))}, 547 "AF_NFC": {"untyped int", constant.MakeInt64(int64(q.AF_NFC))}, 548 "AF_PACKET": {"untyped int", constant.MakeInt64(int64(q.AF_PACKET))}, 549 "AF_PHONET": {"untyped int", constant.MakeInt64(int64(q.AF_PHONET))}, 550 "AF_PPPOX": {"untyped int", constant.MakeInt64(int64(q.AF_PPPOX))}, 551 "AF_QIPCRTR": {"untyped int", constant.MakeInt64(int64(q.AF_QIPCRTR))}, 552 "AF_RDS": {"untyped int", constant.MakeInt64(int64(q.AF_RDS))}, 553 "AF_ROSE": {"untyped int", constant.MakeInt64(int64(q.AF_ROSE))}, 554 "AF_ROUTE": {"untyped int", constant.MakeInt64(int64(q.AF_ROUTE))}, 555 "AF_RXRPC": {"untyped int", constant.MakeInt64(int64(q.AF_RXRPC))}, 556 "AF_SECURITY": {"untyped int", constant.MakeInt64(int64(q.AF_SECURITY))}, 557 "AF_SMC": {"untyped int", constant.MakeInt64(int64(q.AF_SMC))}, 558 "AF_SNA": {"untyped int", constant.MakeInt64(int64(q.AF_SNA))}, 559 "AF_TIPC": {"untyped int", constant.MakeInt64(int64(q.AF_TIPC))}, 560 "AF_UNIX": {"untyped int", constant.MakeInt64(int64(q.AF_UNIX))}, 561 "AF_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.AF_UNSPEC))}, 562 "AF_VSOCK": {"untyped int", constant.MakeInt64(int64(q.AF_VSOCK))}, 563 "AF_WANPIPE": {"untyped int", constant.MakeInt64(int64(q.AF_WANPIPE))}, 564 "AF_X25": {"untyped int", constant.MakeInt64(int64(q.AF_X25))}, 565 "AF_XDP": {"untyped int", constant.MakeInt64(int64(q.AF_XDP))}, 566 "ARPHRD_6LOWPAN": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_6LOWPAN))}, 567 "ARPHRD_ADAPT": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ADAPT))}, 568 "ARPHRD_APPLETLK": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_APPLETLK))}, 569 "ARPHRD_ARCNET": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ARCNET))}, 570 "ARPHRD_ASH": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ASH))}, 571 "ARPHRD_ATM": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ATM))}, 572 "ARPHRD_AX25": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_AX25))}, 573 "ARPHRD_BIF": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_BIF))}, 574 "ARPHRD_CAIF": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CAIF))}, 575 "ARPHRD_CAN": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CAN))}, 576 "ARPHRD_CHAOS": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CHAOS))}, 577 "ARPHRD_CISCO": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CISCO))}, 578 "ARPHRD_CSLIP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CSLIP))}, 579 "ARPHRD_CSLIP6": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CSLIP6))}, 580 "ARPHRD_DDCMP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_DDCMP))}, 581 "ARPHRD_DLCI": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_DLCI))}, 582 "ARPHRD_ECONET": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ECONET))}, 583 "ARPHRD_EETHER": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_EETHER))}, 584 "ARPHRD_ETHER": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ETHER))}, 585 "ARPHRD_EUI64": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_EUI64))}, 586 "ARPHRD_FCAL": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCAL))}, 587 "ARPHRD_FCFABRIC": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCFABRIC))}, 588 "ARPHRD_FCPL": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCPL))}, 589 "ARPHRD_FCPP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCPP))}, 590 "ARPHRD_FDDI": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FDDI))}, 591 "ARPHRD_FRAD": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FRAD))}, 592 "ARPHRD_HDLC": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_HDLC))}, 593 "ARPHRD_HIPPI": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_HIPPI))}, 594 "ARPHRD_HWX25": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_HWX25))}, 595 "ARPHRD_IEEE1394": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE1394))}, 596 "ARPHRD_IEEE802": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802))}, 597 "ARPHRD_IEEE80211": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE80211))}, 598 "ARPHRD_IEEE80211_PRISM": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE80211_PRISM))}, 599 "ARPHRD_IEEE80211_RADIOTAP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE80211_RADIOTAP))}, 600 "ARPHRD_IEEE802154": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802154))}, 601 "ARPHRD_IEEE802154_MONITOR": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802154_MONITOR))}, 602 "ARPHRD_IEEE802_TR": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802_TR))}, 603 "ARPHRD_INFINIBAND": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_INFINIBAND))}, 604 "ARPHRD_IP6GRE": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IP6GRE))}, 605 "ARPHRD_IPDDP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IPDDP))}, 606 "ARPHRD_IPGRE": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IPGRE))}, 607 "ARPHRD_IRDA": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IRDA))}, 608 "ARPHRD_LAPB": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_LAPB))}, 609 "ARPHRD_LOCALTLK": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_LOCALTLK))}, 610 "ARPHRD_LOOPBACK": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_LOOPBACK))}, 611 "ARPHRD_MCTP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_MCTP))}, 612 "ARPHRD_METRICOM": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_METRICOM))}, 613 "ARPHRD_NETLINK": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_NETLINK))}, 614 "ARPHRD_NETROM": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_NETROM))}, 615 "ARPHRD_NONE": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_NONE))}, 616 "ARPHRD_PHONET": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PHONET))}, 617 "ARPHRD_PHONET_PIPE": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PHONET_PIPE))}, 618 "ARPHRD_PIMREG": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PIMREG))}, 619 "ARPHRD_PPP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PPP))}, 620 "ARPHRD_PRONET": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PRONET))}, 621 "ARPHRD_RAWHDLC": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_RAWHDLC))}, 622 "ARPHRD_RAWIP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_RAWIP))}, 623 "ARPHRD_ROSE": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ROSE))}, 624 "ARPHRD_RSRVD": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_RSRVD))}, 625 "ARPHRD_SIT": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SIT))}, 626 "ARPHRD_SKIP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SKIP))}, 627 "ARPHRD_SLIP": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SLIP))}, 628 "ARPHRD_SLIP6": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SLIP6))}, 629 "ARPHRD_TUNNEL": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_TUNNEL))}, 630 "ARPHRD_TUNNEL6": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_TUNNEL6))}, 631 "ARPHRD_VOID": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_VOID))}, 632 "ARPHRD_VSOCKMON": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_VSOCKMON))}, 633 "ARPHRD_X25": {"untyped int", constant.MakeInt64(int64(q.ARPHRD_X25))}, 634 "B0": {"untyped int", constant.MakeInt64(int64(q.B0))}, 635 "B1000000": {"untyped int", constant.MakeInt64(int64(q.B1000000))}, 636 "B110": {"untyped int", constant.MakeInt64(int64(q.B110))}, 637 "B115200": {"untyped int", constant.MakeInt64(int64(q.B115200))}, 638 "B1152000": {"untyped int", constant.MakeInt64(int64(q.B1152000))}, 639 "B1200": {"untyped int", constant.MakeInt64(int64(q.B1200))}, 640 "B134": {"untyped int", constant.MakeInt64(int64(q.B134))}, 641 "B150": {"untyped int", constant.MakeInt64(int64(q.B150))}, 642 "B1500000": {"untyped int", constant.MakeInt64(int64(q.B1500000))}, 643 "B1800": {"untyped int", constant.MakeInt64(int64(q.B1800))}, 644 "B19200": {"untyped int", constant.MakeInt64(int64(q.B19200))}, 645 "B200": {"untyped int", constant.MakeInt64(int64(q.B200))}, 646 "B2000000": {"untyped int", constant.MakeInt64(int64(q.B2000000))}, 647 "B230400": {"untyped int", constant.MakeInt64(int64(q.B230400))}, 648 "B2400": {"untyped int", constant.MakeInt64(int64(q.B2400))}, 649 "B2500000": {"untyped int", constant.MakeInt64(int64(q.B2500000))}, 650 "B300": {"untyped int", constant.MakeInt64(int64(q.B300))}, 651 "B3000000": {"untyped int", constant.MakeInt64(int64(q.B3000000))}, 652 "B3500000": {"untyped int", constant.MakeInt64(int64(q.B3500000))}, 653 "B38400": {"untyped int", constant.MakeInt64(int64(q.B38400))}, 654 "B4000000": {"untyped int", constant.MakeInt64(int64(q.B4000000))}, 655 "B460800": {"untyped int", constant.MakeInt64(int64(q.B460800))}, 656 "B4800": {"untyped int", constant.MakeInt64(int64(q.B4800))}, 657 "B50": {"untyped int", constant.MakeInt64(int64(q.B50))}, 658 "B500000": {"untyped int", constant.MakeInt64(int64(q.B500000))}, 659 "B57600": {"untyped int", constant.MakeInt64(int64(q.B57600))}, 660 "B576000": {"untyped int", constant.MakeInt64(int64(q.B576000))}, 661 "B600": {"untyped int", constant.MakeInt64(int64(q.B600))}, 662 "B75": {"untyped int", constant.MakeInt64(int64(q.B75))}, 663 "B921600": {"untyped int", constant.MakeInt64(int64(q.B921600))}, 664 "B9600": {"untyped int", constant.MakeInt64(int64(q.B9600))}, 665 "BPF_A": {"untyped int", constant.MakeInt64(int64(q.BPF_A))}, 666 "BPF_ABS": {"untyped int", constant.MakeInt64(int64(q.BPF_ABS))}, 667 "BPF_ADD": {"untyped int", constant.MakeInt64(int64(q.BPF_ADD))}, 668 "BPF_ALU": {"untyped int", constant.MakeInt64(int64(q.BPF_ALU))}, 669 "BPF_AND": {"untyped int", constant.MakeInt64(int64(q.BPF_AND))}, 670 "BPF_B": {"untyped int", constant.MakeInt64(int64(q.BPF_B))}, 671 "BPF_DIV": {"untyped int", constant.MakeInt64(int64(q.BPF_DIV))}, 672 "BPF_H": {"untyped int", constant.MakeInt64(int64(q.BPF_H))}, 673 "BPF_IMM": {"untyped int", constant.MakeInt64(int64(q.BPF_IMM))}, 674 "BPF_IND": {"untyped int", constant.MakeInt64(int64(q.BPF_IND))}, 675 "BPF_JA": {"untyped int", constant.MakeInt64(int64(q.BPF_JA))}, 676 "BPF_JEQ": {"untyped int", constant.MakeInt64(int64(q.BPF_JEQ))}, 677 "BPF_JGE": {"untyped int", constant.MakeInt64(int64(q.BPF_JGE))}, 678 "BPF_JGT": {"untyped int", constant.MakeInt64(int64(q.BPF_JGT))}, 679 "BPF_JMP": {"untyped int", constant.MakeInt64(int64(q.BPF_JMP))}, 680 "BPF_JSET": {"untyped int", constant.MakeInt64(int64(q.BPF_JSET))}, 681 "BPF_K": {"untyped int", constant.MakeInt64(int64(q.BPF_K))}, 682 "BPF_LD": {"untyped int", constant.MakeInt64(int64(q.BPF_LD))}, 683 "BPF_LDX": {"untyped int", constant.MakeInt64(int64(q.BPF_LDX))}, 684 "BPF_LEN": {"untyped int", constant.MakeInt64(int64(q.BPF_LEN))}, 685 "BPF_LL_OFF": {"untyped int", constant.MakeInt64(int64(q.BPF_LL_OFF))}, 686 "BPF_LSH": {"untyped int", constant.MakeInt64(int64(q.BPF_LSH))}, 687 "BPF_MAJOR_VERSION": {"untyped int", constant.MakeInt64(int64(q.BPF_MAJOR_VERSION))}, 688 "BPF_MAXINSNS": {"untyped int", constant.MakeInt64(int64(q.BPF_MAXINSNS))}, 689 "BPF_MEM": {"untyped int", constant.MakeInt64(int64(q.BPF_MEM))}, 690 "BPF_MEMWORDS": {"untyped int", constant.MakeInt64(int64(q.BPF_MEMWORDS))}, 691 "BPF_MINOR_VERSION": {"untyped int", constant.MakeInt64(int64(q.BPF_MINOR_VERSION))}, 692 "BPF_MISC": {"untyped int", constant.MakeInt64(int64(q.BPF_MISC))}, 693 "BPF_MOD": {"untyped int", constant.MakeInt64(int64(q.BPF_MOD))}, 694 "BPF_MSH": {"untyped int", constant.MakeInt64(int64(q.BPF_MSH))}, 695 "BPF_MUL": {"untyped int", constant.MakeInt64(int64(q.BPF_MUL))}, 696 "BPF_NEG": {"untyped int", constant.MakeInt64(int64(q.BPF_NEG))}, 697 "BPF_NET_OFF": {"untyped int", constant.MakeInt64(int64(q.BPF_NET_OFF))}, 698 "BPF_OR": {"untyped int", constant.MakeInt64(int64(q.BPF_OR))}, 699 "BPF_RET": {"untyped int", constant.MakeInt64(int64(q.BPF_RET))}, 700 "BPF_RSH": {"untyped int", constant.MakeInt64(int64(q.BPF_RSH))}, 701 "BPF_ST": {"untyped int", constant.MakeInt64(int64(q.BPF_ST))}, 702 "BPF_STX": {"untyped int", constant.MakeInt64(int64(q.BPF_STX))}, 703 "BPF_SUB": {"untyped int", constant.MakeInt64(int64(q.BPF_SUB))}, 704 "BPF_TAX": {"untyped int", constant.MakeInt64(int64(q.BPF_TAX))}, 705 "BPF_TXA": {"untyped int", constant.MakeInt64(int64(q.BPF_TXA))}, 706 "BPF_W": {"untyped int", constant.MakeInt64(int64(q.BPF_W))}, 707 "BPF_X": {"untyped int", constant.MakeInt64(int64(q.BPF_X))}, 708 "BPF_XOR": {"untyped int", constant.MakeInt64(int64(q.BPF_XOR))}, 709 "BRKINT": {"untyped int", constant.MakeInt64(int64(q.BRKINT))}, 710 "CFLUSH": {"untyped int", constant.MakeInt64(int64(q.CFLUSH))}, 711 "CLOCAL": {"untyped int", constant.MakeInt64(int64(q.CLOCAL))}, 712 "CLONE_ARGS_SIZE_VER0": {"untyped int", constant.MakeInt64(int64(q.CLONE_ARGS_SIZE_VER0))}, 713 "CLONE_ARGS_SIZE_VER1": {"untyped int", constant.MakeInt64(int64(q.CLONE_ARGS_SIZE_VER1))}, 714 "CLONE_ARGS_SIZE_VER2": {"untyped int", constant.MakeInt64(int64(q.CLONE_ARGS_SIZE_VER2))}, 715 "CLONE_CHILD_CLEARTID": {"untyped int", constant.MakeInt64(int64(q.CLONE_CHILD_CLEARTID))}, 716 "CLONE_CHILD_SETTID": {"untyped int", constant.MakeInt64(int64(q.CLONE_CHILD_SETTID))}, 717 "CLONE_CLEAR_SIGHAND": {"untyped int", constant.MakeInt64(int64(q.CLONE_CLEAR_SIGHAND))}, 718 "CLONE_DETACHED": {"untyped int", constant.MakeInt64(int64(q.CLONE_DETACHED))}, 719 "CLONE_FILES": {"untyped int", constant.MakeInt64(int64(q.CLONE_FILES))}, 720 "CLONE_FS": {"untyped int", constant.MakeInt64(int64(q.CLONE_FS))}, 721 "CLONE_INTO_CGROUP": {"untyped int", constant.MakeInt64(int64(q.CLONE_INTO_CGROUP))}, 722 "CLONE_IO": {"untyped int", constant.MakeInt64(int64(q.CLONE_IO))}, 723 "CLONE_NEWCGROUP": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWCGROUP))}, 724 "CLONE_NEWIPC": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWIPC))}, 725 "CLONE_NEWNET": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWNET))}, 726 "CLONE_NEWNS": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWNS))}, 727 "CLONE_NEWPID": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWPID))}, 728 "CLONE_NEWTIME": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWTIME))}, 729 "CLONE_NEWUSER": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWUSER))}, 730 "CLONE_NEWUTS": {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWUTS))}, 731 "CLONE_PARENT": {"untyped int", constant.MakeInt64(int64(q.CLONE_PARENT))}, 732 "CLONE_PARENT_SETTID": {"untyped int", constant.MakeInt64(int64(q.CLONE_PARENT_SETTID))}, 733 "CLONE_PIDFD": {"untyped int", constant.MakeInt64(int64(q.CLONE_PIDFD))}, 734 "CLONE_PTRACE": {"untyped int", constant.MakeInt64(int64(q.CLONE_PTRACE))}, 735 "CLONE_SETTLS": {"untyped int", constant.MakeInt64(int64(q.CLONE_SETTLS))}, 736 "CLONE_SIGHAND": {"untyped int", constant.MakeInt64(int64(q.CLONE_SIGHAND))}, 737 "CLONE_SYSVSEM": {"untyped int", constant.MakeInt64(int64(q.CLONE_SYSVSEM))}, 738 "CLONE_THREAD": {"untyped int", constant.MakeInt64(int64(q.CLONE_THREAD))}, 739 "CLONE_UNTRACED": {"untyped int", constant.MakeInt64(int64(q.CLONE_UNTRACED))}, 740 "CLONE_VFORK": {"untyped int", constant.MakeInt64(int64(q.CLONE_VFORK))}, 741 "CLONE_VM": {"untyped int", constant.MakeInt64(int64(q.CLONE_VM))}, 742 "CREAD": {"untyped int", constant.MakeInt64(int64(q.CREAD))}, 743 "CS5": {"untyped int", constant.MakeInt64(int64(q.CS5))}, 744 "CS6": {"untyped int", constant.MakeInt64(int64(q.CS6))}, 745 "CS7": {"untyped int", constant.MakeInt64(int64(q.CS7))}, 746 "CS8": {"untyped int", constant.MakeInt64(int64(q.CS8))}, 747 "CSIGNAL": {"untyped int", constant.MakeInt64(int64(q.CSIGNAL))}, 748 "CSIZE": {"untyped int", constant.MakeInt64(int64(q.CSIZE))}, 749 "CSTART": {"untyped int", constant.MakeInt64(int64(q.CSTART))}, 750 "CSTATUS": {"untyped int", constant.MakeInt64(int64(q.CSTATUS))}, 751 "CSTOP": {"untyped int", constant.MakeInt64(int64(q.CSTOP))}, 752 "CSTOPB": {"untyped int", constant.MakeInt64(int64(q.CSTOPB))}, 753 "CSUSP": {"untyped int", constant.MakeInt64(int64(q.CSUSP))}, 754 "DT_BLK": {"untyped int", constant.MakeInt64(int64(q.DT_BLK))}, 755 "DT_CHR": {"untyped int", constant.MakeInt64(int64(q.DT_CHR))}, 756 "DT_DIR": {"untyped int", constant.MakeInt64(int64(q.DT_DIR))}, 757 "DT_FIFO": {"untyped int", constant.MakeInt64(int64(q.DT_FIFO))}, 758 "DT_LNK": {"untyped int", constant.MakeInt64(int64(q.DT_LNK))}, 759 "DT_REG": {"untyped int", constant.MakeInt64(int64(q.DT_REG))}, 760 "DT_SOCK": {"untyped int", constant.MakeInt64(int64(q.DT_SOCK))}, 761 "DT_UNKNOWN": {"untyped int", constant.MakeInt64(int64(q.DT_UNKNOWN))}, 762 "DT_WHT": {"untyped int", constant.MakeInt64(int64(q.DT_WHT))}, 763 "ECHO": {"untyped int", constant.MakeInt64(int64(q.ECHO))}, 764 "ECHOCTL": {"untyped int", constant.MakeInt64(int64(q.ECHOCTL))}, 765 "ECHOE": {"untyped int", constant.MakeInt64(int64(q.ECHOE))}, 766 "ECHOK": {"untyped int", constant.MakeInt64(int64(q.ECHOK))}, 767 "ECHOKE": {"untyped int", constant.MakeInt64(int64(q.ECHOKE))}, 768 "ECHONL": {"untyped int", constant.MakeInt64(int64(q.ECHONL))}, 769 "ECHOPRT": {"untyped int", constant.MakeInt64(int64(q.ECHOPRT))}, 770 "ENCODING_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.ENCODING_DEFAULT))}, 771 "ENCODING_FM_MARK": {"untyped int", constant.MakeInt64(int64(q.ENCODING_FM_MARK))}, 772 "ENCODING_FM_SPACE": {"untyped int", constant.MakeInt64(int64(q.ENCODING_FM_SPACE))}, 773 "ENCODING_MANCHESTER": {"untyped int", constant.MakeInt64(int64(q.ENCODING_MANCHESTER))}, 774 "ENCODING_NRZ": {"untyped int", constant.MakeInt64(int64(q.ENCODING_NRZ))}, 775 "ENCODING_NRZI": {"untyped int", constant.MakeInt64(int64(q.ENCODING_NRZI))}, 776 "EPOLLERR": {"untyped int", constant.MakeInt64(int64(q.EPOLLERR))}, 777 "EPOLLET": {"untyped int", constant.MakeInt64(int64(q.EPOLLET))}, 778 "EPOLLEXCLUSIVE": {"untyped int", constant.MakeInt64(int64(q.EPOLLEXCLUSIVE))}, 779 "EPOLLHUP": {"untyped int", constant.MakeInt64(int64(q.EPOLLHUP))}, 780 "EPOLLIN": {"untyped int", constant.MakeInt64(int64(q.EPOLLIN))}, 781 "EPOLLMSG": {"untyped int", constant.MakeInt64(int64(q.EPOLLMSG))}, 782 "EPOLLONESHOT": {"untyped int", constant.MakeInt64(int64(q.EPOLLONESHOT))}, 783 "EPOLLOUT": {"untyped int", constant.MakeInt64(int64(q.EPOLLOUT))}, 784 "EPOLLPRI": {"untyped int", constant.MakeInt64(int64(q.EPOLLPRI))}, 785 "EPOLLRDBAND": {"untyped int", constant.MakeInt64(int64(q.EPOLLRDBAND))}, 786 "EPOLLRDHUP": {"untyped int", constant.MakeInt64(int64(q.EPOLLRDHUP))}, 787 "EPOLLRDNORM": {"untyped int", constant.MakeInt64(int64(q.EPOLLRDNORM))}, 788 "EPOLLWAKEUP": {"untyped int", constant.MakeInt64(int64(q.EPOLLWAKEUP))}, 789 "EPOLLWRBAND": {"untyped int", constant.MakeInt64(int64(q.EPOLLWRBAND))}, 790 "EPOLLWRNORM": {"untyped int", constant.MakeInt64(int64(q.EPOLLWRNORM))}, 791 "EPOLL_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.EPOLL_CLOEXEC))}, 792 "EPOLL_CTL_ADD": {"untyped int", constant.MakeInt64(int64(q.EPOLL_CTL_ADD))}, 793 "EPOLL_CTL_DEL": {"untyped int", constant.MakeInt64(int64(q.EPOLL_CTL_DEL))}, 794 "EPOLL_CTL_MOD": {"untyped int", constant.MakeInt64(int64(q.EPOLL_CTL_MOD))}, 795 "ETH_P_1588": {"untyped int", constant.MakeInt64(int64(q.ETH_P_1588))}, 796 "ETH_P_8021AD": {"untyped int", constant.MakeInt64(int64(q.ETH_P_8021AD))}, 797 "ETH_P_8021AH": {"untyped int", constant.MakeInt64(int64(q.ETH_P_8021AH))}, 798 "ETH_P_8021Q": {"untyped int", constant.MakeInt64(int64(q.ETH_P_8021Q))}, 799 "ETH_P_80221": {"untyped int", constant.MakeInt64(int64(q.ETH_P_80221))}, 800 "ETH_P_802_2": {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_2))}, 801 "ETH_P_802_3": {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_3))}, 802 "ETH_P_802_3_MIN": {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_3_MIN))}, 803 "ETH_P_802_EX1": {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_EX1))}, 804 "ETH_P_AARP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_AARP))}, 805 "ETH_P_AF_IUCV": {"untyped int", constant.MakeInt64(int64(q.ETH_P_AF_IUCV))}, 806 "ETH_P_ALL": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ALL))}, 807 "ETH_P_AOE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_AOE))}, 808 "ETH_P_ARCNET": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ARCNET))}, 809 "ETH_P_ARP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ARP))}, 810 "ETH_P_ATALK": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ATALK))}, 811 "ETH_P_ATMFATE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ATMFATE))}, 812 "ETH_P_ATMMPOA": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ATMMPOA))}, 813 "ETH_P_AX25": {"untyped int", constant.MakeInt64(int64(q.ETH_P_AX25))}, 814 "ETH_P_BATMAN": {"untyped int", constant.MakeInt64(int64(q.ETH_P_BATMAN))}, 815 "ETH_P_BPQ": {"untyped int", constant.MakeInt64(int64(q.ETH_P_BPQ))}, 816 "ETH_P_CAIF": {"untyped int", constant.MakeInt64(int64(q.ETH_P_CAIF))}, 817 "ETH_P_CAN": {"untyped int", constant.MakeInt64(int64(q.ETH_P_CAN))}, 818 "ETH_P_CANFD": {"untyped int", constant.MakeInt64(int64(q.ETH_P_CANFD))}, 819 "ETH_P_CFM": {"untyped int", constant.MakeInt64(int64(q.ETH_P_CFM))}, 820 "ETH_P_CONTROL": {"untyped int", constant.MakeInt64(int64(q.ETH_P_CONTROL))}, 821 "ETH_P_CUST": {"untyped int", constant.MakeInt64(int64(q.ETH_P_CUST))}, 822 "ETH_P_DDCMP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DDCMP))}, 823 "ETH_P_DEC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DEC))}, 824 "ETH_P_DIAG": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DIAG))}, 825 "ETH_P_DNA_DL": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DNA_DL))}, 826 "ETH_P_DNA_RC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DNA_RC))}, 827 "ETH_P_DNA_RT": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DNA_RT))}, 828 "ETH_P_DSA": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DSA))}, 829 "ETH_P_DSA_8021Q": {"untyped int", constant.MakeInt64(int64(q.ETH_P_DSA_8021Q))}, 830 "ETH_P_ECONET": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ECONET))}, 831 "ETH_P_EDSA": {"untyped int", constant.MakeInt64(int64(q.ETH_P_EDSA))}, 832 "ETH_P_ERSPAN": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ERSPAN))}, 833 "ETH_P_ERSPAN2": {"untyped int", constant.MakeInt64(int64(q.ETH_P_ERSPAN2))}, 834 "ETH_P_FCOE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_FCOE))}, 835 "ETH_P_FIP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_FIP))}, 836 "ETH_P_HDLC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_HDLC))}, 837 "ETH_P_HSR": {"untyped int", constant.MakeInt64(int64(q.ETH_P_HSR))}, 838 "ETH_P_IBOE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IBOE))}, 839 "ETH_P_IEEE802154": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IEEE802154))}, 840 "ETH_P_IEEEPUP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IEEEPUP))}, 841 "ETH_P_IEEEPUPAT": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IEEEPUPAT))}, 842 "ETH_P_IFE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IFE))}, 843 "ETH_P_IP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IP))}, 844 "ETH_P_IPV6": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IPV6))}, 845 "ETH_P_IPX": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IPX))}, 846 "ETH_P_IRDA": {"untyped int", constant.MakeInt64(int64(q.ETH_P_IRDA))}, 847 "ETH_P_LAT": {"untyped int", constant.MakeInt64(int64(q.ETH_P_LAT))}, 848 "ETH_P_LINK_CTL": {"untyped int", constant.MakeInt64(int64(q.ETH_P_LINK_CTL))}, 849 "ETH_P_LLDP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_LLDP))}, 850 "ETH_P_LOCALTALK": {"untyped int", constant.MakeInt64(int64(q.ETH_P_LOCALTALK))}, 851 "ETH_P_LOOP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_LOOP))}, 852 "ETH_P_LOOPBACK": {"untyped int", constant.MakeInt64(int64(q.ETH_P_LOOPBACK))}, 853 "ETH_P_MACSEC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MACSEC))}, 854 "ETH_P_MAP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MAP))}, 855 "ETH_P_MCTP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MCTP))}, 856 "ETH_P_MOBITEX": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MOBITEX))}, 857 "ETH_P_MPLS_MC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MPLS_MC))}, 858 "ETH_P_MPLS_UC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MPLS_UC))}, 859 "ETH_P_MRP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MRP))}, 860 "ETH_P_MVRP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_MVRP))}, 861 "ETH_P_NCSI": {"untyped int", constant.MakeInt64(int64(q.ETH_P_NCSI))}, 862 "ETH_P_NSH": {"untyped int", constant.MakeInt64(int64(q.ETH_P_NSH))}, 863 "ETH_P_PAE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PAE))}, 864 "ETH_P_PAUSE": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PAUSE))}, 865 "ETH_P_PHONET": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PHONET))}, 866 "ETH_P_PPPTALK": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPPTALK))}, 867 "ETH_P_PPP_DISC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPP_DISC))}, 868 "ETH_P_PPP_MP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPP_MP))}, 869 "ETH_P_PPP_SES": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPP_SES))}, 870 "ETH_P_PREAUTH": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PREAUTH))}, 871 "ETH_P_PRP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PRP))}, 872 "ETH_P_PUP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PUP))}, 873 "ETH_P_PUPAT": {"untyped int", constant.MakeInt64(int64(q.ETH_P_PUPAT))}, 874 "ETH_P_QINQ1": {"untyped int", constant.MakeInt64(int64(q.ETH_P_QINQ1))}, 875 "ETH_P_QINQ2": {"untyped int", constant.MakeInt64(int64(q.ETH_P_QINQ2))}, 876 "ETH_P_QINQ3": {"untyped int", constant.MakeInt64(int64(q.ETH_P_QINQ3))}, 877 "ETH_P_RARP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_RARP))}, 878 "ETH_P_REALTEK": {"untyped int", constant.MakeInt64(int64(q.ETH_P_REALTEK))}, 879 "ETH_P_SCA": {"untyped int", constant.MakeInt64(int64(q.ETH_P_SCA))}, 880 "ETH_P_SLOW": {"untyped int", constant.MakeInt64(int64(q.ETH_P_SLOW))}, 881 "ETH_P_SNAP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_SNAP))}, 882 "ETH_P_TDLS": {"untyped int", constant.MakeInt64(int64(q.ETH_P_TDLS))}, 883 "ETH_P_TEB": {"untyped int", constant.MakeInt64(int64(q.ETH_P_TEB))}, 884 "ETH_P_TIPC": {"untyped int", constant.MakeInt64(int64(q.ETH_P_TIPC))}, 885 "ETH_P_TRAILER": {"untyped int", constant.MakeInt64(int64(q.ETH_P_TRAILER))}, 886 "ETH_P_TR_802_2": {"untyped int", constant.MakeInt64(int64(q.ETH_P_TR_802_2))}, 887 "ETH_P_TSN": {"untyped int", constant.MakeInt64(int64(q.ETH_P_TSN))}, 888 "ETH_P_WAN_PPP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_WAN_PPP))}, 889 "ETH_P_WCCP": {"untyped int", constant.MakeInt64(int64(q.ETH_P_WCCP))}, 890 "ETH_P_X25": {"untyped int", constant.MakeInt64(int64(q.ETH_P_X25))}, 891 "ETH_P_XDSA": {"untyped int", constant.MakeInt64(int64(q.ETH_P_XDSA))}, 892 "EXTA": {"untyped int", constant.MakeInt64(int64(q.EXTA))}, 893 "EXTB": {"untyped int", constant.MakeInt64(int64(q.EXTB))}, 894 "EXTPROC": {"untyped int", constant.MakeInt64(int64(q.EXTPROC))}, 895 "FD_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.FD_CLOEXEC))}, 896 "FD_SETSIZE": {"untyped int", constant.MakeInt64(int64(q.FD_SETSIZE))}, 897 "FLUSHO": {"untyped int", constant.MakeInt64(int64(q.FLUSHO))}, 898 "F_ADD_SEALS": {"untyped int", constant.MakeInt64(int64(q.F_ADD_SEALS))}, 899 "F_DUPFD": {"untyped int", constant.MakeInt64(int64(q.F_DUPFD))}, 900 "F_DUPFD_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.F_DUPFD_CLOEXEC))}, 901 "F_EXLCK": {"untyped int", constant.MakeInt64(int64(q.F_EXLCK))}, 902 "F_GETFD": {"untyped int", constant.MakeInt64(int64(q.F_GETFD))}, 903 "F_GETFL": {"untyped int", constant.MakeInt64(int64(q.F_GETFL))}, 904 "F_GETLEASE": {"untyped int", constant.MakeInt64(int64(q.F_GETLEASE))}, 905 "F_GETLK": {"untyped int", constant.MakeInt64(int64(q.F_GETLK))}, 906 "F_GETLK64": {"untyped int", constant.MakeInt64(int64(q.F_GETLK64))}, 907 "F_GETOWN": {"untyped int", constant.MakeInt64(int64(q.F_GETOWN))}, 908 "F_GETOWN_EX": {"untyped int", constant.MakeInt64(int64(q.F_GETOWN_EX))}, 909 "F_GETPIPE_SZ": {"untyped int", constant.MakeInt64(int64(q.F_GETPIPE_SZ))}, 910 "F_GETSIG": {"untyped int", constant.MakeInt64(int64(q.F_GETSIG))}, 911 "F_GET_FILE_RW_HINT": {"untyped int", constant.MakeInt64(int64(q.F_GET_FILE_RW_HINT))}, 912 "F_GET_RW_HINT": {"untyped int", constant.MakeInt64(int64(q.F_GET_RW_HINT))}, 913 "F_GET_SEALS": {"untyped int", constant.MakeInt64(int64(q.F_GET_SEALS))}, 914 "F_LOCK": {"untyped int", constant.MakeInt64(int64(q.F_LOCK))}, 915 "F_NOTIFY": {"untyped int", constant.MakeInt64(int64(q.F_NOTIFY))}, 916 "F_OFD_GETLK": {"untyped int", constant.MakeInt64(int64(q.F_OFD_GETLK))}, 917 "F_OFD_SETLK": {"untyped int", constant.MakeInt64(int64(q.F_OFD_SETLK))}, 918 "F_OFD_SETLKW": {"untyped int", constant.MakeInt64(int64(q.F_OFD_SETLKW))}, 919 "F_OK": {"untyped int", constant.MakeInt64(int64(q.F_OK))}, 920 "F_RDLCK": {"untyped int", constant.MakeInt64(int64(q.F_RDLCK))}, 921 "F_SEAL_FUTURE_WRITE": {"untyped int", constant.MakeInt64(int64(q.F_SEAL_FUTURE_WRITE))}, 922 "F_SEAL_GROW": {"untyped int", constant.MakeInt64(int64(q.F_SEAL_GROW))}, 923 "F_SEAL_SEAL": {"untyped int", constant.MakeInt64(int64(q.F_SEAL_SEAL))}, 924 "F_SEAL_SHRINK": {"untyped int", constant.MakeInt64(int64(q.F_SEAL_SHRINK))}, 925 "F_SEAL_WRITE": {"untyped int", constant.MakeInt64(int64(q.F_SEAL_WRITE))}, 926 "F_SETFD": {"untyped int", constant.MakeInt64(int64(q.F_SETFD))}, 927 "F_SETFL": {"untyped int", constant.MakeInt64(int64(q.F_SETFL))}, 928 "F_SETLEASE": {"untyped int", constant.MakeInt64(int64(q.F_SETLEASE))}, 929 "F_SETLK": {"untyped int", constant.MakeInt64(int64(q.F_SETLK))}, 930 "F_SETLK64": {"untyped int", constant.MakeInt64(int64(q.F_SETLK64))}, 931 "F_SETLKW": {"untyped int", constant.MakeInt64(int64(q.F_SETLKW))}, 932 "F_SETLKW64": {"untyped int", constant.MakeInt64(int64(q.F_SETLKW64))}, 933 "F_SETOWN": {"untyped int", constant.MakeInt64(int64(q.F_SETOWN))}, 934 "F_SETOWN_EX": {"untyped int", constant.MakeInt64(int64(q.F_SETOWN_EX))}, 935 "F_SETPIPE_SZ": {"untyped int", constant.MakeInt64(int64(q.F_SETPIPE_SZ))}, 936 "F_SETSIG": {"untyped int", constant.MakeInt64(int64(q.F_SETSIG))}, 937 "F_SET_FILE_RW_HINT": {"untyped int", constant.MakeInt64(int64(q.F_SET_FILE_RW_HINT))}, 938 "F_SET_RW_HINT": {"untyped int", constant.MakeInt64(int64(q.F_SET_RW_HINT))}, 939 "F_SHLCK": {"untyped int", constant.MakeInt64(int64(q.F_SHLCK))}, 940 "F_TEST": {"untyped int", constant.MakeInt64(int64(q.F_TEST))}, 941 "F_TLOCK": {"untyped int", constant.MakeInt64(int64(q.F_TLOCK))}, 942 "F_ULOCK": {"untyped int", constant.MakeInt64(int64(q.F_ULOCK))}, 943 "F_UNLCK": {"untyped int", constant.MakeInt64(int64(q.F_UNLCK))}, 944 "F_WRLCK": {"untyped int", constant.MakeInt64(int64(q.F_WRLCK))}, 945 "HUPCL": {"untyped int", constant.MakeInt64(int64(q.HUPCL))}, 946 "ICANON": {"untyped int", constant.MakeInt64(int64(q.ICANON))}, 947 "ICMPV6_FILTER": {"untyped int", constant.MakeInt64(int64(q.ICMPV6_FILTER))}, 948 "ICRNL": {"untyped int", constant.MakeInt64(int64(q.ICRNL))}, 949 "IEXTEN": {"untyped int", constant.MakeInt64(int64(q.IEXTEN))}, 950 "IFA_ADDRESS": {"untyped int", constant.MakeInt64(int64(q.IFA_ADDRESS))}, 951 "IFA_ANYCAST": {"untyped int", constant.MakeInt64(int64(q.IFA_ANYCAST))}, 952 "IFA_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.IFA_BROADCAST))}, 953 "IFA_CACHEINFO": {"untyped int", constant.MakeInt64(int64(q.IFA_CACHEINFO))}, 954 "IFA_F_DADFAILED": {"untyped int", constant.MakeInt64(int64(q.IFA_F_DADFAILED))}, 955 "IFA_F_DEPRECATED": {"untyped int", constant.MakeInt64(int64(q.IFA_F_DEPRECATED))}, 956 "IFA_F_HOMEADDRESS": {"untyped int", constant.MakeInt64(int64(q.IFA_F_HOMEADDRESS))}, 957 "IFA_F_MANAGETEMPADDR": {"untyped int", constant.MakeInt64(int64(q.IFA_F_MANAGETEMPADDR))}, 958 "IFA_F_MCAUTOJOIN": {"untyped int", constant.MakeInt64(int64(q.IFA_F_MCAUTOJOIN))}, 959 "IFA_F_NODAD": {"untyped int", constant.MakeInt64(int64(q.IFA_F_NODAD))}, 960 "IFA_F_NOPREFIXROUTE": {"untyped int", constant.MakeInt64(int64(q.IFA_F_NOPREFIXROUTE))}, 961 "IFA_F_OPTIMISTIC": {"untyped int", constant.MakeInt64(int64(q.IFA_F_OPTIMISTIC))}, 962 "IFA_F_PERMANENT": {"untyped int", constant.MakeInt64(int64(q.IFA_F_PERMANENT))}, 963 "IFA_F_SECONDARY": {"untyped int", constant.MakeInt64(int64(q.IFA_F_SECONDARY))}, 964 "IFA_F_STABLE_PRIVACY": {"untyped int", constant.MakeInt64(int64(q.IFA_F_STABLE_PRIVACY))}, 965 "IFA_F_TEMPORARY": {"untyped int", constant.MakeInt64(int64(q.IFA_F_TEMPORARY))}, 966 "IFA_F_TENTATIVE": {"untyped int", constant.MakeInt64(int64(q.IFA_F_TENTATIVE))}, 967 "IFA_LABEL": {"untyped int", constant.MakeInt64(int64(q.IFA_LABEL))}, 968 "IFA_LOCAL": {"untyped int", constant.MakeInt64(int64(q.IFA_LOCAL))}, 969 "IFA_MAX": {"untyped int", constant.MakeInt64(int64(q.IFA_MAX))}, 970 "IFA_MULTICAST": {"untyped int", constant.MakeInt64(int64(q.IFA_MULTICAST))}, 971 "IFA_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.IFA_UNSPEC))}, 972 "IFF_ALLMULTI": {"untyped int", constant.MakeInt64(int64(q.IFF_ALLMULTI))}, 973 "IFF_ATTACH_QUEUE": {"untyped int", constant.MakeInt64(int64(q.IFF_ATTACH_QUEUE))}, 974 "IFF_AUTOMEDIA": {"untyped int", constant.MakeInt64(int64(q.IFF_AUTOMEDIA))}, 975 "IFF_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.IFF_BROADCAST))}, 976 "IFF_DEBUG": {"untyped int", constant.MakeInt64(int64(q.IFF_DEBUG))}, 977 "IFF_DETACH_QUEUE": {"untyped int", constant.MakeInt64(int64(q.IFF_DETACH_QUEUE))}, 978 "IFF_DORMANT": {"untyped int", constant.MakeInt64(int64(q.IFF_DORMANT))}, 979 "IFF_DYNAMIC": {"untyped int", constant.MakeInt64(int64(q.IFF_DYNAMIC))}, 980 "IFF_ECHO": {"untyped int", constant.MakeInt64(int64(q.IFF_ECHO))}, 981 "IFF_LOOPBACK": {"untyped int", constant.MakeInt64(int64(q.IFF_LOOPBACK))}, 982 "IFF_LOWER_UP": {"untyped int", constant.MakeInt64(int64(q.IFF_LOWER_UP))}, 983 "IFF_MASTER": {"untyped int", constant.MakeInt64(int64(q.IFF_MASTER))}, 984 "IFF_MULTICAST": {"untyped int", constant.MakeInt64(int64(q.IFF_MULTICAST))}, 985 "IFF_MULTI_QUEUE": {"untyped int", constant.MakeInt64(int64(q.IFF_MULTI_QUEUE))}, 986 "IFF_NAPI": {"untyped int", constant.MakeInt64(int64(q.IFF_NAPI))}, 987 "IFF_NAPI_FRAGS": {"untyped int", constant.MakeInt64(int64(q.IFF_NAPI_FRAGS))}, 988 "IFF_NOARP": {"untyped int", constant.MakeInt64(int64(q.IFF_NOARP))}, 989 "IFF_NOFILTER": {"untyped int", constant.MakeInt64(int64(q.IFF_NOFILTER))}, 990 "IFF_NOTRAILERS": {"untyped int", constant.MakeInt64(int64(q.IFF_NOTRAILERS))}, 991 "IFF_NO_PI": {"untyped int", constant.MakeInt64(int64(q.IFF_NO_PI))}, 992 "IFF_ONE_QUEUE": {"untyped int", constant.MakeInt64(int64(q.IFF_ONE_QUEUE))}, 993 "IFF_PERSIST": {"untyped int", constant.MakeInt64(int64(q.IFF_PERSIST))}, 994 "IFF_POINTOPOINT": {"untyped int", constant.MakeInt64(int64(q.IFF_POINTOPOINT))}, 995 "IFF_PORTSEL": {"untyped int", constant.MakeInt64(int64(q.IFF_PORTSEL))}, 996 "IFF_PROMISC": {"untyped int", constant.MakeInt64(int64(q.IFF_PROMISC))}, 997 "IFF_RUNNING": {"untyped int", constant.MakeInt64(int64(q.IFF_RUNNING))}, 998 "IFF_SLAVE": {"untyped int", constant.MakeInt64(int64(q.IFF_SLAVE))}, 999 "IFF_TAP": {"untyped int", constant.MakeInt64(int64(q.IFF_TAP))}, 1000 "IFF_TUN": {"untyped int", constant.MakeInt64(int64(q.IFF_TUN))}, 1001 "IFF_TUN_EXCL": {"untyped int", constant.MakeInt64(int64(q.IFF_TUN_EXCL))}, 1002 "IFF_UP": {"untyped int", constant.MakeInt64(int64(q.IFF_UP))}, 1003 "IFF_VNET_HDR": {"untyped int", constant.MakeInt64(int64(q.IFF_VNET_HDR))}, 1004 "IFF_VOLATILE": {"untyped int", constant.MakeInt64(int64(q.IFF_VOLATILE))}, 1005 "IFLA_ADDRESS": {"untyped int", constant.MakeInt64(int64(q.IFLA_ADDRESS))}, 1006 "IFLA_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.IFLA_BROADCAST))}, 1007 "IFLA_COST": {"untyped int", constant.MakeInt64(int64(q.IFLA_COST))}, 1008 "IFLA_IFALIAS": {"untyped int", constant.MakeInt64(int64(q.IFLA_IFALIAS))}, 1009 "IFLA_IFNAME": {"untyped int", constant.MakeInt64(int64(q.IFLA_IFNAME))}, 1010 "IFLA_LINK": {"untyped int", constant.MakeInt64(int64(q.IFLA_LINK))}, 1011 "IFLA_LINKINFO": {"untyped int", constant.MakeInt64(int64(q.IFLA_LINKINFO))}, 1012 "IFLA_LINKMODE": {"untyped int", constant.MakeInt64(int64(q.IFLA_LINKMODE))}, 1013 "IFLA_MAP": {"untyped int", constant.MakeInt64(int64(q.IFLA_MAP))}, 1014 "IFLA_MASTER": {"untyped int", constant.MakeInt64(int64(q.IFLA_MASTER))}, 1015 "IFLA_MAX": {"untyped int", constant.MakeInt64(int64(q.IFLA_MAX))}, 1016 "IFLA_MTU": {"untyped int", constant.MakeInt64(int64(q.IFLA_MTU))}, 1017 "IFLA_NET_NS_PID": {"untyped int", constant.MakeInt64(int64(q.IFLA_NET_NS_PID))}, 1018 "IFLA_OPERSTATE": {"untyped int", constant.MakeInt64(int64(q.IFLA_OPERSTATE))}, 1019 "IFLA_PRIORITY": {"untyped int", constant.MakeInt64(int64(q.IFLA_PRIORITY))}, 1020 "IFLA_PROTINFO": {"untyped int", constant.MakeInt64(int64(q.IFLA_PROTINFO))}, 1021 "IFLA_QDISC": {"untyped int", constant.MakeInt64(int64(q.IFLA_QDISC))}, 1022 "IFLA_STATS": {"untyped int", constant.MakeInt64(int64(q.IFLA_STATS))}, 1023 "IFLA_TXQLEN": {"untyped int", constant.MakeInt64(int64(q.IFLA_TXQLEN))}, 1024 "IFLA_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.IFLA_UNSPEC))}, 1025 "IFLA_WEIGHT": {"untyped int", constant.MakeInt64(int64(q.IFLA_WEIGHT))}, 1026 "IFLA_WIRELESS": {"untyped int", constant.MakeInt64(int64(q.IFLA_WIRELESS))}, 1027 "IFNAMSIZ": {"untyped int", constant.MakeInt64(int64(q.IFNAMSIZ))}, 1028 "IGNBRK": {"untyped int", constant.MakeInt64(int64(q.IGNBRK))}, 1029 "IGNCR": {"untyped int", constant.MakeInt64(int64(q.IGNCR))}, 1030 "IGNPAR": {"untyped int", constant.MakeInt64(int64(q.IGNPAR))}, 1031 "IMAXBEL": {"untyped int", constant.MakeInt64(int64(q.IMAXBEL))}, 1032 "INLCR": {"untyped int", constant.MakeInt64(int64(q.INLCR))}, 1033 "INPCK": {"untyped int", constant.MakeInt64(int64(q.INPCK))}, 1034 "IN_ACCESS": {"untyped int", constant.MakeInt64(int64(q.IN_ACCESS))}, 1035 "IN_ALL_EVENTS": {"untyped int", constant.MakeInt64(int64(q.IN_ALL_EVENTS))}, 1036 "IN_ATTRIB": {"untyped int", constant.MakeInt64(int64(q.IN_ATTRIB))}, 1037 "IN_CLASSA_HOST": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_HOST))}, 1038 "IN_CLASSA_MAX": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_MAX))}, 1039 "IN_CLASSA_NET": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_NET))}, 1040 "IN_CLASSA_NSHIFT": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_NSHIFT))}, 1041 "IN_CLASSB_HOST": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_HOST))}, 1042 "IN_CLASSB_MAX": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_MAX))}, 1043 "IN_CLASSB_NET": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_NET))}, 1044 "IN_CLASSB_NSHIFT": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_NSHIFT))}, 1045 "IN_CLASSC_HOST": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSC_HOST))}, 1046 "IN_CLASSC_NET": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSC_NET))}, 1047 "IN_CLASSC_NSHIFT": {"untyped int", constant.MakeInt64(int64(q.IN_CLASSC_NSHIFT))}, 1048 "IN_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.IN_CLOEXEC))}, 1049 "IN_CLOSE": {"untyped int", constant.MakeInt64(int64(q.IN_CLOSE))}, 1050 "IN_CLOSE_NOWRITE": {"untyped int", constant.MakeInt64(int64(q.IN_CLOSE_NOWRITE))}, 1051 "IN_CLOSE_WRITE": {"untyped int", constant.MakeInt64(int64(q.IN_CLOSE_WRITE))}, 1052 "IN_CREATE": {"untyped int", constant.MakeInt64(int64(q.IN_CREATE))}, 1053 "IN_DELETE": {"untyped int", constant.MakeInt64(int64(q.IN_DELETE))}, 1054 "IN_DELETE_SELF": {"untyped int", constant.MakeInt64(int64(q.IN_DELETE_SELF))}, 1055 "IN_DONT_FOLLOW": {"untyped int", constant.MakeInt64(int64(q.IN_DONT_FOLLOW))}, 1056 "IN_EXCL_UNLINK": {"untyped int", constant.MakeInt64(int64(q.IN_EXCL_UNLINK))}, 1057 "IN_IGNORED": {"untyped int", constant.MakeInt64(int64(q.IN_IGNORED))}, 1058 "IN_ISDIR": {"untyped int", constant.MakeInt64(int64(q.IN_ISDIR))}, 1059 "IN_LOOPBACKNET": {"untyped int", constant.MakeInt64(int64(q.IN_LOOPBACKNET))}, 1060 "IN_MASK_ADD": {"untyped int", constant.MakeInt64(int64(q.IN_MASK_ADD))}, 1061 "IN_MASK_CREATE": {"untyped int", constant.MakeInt64(int64(q.IN_MASK_CREATE))}, 1062 "IN_MODIFY": {"untyped int", constant.MakeInt64(int64(q.IN_MODIFY))}, 1063 "IN_MOVE": {"untyped int", constant.MakeInt64(int64(q.IN_MOVE))}, 1064 "IN_MOVED_FROM": {"untyped int", constant.MakeInt64(int64(q.IN_MOVED_FROM))}, 1065 "IN_MOVED_TO": {"untyped int", constant.MakeInt64(int64(q.IN_MOVED_TO))}, 1066 "IN_MOVE_SELF": {"untyped int", constant.MakeInt64(int64(q.IN_MOVE_SELF))}, 1067 "IN_NONBLOCK": {"untyped int", constant.MakeInt64(int64(q.IN_NONBLOCK))}, 1068 "IN_ONESHOT": {"untyped int", constant.MakeInt64(int64(q.IN_ONESHOT))}, 1069 "IN_ONLYDIR": {"untyped int", constant.MakeInt64(int64(q.IN_ONLYDIR))}, 1070 "IN_OPEN": {"untyped int", constant.MakeInt64(int64(q.IN_OPEN))}, 1071 "IN_Q_OVERFLOW": {"untyped int", constant.MakeInt64(int64(q.IN_Q_OVERFLOW))}, 1072 "IN_UNMOUNT": {"untyped int", constant.MakeInt64(int64(q.IN_UNMOUNT))}, 1073 "IPPROTO_AH": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_AH))}, 1074 "IPPROTO_BEETPH": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_BEETPH))}, 1075 "IPPROTO_COMP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_COMP))}, 1076 "IPPROTO_DCCP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_DCCP))}, 1077 "IPPROTO_DSTOPTS": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_DSTOPTS))}, 1078 "IPPROTO_EGP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_EGP))}, 1079 "IPPROTO_ENCAP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ENCAP))}, 1080 "IPPROTO_ESP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ESP))}, 1081 "IPPROTO_ETHERNET": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ETHERNET))}, 1082 "IPPROTO_FRAGMENT": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_FRAGMENT))}, 1083 "IPPROTO_GRE": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_GRE))}, 1084 "IPPROTO_HOPOPTS": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_HOPOPTS))}, 1085 "IPPROTO_ICMP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ICMP))}, 1086 "IPPROTO_ICMPV6": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ICMPV6))}, 1087 "IPPROTO_IDP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IDP))}, 1088 "IPPROTO_IGMP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IGMP))}, 1089 "IPPROTO_IP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IP))}, 1090 "IPPROTO_IPIP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IPIP))}, 1091 "IPPROTO_IPV6": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IPV6))}, 1092 "IPPROTO_MH": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_MH))}, 1093 "IPPROTO_MPLS": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_MPLS))}, 1094 "IPPROTO_MPTCP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_MPTCP))}, 1095 "IPPROTO_MTP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_MTP))}, 1096 "IPPROTO_NONE": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_NONE))}, 1097 "IPPROTO_PIM": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_PIM))}, 1098 "IPPROTO_PUP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_PUP))}, 1099 "IPPROTO_RAW": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_RAW))}, 1100 "IPPROTO_ROUTING": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ROUTING))}, 1101 "IPPROTO_RSVP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_RSVP))}, 1102 "IPPROTO_SCTP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_SCTP))}, 1103 "IPPROTO_TCP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_TCP))}, 1104 "IPPROTO_TP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_TP))}, 1105 "IPPROTO_UDP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_UDP))}, 1106 "IPPROTO_UDPLITE": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_UDPLITE))}, 1107 "IPV6_2292DSTOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_2292DSTOPTS))}, 1108 "IPV6_2292HOPLIMIT": {"untyped int", constant.MakeInt64(int64(q.IPV6_2292HOPLIMIT))}, 1109 "IPV6_2292HOPOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_2292HOPOPTS))}, 1110 "IPV6_2292PKTINFO": {"untyped int", constant.MakeInt64(int64(q.IPV6_2292PKTINFO))}, 1111 "IPV6_2292PKTOPTIONS": {"untyped int", constant.MakeInt64(int64(q.IPV6_2292PKTOPTIONS))}, 1112 "IPV6_2292RTHDR": {"untyped int", constant.MakeInt64(int64(q.IPV6_2292RTHDR))}, 1113 "IPV6_ADDRFORM": {"untyped int", constant.MakeInt64(int64(q.IPV6_ADDRFORM))}, 1114 "IPV6_ADDR_PREFERENCES": {"untyped int", constant.MakeInt64(int64(q.IPV6_ADDR_PREFERENCES))}, 1115 "IPV6_ADD_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.IPV6_ADD_MEMBERSHIP))}, 1116 "IPV6_AUTHHDR": {"untyped int", constant.MakeInt64(int64(q.IPV6_AUTHHDR))}, 1117 "IPV6_AUTOFLOWLABEL": {"untyped int", constant.MakeInt64(int64(q.IPV6_AUTOFLOWLABEL))}, 1118 "IPV6_CHECKSUM": {"untyped int", constant.MakeInt64(int64(q.IPV6_CHECKSUM))}, 1119 "IPV6_DONTFRAG": {"untyped int", constant.MakeInt64(int64(q.IPV6_DONTFRAG))}, 1120 "IPV6_DROP_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.IPV6_DROP_MEMBERSHIP))}, 1121 "IPV6_DSTOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_DSTOPTS))}, 1122 "IPV6_FREEBIND": {"untyped int", constant.MakeInt64(int64(q.IPV6_FREEBIND))}, 1123 "IPV6_HDRINCL": {"untyped int", constant.MakeInt64(int64(q.IPV6_HDRINCL))}, 1124 "IPV6_HOPLIMIT": {"untyped int", constant.MakeInt64(int64(q.IPV6_HOPLIMIT))}, 1125 "IPV6_HOPOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_HOPOPTS))}, 1126 "IPV6_IPSEC_POLICY": {"untyped int", constant.MakeInt64(int64(q.IPV6_IPSEC_POLICY))}, 1127 "IPV6_JOIN_ANYCAST": {"untyped int", constant.MakeInt64(int64(q.IPV6_JOIN_ANYCAST))}, 1128 "IPV6_JOIN_GROUP": {"untyped int", constant.MakeInt64(int64(q.IPV6_JOIN_GROUP))}, 1129 "IPV6_LEAVE_ANYCAST": {"untyped int", constant.MakeInt64(int64(q.IPV6_LEAVE_ANYCAST))}, 1130 "IPV6_LEAVE_GROUP": {"untyped int", constant.MakeInt64(int64(q.IPV6_LEAVE_GROUP))}, 1131 "IPV6_MINHOPCOUNT": {"untyped int", constant.MakeInt64(int64(q.IPV6_MINHOPCOUNT))}, 1132 "IPV6_MTU": {"untyped int", constant.MakeInt64(int64(q.IPV6_MTU))}, 1133 "IPV6_MTU_DISCOVER": {"untyped int", constant.MakeInt64(int64(q.IPV6_MTU_DISCOVER))}, 1134 "IPV6_MULTICAST_ALL": {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_ALL))}, 1135 "IPV6_MULTICAST_HOPS": {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_HOPS))}, 1136 "IPV6_MULTICAST_IF": {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_IF))}, 1137 "IPV6_MULTICAST_LOOP": {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_LOOP))}, 1138 "IPV6_NEXTHOP": {"untyped int", constant.MakeInt64(int64(q.IPV6_NEXTHOP))}, 1139 "IPV6_ORIGDSTADDR": {"untyped int", constant.MakeInt64(int64(q.IPV6_ORIGDSTADDR))}, 1140 "IPV6_PATHMTU": {"untyped int", constant.MakeInt64(int64(q.IPV6_PATHMTU))}, 1141 "IPV6_PKTINFO": {"untyped int", constant.MakeInt64(int64(q.IPV6_PKTINFO))}, 1142 "IPV6_PMTUDISC_DO": {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_DO))}, 1143 "IPV6_PMTUDISC_DONT": {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_DONT))}, 1144 "IPV6_PMTUDISC_INTERFACE": {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_INTERFACE))}, 1145 "IPV6_PMTUDISC_OMIT": {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_OMIT))}, 1146 "IPV6_PMTUDISC_PROBE": {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_PROBE))}, 1147 "IPV6_PMTUDISC_WANT": {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_WANT))}, 1148 "IPV6_RECVDSTOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVDSTOPTS))}, 1149 "IPV6_RECVERR": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVERR))}, 1150 "IPV6_RECVERR_RFC4884": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVERR_RFC4884))}, 1151 "IPV6_RECVFRAGSIZE": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVFRAGSIZE))}, 1152 "IPV6_RECVHOPLIMIT": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVHOPLIMIT))}, 1153 "IPV6_RECVHOPOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVHOPOPTS))}, 1154 "IPV6_RECVORIGDSTADDR": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVORIGDSTADDR))}, 1155 "IPV6_RECVPATHMTU": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVPATHMTU))}, 1156 "IPV6_RECVPKTINFO": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVPKTINFO))}, 1157 "IPV6_RECVRTHDR": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVRTHDR))}, 1158 "IPV6_RECVTCLASS": {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVTCLASS))}, 1159 "IPV6_ROUTER_ALERT": {"untyped int", constant.MakeInt64(int64(q.IPV6_ROUTER_ALERT))}, 1160 "IPV6_ROUTER_ALERT_ISOLATE": {"untyped int", constant.MakeInt64(int64(q.IPV6_ROUTER_ALERT_ISOLATE))}, 1161 "IPV6_RTHDR": {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR))}, 1162 "IPV6_RTHDRDSTOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDRDSTOPTS))}, 1163 "IPV6_RTHDR_LOOSE": {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR_LOOSE))}, 1164 "IPV6_RTHDR_STRICT": {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR_STRICT))}, 1165 "IPV6_RTHDR_TYPE_0": {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR_TYPE_0))}, 1166 "IPV6_RXDSTOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_RXDSTOPTS))}, 1167 "IPV6_RXHOPOPTS": {"untyped int", constant.MakeInt64(int64(q.IPV6_RXHOPOPTS))}, 1168 "IPV6_TCLASS": {"untyped int", constant.MakeInt64(int64(q.IPV6_TCLASS))}, 1169 "IPV6_TRANSPARENT": {"untyped int", constant.MakeInt64(int64(q.IPV6_TRANSPARENT))}, 1170 "IPV6_UNICAST_HOPS": {"untyped int", constant.MakeInt64(int64(q.IPV6_UNICAST_HOPS))}, 1171 "IPV6_UNICAST_IF": {"untyped int", constant.MakeInt64(int64(q.IPV6_UNICAST_IF))}, 1172 "IPV6_V6ONLY": {"untyped int", constant.MakeInt64(int64(q.IPV6_V6ONLY))}, 1173 "IPV6_XFRM_POLICY": {"untyped int", constant.MakeInt64(int64(q.IPV6_XFRM_POLICY))}, 1174 "IP_ADD_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.IP_ADD_MEMBERSHIP))}, 1175 "IP_ADD_SOURCE_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.IP_ADD_SOURCE_MEMBERSHIP))}, 1176 "IP_BIND_ADDRESS_NO_PORT": {"untyped int", constant.MakeInt64(int64(q.IP_BIND_ADDRESS_NO_PORT))}, 1177 "IP_BLOCK_SOURCE": {"untyped int", constant.MakeInt64(int64(q.IP_BLOCK_SOURCE))}, 1178 "IP_CHECKSUM": {"untyped int", constant.MakeInt64(int64(q.IP_CHECKSUM))}, 1179 "IP_DEFAULT_MULTICAST_LOOP": {"untyped int", constant.MakeInt64(int64(q.IP_DEFAULT_MULTICAST_LOOP))}, 1180 "IP_DEFAULT_MULTICAST_TTL": {"untyped int", constant.MakeInt64(int64(q.IP_DEFAULT_MULTICAST_TTL))}, 1181 "IP_DF": {"untyped int", constant.MakeInt64(int64(q.IP_DF))}, 1182 "IP_DROP_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.IP_DROP_MEMBERSHIP))}, 1183 "IP_DROP_SOURCE_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.IP_DROP_SOURCE_MEMBERSHIP))}, 1184 "IP_FREEBIND": {"untyped int", constant.MakeInt64(int64(q.IP_FREEBIND))}, 1185 "IP_HDRINCL": {"untyped int", constant.MakeInt64(int64(q.IP_HDRINCL))}, 1186 "IP_IPSEC_POLICY": {"untyped int", constant.MakeInt64(int64(q.IP_IPSEC_POLICY))}, 1187 "IP_MAXPACKET": {"untyped int", constant.MakeInt64(int64(q.IP_MAXPACKET))}, 1188 "IP_MAX_MEMBERSHIPS": {"untyped int", constant.MakeInt64(int64(q.IP_MAX_MEMBERSHIPS))}, 1189 "IP_MF": {"untyped int", constant.MakeInt64(int64(q.IP_MF))}, 1190 "IP_MINTTL": {"untyped int", constant.MakeInt64(int64(q.IP_MINTTL))}, 1191 "IP_MSFILTER": {"untyped int", constant.MakeInt64(int64(q.IP_MSFILTER))}, 1192 "IP_MSS": {"untyped int", constant.MakeInt64(int64(q.IP_MSS))}, 1193 "IP_MTU": {"untyped int", constant.MakeInt64(int64(q.IP_MTU))}, 1194 "IP_MTU_DISCOVER": {"untyped int", constant.MakeInt64(int64(q.IP_MTU_DISCOVER))}, 1195 "IP_MULTICAST_ALL": {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_ALL))}, 1196 "IP_MULTICAST_IF": {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_IF))}, 1197 "IP_MULTICAST_LOOP": {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_LOOP))}, 1198 "IP_MULTICAST_TTL": {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_TTL))}, 1199 "IP_NODEFRAG": {"untyped int", constant.MakeInt64(int64(q.IP_NODEFRAG))}, 1200 "IP_OFFMASK": {"untyped int", constant.MakeInt64(int64(q.IP_OFFMASK))}, 1201 "IP_OPTIONS": {"untyped int", constant.MakeInt64(int64(q.IP_OPTIONS))}, 1202 "IP_ORIGDSTADDR": {"untyped int", constant.MakeInt64(int64(q.IP_ORIGDSTADDR))}, 1203 "IP_PASSSEC": {"untyped int", constant.MakeInt64(int64(q.IP_PASSSEC))}, 1204 "IP_PKTINFO": {"untyped int", constant.MakeInt64(int64(q.IP_PKTINFO))}, 1205 "IP_PKTOPTIONS": {"untyped int", constant.MakeInt64(int64(q.IP_PKTOPTIONS))}, 1206 "IP_PMTUDISC": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC))}, 1207 "IP_PMTUDISC_DO": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_DO))}, 1208 "IP_PMTUDISC_DONT": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_DONT))}, 1209 "IP_PMTUDISC_INTERFACE": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_INTERFACE))}, 1210 "IP_PMTUDISC_OMIT": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_OMIT))}, 1211 "IP_PMTUDISC_PROBE": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_PROBE))}, 1212 "IP_PMTUDISC_WANT": {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_WANT))}, 1213 "IP_RECVERR": {"untyped int", constant.MakeInt64(int64(q.IP_RECVERR))}, 1214 "IP_RECVERR_RFC4884": {"untyped int", constant.MakeInt64(int64(q.IP_RECVERR_RFC4884))}, 1215 "IP_RECVFRAGSIZE": {"untyped int", constant.MakeInt64(int64(q.IP_RECVFRAGSIZE))}, 1216 "IP_RECVOPTS": {"untyped int", constant.MakeInt64(int64(q.IP_RECVOPTS))}, 1217 "IP_RECVORIGDSTADDR": {"untyped int", constant.MakeInt64(int64(q.IP_RECVORIGDSTADDR))}, 1218 "IP_RECVRETOPTS": {"untyped int", constant.MakeInt64(int64(q.IP_RECVRETOPTS))}, 1219 "IP_RECVTOS": {"untyped int", constant.MakeInt64(int64(q.IP_RECVTOS))}, 1220 "IP_RECVTTL": {"untyped int", constant.MakeInt64(int64(q.IP_RECVTTL))}, 1221 "IP_RETOPTS": {"untyped int", constant.MakeInt64(int64(q.IP_RETOPTS))}, 1222 "IP_RF": {"untyped int", constant.MakeInt64(int64(q.IP_RF))}, 1223 "IP_ROUTER_ALERT": {"untyped int", constant.MakeInt64(int64(q.IP_ROUTER_ALERT))}, 1224 "IP_TOS": {"untyped int", constant.MakeInt64(int64(q.IP_TOS))}, 1225 "IP_TRANSPARENT": {"untyped int", constant.MakeInt64(int64(q.IP_TRANSPARENT))}, 1226 "IP_TTL": {"untyped int", constant.MakeInt64(int64(q.IP_TTL))}, 1227 "IP_UNBLOCK_SOURCE": {"untyped int", constant.MakeInt64(int64(q.IP_UNBLOCK_SOURCE))}, 1228 "IP_UNICAST_IF": {"untyped int", constant.MakeInt64(int64(q.IP_UNICAST_IF))}, 1229 "IP_XFRM_POLICY": {"untyped int", constant.MakeInt64(int64(q.IP_XFRM_POLICY))}, 1230 "ISIG": {"untyped int", constant.MakeInt64(int64(q.ISIG))}, 1231 "ISTRIP": {"untyped int", constant.MakeInt64(int64(q.ISTRIP))}, 1232 "IUCLC": {"untyped int", constant.MakeInt64(int64(q.IUCLC))}, 1233 "IUTF8": {"untyped int", constant.MakeInt64(int64(q.IUTF8))}, 1234 "IXANY": {"untyped int", constant.MakeInt64(int64(q.IXANY))}, 1235 "IXOFF": {"untyped int", constant.MakeInt64(int64(q.IXOFF))}, 1236 "IXON": {"untyped int", constant.MakeInt64(int64(q.IXON))}, 1237 "ImplementsGetwd": {"untyped bool", constant.MakeBool(bool(q.ImplementsGetwd))}, 1238 "LINUX_REBOOT_CMD_CAD_OFF": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_CAD_OFF))}, 1239 "LINUX_REBOOT_CMD_CAD_ON": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_CAD_ON))}, 1240 "LINUX_REBOOT_CMD_HALT": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_HALT))}, 1241 "LINUX_REBOOT_CMD_KEXEC": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_KEXEC))}, 1242 "LINUX_REBOOT_CMD_POWER_OFF": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_POWER_OFF))}, 1243 "LINUX_REBOOT_CMD_RESTART": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_RESTART))}, 1244 "LINUX_REBOOT_CMD_RESTART2": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_RESTART2))}, 1245 "LINUX_REBOOT_CMD_SW_SUSPEND": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_SW_SUSPEND))}, 1246 "LINUX_REBOOT_MAGIC1": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_MAGIC1))}, 1247 "LINUX_REBOOT_MAGIC2": {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_MAGIC2))}, 1248 "LOCK_EX": {"untyped int", constant.MakeInt64(int64(q.LOCK_EX))}, 1249 "LOCK_NB": {"untyped int", constant.MakeInt64(int64(q.LOCK_NB))}, 1250 "LOCK_SH": {"untyped int", constant.MakeInt64(int64(q.LOCK_SH))}, 1251 "LOCK_UN": {"untyped int", constant.MakeInt64(int64(q.LOCK_UN))}, 1252 "MADV_COLD": {"untyped int", constant.MakeInt64(int64(q.MADV_COLD))}, 1253 "MADV_DODUMP": {"untyped int", constant.MakeInt64(int64(q.MADV_DODUMP))}, 1254 "MADV_DOFORK": {"untyped int", constant.MakeInt64(int64(q.MADV_DOFORK))}, 1255 "MADV_DONTDUMP": {"untyped int", constant.MakeInt64(int64(q.MADV_DONTDUMP))}, 1256 "MADV_DONTFORK": {"untyped int", constant.MakeInt64(int64(q.MADV_DONTFORK))}, 1257 "MADV_DONTNEED": {"untyped int", constant.MakeInt64(int64(q.MADV_DONTNEED))}, 1258 "MADV_FREE": {"untyped int", constant.MakeInt64(int64(q.MADV_FREE))}, 1259 "MADV_HUGEPAGE": {"untyped int", constant.MakeInt64(int64(q.MADV_HUGEPAGE))}, 1260 "MADV_HWPOISON": {"untyped int", constant.MakeInt64(int64(q.MADV_HWPOISON))}, 1261 "MADV_KEEPONFORK": {"untyped int", constant.MakeInt64(int64(q.MADV_KEEPONFORK))}, 1262 "MADV_MERGEABLE": {"untyped int", constant.MakeInt64(int64(q.MADV_MERGEABLE))}, 1263 "MADV_NOHUGEPAGE": {"untyped int", constant.MakeInt64(int64(q.MADV_NOHUGEPAGE))}, 1264 "MADV_NORMAL": {"untyped int", constant.MakeInt64(int64(q.MADV_NORMAL))}, 1265 "MADV_PAGEOUT": {"untyped int", constant.MakeInt64(int64(q.MADV_PAGEOUT))}, 1266 "MADV_POPULATE_READ": {"untyped int", constant.MakeInt64(int64(q.MADV_POPULATE_READ))}, 1267 "MADV_POPULATE_WRITE": {"untyped int", constant.MakeInt64(int64(q.MADV_POPULATE_WRITE))}, 1268 "MADV_RANDOM": {"untyped int", constant.MakeInt64(int64(q.MADV_RANDOM))}, 1269 "MADV_REMOVE": {"untyped int", constant.MakeInt64(int64(q.MADV_REMOVE))}, 1270 "MADV_SEQUENTIAL": {"untyped int", constant.MakeInt64(int64(q.MADV_SEQUENTIAL))}, 1271 "MADV_UNMERGEABLE": {"untyped int", constant.MakeInt64(int64(q.MADV_UNMERGEABLE))}, 1272 "MADV_WILLNEED": {"untyped int", constant.MakeInt64(int64(q.MADV_WILLNEED))}, 1273 "MADV_WIPEONFORK": {"untyped int", constant.MakeInt64(int64(q.MADV_WIPEONFORK))}, 1274 "MAP_ANON": {"untyped int", constant.MakeInt64(int64(q.MAP_ANON))}, 1275 "MAP_ANONYMOUS": {"untyped int", constant.MakeInt64(int64(q.MAP_ANONYMOUS))}, 1276 "MAP_DENYWRITE": {"untyped int", constant.MakeInt64(int64(q.MAP_DENYWRITE))}, 1277 "MAP_EXECUTABLE": {"untyped int", constant.MakeInt64(int64(q.MAP_EXECUTABLE))}, 1278 "MAP_FILE": {"untyped int", constant.MakeInt64(int64(q.MAP_FILE))}, 1279 "MAP_FIXED": {"untyped int", constant.MakeInt64(int64(q.MAP_FIXED))}, 1280 "MAP_FIXED_NOREPLACE": {"untyped int", constant.MakeInt64(int64(q.MAP_FIXED_NOREPLACE))}, 1281 "MAP_GROWSDOWN": {"untyped int", constant.MakeInt64(int64(q.MAP_GROWSDOWN))}, 1282 "MAP_HUGETLB": {"untyped int", constant.MakeInt64(int64(q.MAP_HUGETLB))}, 1283 "MAP_HUGE_MASK": {"untyped int", constant.MakeInt64(int64(q.MAP_HUGE_MASK))}, 1284 "MAP_HUGE_SHIFT": {"untyped int", constant.MakeInt64(int64(q.MAP_HUGE_SHIFT))}, 1285 "MAP_LOCKED": {"untyped int", constant.MakeInt64(int64(q.MAP_LOCKED))}, 1286 "MAP_NONBLOCK": {"untyped int", constant.MakeInt64(int64(q.MAP_NONBLOCK))}, 1287 "MAP_NORESERVE": {"untyped int", constant.MakeInt64(int64(q.MAP_NORESERVE))}, 1288 "MAP_POPULATE": {"untyped int", constant.MakeInt64(int64(q.MAP_POPULATE))}, 1289 "MAP_PRIVATE": {"untyped int", constant.MakeInt64(int64(q.MAP_PRIVATE))}, 1290 "MAP_SHARED": {"untyped int", constant.MakeInt64(int64(q.MAP_SHARED))}, 1291 "MAP_SHARED_VALIDATE": {"untyped int", constant.MakeInt64(int64(q.MAP_SHARED_VALIDATE))}, 1292 "MAP_STACK": {"untyped int", constant.MakeInt64(int64(q.MAP_STACK))}, 1293 "MAP_SYNC": {"untyped int", constant.MakeInt64(int64(q.MAP_SYNC))}, 1294 "MAP_TYPE": {"untyped int", constant.MakeInt64(int64(q.MAP_TYPE))}, 1295 "MCL_CURRENT": {"untyped int", constant.MakeInt64(int64(q.MCL_CURRENT))}, 1296 "MCL_FUTURE": {"untyped int", constant.MakeInt64(int64(q.MCL_FUTURE))}, 1297 "MCL_ONFAULT": {"untyped int", constant.MakeInt64(int64(q.MCL_ONFAULT))}, 1298 "MNT_DETACH": {"untyped int", constant.MakeInt64(int64(q.MNT_DETACH))}, 1299 "MNT_EXPIRE": {"untyped int", constant.MakeInt64(int64(q.MNT_EXPIRE))}, 1300 "MNT_FORCE": {"untyped int", constant.MakeInt64(int64(q.MNT_FORCE))}, 1301 "MSG_BATCH": {"untyped int", constant.MakeInt64(int64(q.MSG_BATCH))}, 1302 "MSG_CMSG_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.MSG_CMSG_CLOEXEC))}, 1303 "MSG_CONFIRM": {"untyped int", constant.MakeInt64(int64(q.MSG_CONFIRM))}, 1304 "MSG_CTRUNC": {"untyped int", constant.MakeInt64(int64(q.MSG_CTRUNC))}, 1305 "MSG_DONTROUTE": {"untyped int", constant.MakeInt64(int64(q.MSG_DONTROUTE))}, 1306 "MSG_DONTWAIT": {"untyped int", constant.MakeInt64(int64(q.MSG_DONTWAIT))}, 1307 "MSG_EOR": {"untyped int", constant.MakeInt64(int64(q.MSG_EOR))}, 1308 "MSG_ERRQUEUE": {"untyped int", constant.MakeInt64(int64(q.MSG_ERRQUEUE))}, 1309 "MSG_FASTOPEN": {"untyped int", constant.MakeInt64(int64(q.MSG_FASTOPEN))}, 1310 "MSG_FIN": {"untyped int", constant.MakeInt64(int64(q.MSG_FIN))}, 1311 "MSG_MORE": {"untyped int", constant.MakeInt64(int64(q.MSG_MORE))}, 1312 "MSG_NOSIGNAL": {"untyped int", constant.MakeInt64(int64(q.MSG_NOSIGNAL))}, 1313 "MSG_OOB": {"untyped int", constant.MakeInt64(int64(q.MSG_OOB))}, 1314 "MSG_PEEK": {"untyped int", constant.MakeInt64(int64(q.MSG_PEEK))}, 1315 "MSG_PROXY": {"untyped int", constant.MakeInt64(int64(q.MSG_PROXY))}, 1316 "MSG_RST": {"untyped int", constant.MakeInt64(int64(q.MSG_RST))}, 1317 "MSG_SYN": {"untyped int", constant.MakeInt64(int64(q.MSG_SYN))}, 1318 "MSG_TRUNC": {"untyped int", constant.MakeInt64(int64(q.MSG_TRUNC))}, 1319 "MSG_TRYHARD": {"untyped int", constant.MakeInt64(int64(q.MSG_TRYHARD))}, 1320 "MSG_WAITALL": {"untyped int", constant.MakeInt64(int64(q.MSG_WAITALL))}, 1321 "MSG_WAITFORONE": {"untyped int", constant.MakeInt64(int64(q.MSG_WAITFORONE))}, 1322 "MSG_ZEROCOPY": {"untyped int", constant.MakeInt64(int64(q.MSG_ZEROCOPY))}, 1323 "MS_ACTIVE": {"untyped int", constant.MakeInt64(int64(q.MS_ACTIVE))}, 1324 "MS_ASYNC": {"untyped int", constant.MakeInt64(int64(q.MS_ASYNC))}, 1325 "MS_BIND": {"untyped int", constant.MakeInt64(int64(q.MS_BIND))}, 1326 "MS_DIRSYNC": {"untyped int", constant.MakeInt64(int64(q.MS_DIRSYNC))}, 1327 "MS_INVALIDATE": {"untyped int", constant.MakeInt64(int64(q.MS_INVALIDATE))}, 1328 "MS_I_VERSION": {"untyped int", constant.MakeInt64(int64(q.MS_I_VERSION))}, 1329 "MS_KERNMOUNT": {"untyped int", constant.MakeInt64(int64(q.MS_KERNMOUNT))}, 1330 "MS_LAZYTIME": {"untyped int", constant.MakeInt64(int64(q.MS_LAZYTIME))}, 1331 "MS_MANDLOCK": {"untyped int", constant.MakeInt64(int64(q.MS_MANDLOCK))}, 1332 "MS_MGC_MSK": {"untyped int", constant.MakeInt64(int64(q.MS_MGC_MSK))}, 1333 "MS_MGC_VAL": {"untyped int", constant.MakeInt64(int64(q.MS_MGC_VAL))}, 1334 "MS_MOVE": {"untyped int", constant.MakeInt64(int64(q.MS_MOVE))}, 1335 "MS_NOATIME": {"untyped int", constant.MakeInt64(int64(q.MS_NOATIME))}, 1336 "MS_NODEV": {"untyped int", constant.MakeInt64(int64(q.MS_NODEV))}, 1337 "MS_NODIRATIME": {"untyped int", constant.MakeInt64(int64(q.MS_NODIRATIME))}, 1338 "MS_NOEXEC": {"untyped int", constant.MakeInt64(int64(q.MS_NOEXEC))}, 1339 "MS_NOSUID": {"untyped int", constant.MakeInt64(int64(q.MS_NOSUID))}, 1340 "MS_NOSYMFOLLOW": {"untyped int", constant.MakeInt64(int64(q.MS_NOSYMFOLLOW))}, 1341 "MS_NOUSER": {"untyped int", constant.MakeInt64(int64(q.MS_NOUSER))}, 1342 "MS_POSIXACL": {"untyped int", constant.MakeInt64(int64(q.MS_POSIXACL))}, 1343 "MS_PRIVATE": {"untyped int", constant.MakeInt64(int64(q.MS_PRIVATE))}, 1344 "MS_RDONLY": {"untyped int", constant.MakeInt64(int64(q.MS_RDONLY))}, 1345 "MS_REC": {"untyped int", constant.MakeInt64(int64(q.MS_REC))}, 1346 "MS_RELATIME": {"untyped int", constant.MakeInt64(int64(q.MS_RELATIME))}, 1347 "MS_REMOUNT": {"untyped int", constant.MakeInt64(int64(q.MS_REMOUNT))}, 1348 "MS_RMT_MASK": {"untyped int", constant.MakeInt64(int64(q.MS_RMT_MASK))}, 1349 "MS_SHARED": {"untyped int", constant.MakeInt64(int64(q.MS_SHARED))}, 1350 "MS_SILENT": {"untyped int", constant.MakeInt64(int64(q.MS_SILENT))}, 1351 "MS_SLAVE": {"untyped int", constant.MakeInt64(int64(q.MS_SLAVE))}, 1352 "MS_STRICTATIME": {"untyped int", constant.MakeInt64(int64(q.MS_STRICTATIME))}, 1353 "MS_SYNC": {"untyped int", constant.MakeInt64(int64(q.MS_SYNC))}, 1354 "MS_SYNCHRONOUS": {"untyped int", constant.MakeInt64(int64(q.MS_SYNCHRONOUS))}, 1355 "MS_UNBINDABLE": {"untyped int", constant.MakeInt64(int64(q.MS_UNBINDABLE))}, 1356 "NAME_MAX": {"untyped int", constant.MakeInt64(int64(q.NAME_MAX))}, 1357 "NETLINK_ADD_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.NETLINK_ADD_MEMBERSHIP))}, 1358 "NETLINK_AUDIT": {"untyped int", constant.MakeInt64(int64(q.NETLINK_AUDIT))}, 1359 "NETLINK_BROADCAST_ERROR": {"untyped int", constant.MakeInt64(int64(q.NETLINK_BROADCAST_ERROR))}, 1360 "NETLINK_CAP_ACK": {"untyped int", constant.MakeInt64(int64(q.NETLINK_CAP_ACK))}, 1361 "NETLINK_CONNECTOR": {"untyped int", constant.MakeInt64(int64(q.NETLINK_CONNECTOR))}, 1362 "NETLINK_CRYPTO": {"untyped int", constant.MakeInt64(int64(q.NETLINK_CRYPTO))}, 1363 "NETLINK_DNRTMSG": {"untyped int", constant.MakeInt64(int64(q.NETLINK_DNRTMSG))}, 1364 "NETLINK_DROP_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.NETLINK_DROP_MEMBERSHIP))}, 1365 "NETLINK_ECRYPTFS": {"untyped int", constant.MakeInt64(int64(q.NETLINK_ECRYPTFS))}, 1366 "NETLINK_EXT_ACK": {"untyped int", constant.MakeInt64(int64(q.NETLINK_EXT_ACK))}, 1367 "NETLINK_FIB_LOOKUP": {"untyped int", constant.MakeInt64(int64(q.NETLINK_FIB_LOOKUP))}, 1368 "NETLINK_FIREWALL": {"untyped int", constant.MakeInt64(int64(q.NETLINK_FIREWALL))}, 1369 "NETLINK_GENERIC": {"untyped int", constant.MakeInt64(int64(q.NETLINK_GENERIC))}, 1370 "NETLINK_GET_STRICT_CHK": {"untyped int", constant.MakeInt64(int64(q.NETLINK_GET_STRICT_CHK))}, 1371 "NETLINK_INET_DIAG": {"untyped int", constant.MakeInt64(int64(q.NETLINK_INET_DIAG))}, 1372 "NETLINK_IP6_FW": {"untyped int", constant.MakeInt64(int64(q.NETLINK_IP6_FW))}, 1373 "NETLINK_ISCSI": {"untyped int", constant.MakeInt64(int64(q.NETLINK_ISCSI))}, 1374 "NETLINK_KOBJECT_UEVENT": {"untyped int", constant.MakeInt64(int64(q.NETLINK_KOBJECT_UEVENT))}, 1375 "NETLINK_LISTEN_ALL_NSID": {"untyped int", constant.MakeInt64(int64(q.NETLINK_LISTEN_ALL_NSID))}, 1376 "NETLINK_LIST_MEMBERSHIPS": {"untyped int", constant.MakeInt64(int64(q.NETLINK_LIST_MEMBERSHIPS))}, 1377 "NETLINK_NETFILTER": {"untyped int", constant.MakeInt64(int64(q.NETLINK_NETFILTER))}, 1378 "NETLINK_NFLOG": {"untyped int", constant.MakeInt64(int64(q.NETLINK_NFLOG))}, 1379 "NETLINK_NO_ENOBUFS": {"untyped int", constant.MakeInt64(int64(q.NETLINK_NO_ENOBUFS))}, 1380 "NETLINK_PKTINFO": {"untyped int", constant.MakeInt64(int64(q.NETLINK_PKTINFO))}, 1381 "NETLINK_RDMA": {"untyped int", constant.MakeInt64(int64(q.NETLINK_RDMA))}, 1382 "NETLINK_ROUTE": {"untyped int", constant.MakeInt64(int64(q.NETLINK_ROUTE))}, 1383 "NETLINK_RX_RING": {"untyped int", constant.MakeInt64(int64(q.NETLINK_RX_RING))}, 1384 "NETLINK_SCSITRANSPORT": {"untyped int", constant.MakeInt64(int64(q.NETLINK_SCSITRANSPORT))}, 1385 "NETLINK_SELINUX": {"untyped int", constant.MakeInt64(int64(q.NETLINK_SELINUX))}, 1386 "NETLINK_SMC": {"untyped int", constant.MakeInt64(int64(q.NETLINK_SMC))}, 1387 "NETLINK_SOCK_DIAG": {"untyped int", constant.MakeInt64(int64(q.NETLINK_SOCK_DIAG))}, 1388 "NETLINK_TX_RING": {"untyped int", constant.MakeInt64(int64(q.NETLINK_TX_RING))}, 1389 "NETLINK_UNUSED": {"untyped int", constant.MakeInt64(int64(q.NETLINK_UNUSED))}, 1390 "NETLINK_USERSOCK": {"untyped int", constant.MakeInt64(int64(q.NETLINK_USERSOCK))}, 1391 "NETLINK_XFRM": {"untyped int", constant.MakeInt64(int64(q.NETLINK_XFRM))}, 1392 "NLA_ALIGNTO": {"untyped int", constant.MakeInt64(int64(q.NLA_ALIGNTO))}, 1393 "NLA_F_NESTED": {"untyped int", constant.MakeInt64(int64(q.NLA_F_NESTED))}, 1394 "NLA_F_NET_BYTEORDER": {"untyped int", constant.MakeInt64(int64(q.NLA_F_NET_BYTEORDER))}, 1395 "NLA_HDRLEN": {"untyped int", constant.MakeInt64(int64(q.NLA_HDRLEN))}, 1396 "NLMSG_ALIGNTO": {"untyped int", constant.MakeInt64(int64(q.NLMSG_ALIGNTO))}, 1397 "NLMSG_DONE": {"untyped int", constant.MakeInt64(int64(q.NLMSG_DONE))}, 1398 "NLMSG_ERROR": {"untyped int", constant.MakeInt64(int64(q.NLMSG_ERROR))}, 1399 "NLMSG_HDRLEN": {"untyped int", constant.MakeInt64(int64(q.NLMSG_HDRLEN))}, 1400 "NLMSG_MIN_TYPE": {"untyped int", constant.MakeInt64(int64(q.NLMSG_MIN_TYPE))}, 1401 "NLMSG_NOOP": {"untyped int", constant.MakeInt64(int64(q.NLMSG_NOOP))}, 1402 "NLMSG_OVERRUN": {"untyped int", constant.MakeInt64(int64(q.NLMSG_OVERRUN))}, 1403 "NLM_F_ACK": {"untyped int", constant.MakeInt64(int64(q.NLM_F_ACK))}, 1404 "NLM_F_ACK_TLVS": {"untyped int", constant.MakeInt64(int64(q.NLM_F_ACK_TLVS))}, 1405 "NLM_F_APPEND": {"untyped int", constant.MakeInt64(int64(q.NLM_F_APPEND))}, 1406 "NLM_F_ATOMIC": {"untyped int", constant.MakeInt64(int64(q.NLM_F_ATOMIC))}, 1407 "NLM_F_CAPPED": {"untyped int", constant.MakeInt64(int64(q.NLM_F_CAPPED))}, 1408 "NLM_F_CREATE": {"untyped int", constant.MakeInt64(int64(q.NLM_F_CREATE))}, 1409 "NLM_F_DUMP": {"untyped int", constant.MakeInt64(int64(q.NLM_F_DUMP))}, 1410 "NLM_F_DUMP_FILTERED": {"untyped int", constant.MakeInt64(int64(q.NLM_F_DUMP_FILTERED))}, 1411 "NLM_F_DUMP_INTR": {"untyped int", constant.MakeInt64(int64(q.NLM_F_DUMP_INTR))}, 1412 "NLM_F_ECHO": {"untyped int", constant.MakeInt64(int64(q.NLM_F_ECHO))}, 1413 "NLM_F_EXCL": {"untyped int", constant.MakeInt64(int64(q.NLM_F_EXCL))}, 1414 "NLM_F_MATCH": {"untyped int", constant.MakeInt64(int64(q.NLM_F_MATCH))}, 1415 "NLM_F_MULTI": {"untyped int", constant.MakeInt64(int64(q.NLM_F_MULTI))}, 1416 "NLM_F_NONREC": {"untyped int", constant.MakeInt64(int64(q.NLM_F_NONREC))}, 1417 "NLM_F_REPLACE": {"untyped int", constant.MakeInt64(int64(q.NLM_F_REPLACE))}, 1418 "NLM_F_REQUEST": {"untyped int", constant.MakeInt64(int64(q.NLM_F_REQUEST))}, 1419 "NLM_F_ROOT": {"untyped int", constant.MakeInt64(int64(q.NLM_F_ROOT))}, 1420 "NOFLSH": {"untyped int", constant.MakeInt64(int64(q.NOFLSH))}, 1421 "OCRNL": {"untyped int", constant.MakeInt64(int64(q.OCRNL))}, 1422 "OFDEL": {"untyped int", constant.MakeInt64(int64(q.OFDEL))}, 1423 "OFILL": {"untyped int", constant.MakeInt64(int64(q.OFILL))}, 1424 "OLCUC": {"untyped int", constant.MakeInt64(int64(q.OLCUC))}, 1425 "ONLCR": {"untyped int", constant.MakeInt64(int64(q.ONLCR))}, 1426 "ONLRET": {"untyped int", constant.MakeInt64(int64(q.ONLRET))}, 1427 "ONOCR": {"untyped int", constant.MakeInt64(int64(q.ONOCR))}, 1428 "OPOST": {"untyped int", constant.MakeInt64(int64(q.OPOST))}, 1429 "O_ACCMODE": {"untyped int", constant.MakeInt64(int64(q.O_ACCMODE))}, 1430 "O_APPEND": {"untyped int", constant.MakeInt64(int64(q.O_APPEND))}, 1431 "O_ASYNC": {"untyped int", constant.MakeInt64(int64(q.O_ASYNC))}, 1432 "O_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.O_CLOEXEC))}, 1433 "O_CREAT": {"untyped int", constant.MakeInt64(int64(q.O_CREAT))}, 1434 "O_DIRECT": {"untyped int", constant.MakeInt64(int64(q.O_DIRECT))}, 1435 "O_DIRECTORY": {"untyped int", constant.MakeInt64(int64(q.O_DIRECTORY))}, 1436 "O_DSYNC": {"untyped int", constant.MakeInt64(int64(q.O_DSYNC))}, 1437 "O_EXCL": {"untyped int", constant.MakeInt64(int64(q.O_EXCL))}, 1438 "O_FSYNC": {"untyped int", constant.MakeInt64(int64(q.O_FSYNC))}, 1439 "O_LARGEFILE": {"untyped int", constant.MakeInt64(int64(q.O_LARGEFILE))}, 1440 "O_NDELAY": {"untyped int", constant.MakeInt64(int64(q.O_NDELAY))}, 1441 "O_NOATIME": {"untyped int", constant.MakeInt64(int64(q.O_NOATIME))}, 1442 "O_NOCTTY": {"untyped int", constant.MakeInt64(int64(q.O_NOCTTY))}, 1443 "O_NOFOLLOW": {"untyped int", constant.MakeInt64(int64(q.O_NOFOLLOW))}, 1444 "O_NONBLOCK": {"untyped int", constant.MakeInt64(int64(q.O_NONBLOCK))}, 1445 "O_PATH": {"untyped int", constant.MakeInt64(int64(q.O_PATH))}, 1446 "O_RDONLY": {"untyped int", constant.MakeInt64(int64(q.O_RDONLY))}, 1447 "O_RDWR": {"untyped int", constant.MakeInt64(int64(q.O_RDWR))}, 1448 "O_RSYNC": {"untyped int", constant.MakeInt64(int64(q.O_RSYNC))}, 1449 "O_SYNC": {"untyped int", constant.MakeInt64(int64(q.O_SYNC))}, 1450 "O_TMPFILE": {"untyped int", constant.MakeInt64(int64(q.O_TMPFILE))}, 1451 "O_TRUNC": {"untyped int", constant.MakeInt64(int64(q.O_TRUNC))}, 1452 "O_WRONLY": {"untyped int", constant.MakeInt64(int64(q.O_WRONLY))}, 1453 "PACKET_ADD_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.PACKET_ADD_MEMBERSHIP))}, 1454 "PACKET_AUXDATA": {"untyped int", constant.MakeInt64(int64(q.PACKET_AUXDATA))}, 1455 "PACKET_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.PACKET_BROADCAST))}, 1456 "PACKET_COPY_THRESH": {"untyped int", constant.MakeInt64(int64(q.PACKET_COPY_THRESH))}, 1457 "PACKET_DROP_MEMBERSHIP": {"untyped int", constant.MakeInt64(int64(q.PACKET_DROP_MEMBERSHIP))}, 1458 "PACKET_FANOUT": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT))}, 1459 "PACKET_FANOUT_CBPF": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_CBPF))}, 1460 "PACKET_FANOUT_CPU": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_CPU))}, 1461 "PACKET_FANOUT_DATA": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_DATA))}, 1462 "PACKET_FANOUT_EBPF": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_EBPF))}, 1463 "PACKET_FANOUT_FLAG_DEFRAG": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_FLAG_DEFRAG))}, 1464 "PACKET_FANOUT_FLAG_ROLLOVER": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_FLAG_ROLLOVER))}, 1465 "PACKET_FANOUT_FLAG_UNIQUEID": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_FLAG_UNIQUEID))}, 1466 "PACKET_FANOUT_HASH": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_HASH))}, 1467 "PACKET_FANOUT_LB": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_LB))}, 1468 "PACKET_FANOUT_QM": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_QM))}, 1469 "PACKET_FANOUT_RND": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_RND))}, 1470 "PACKET_FANOUT_ROLLOVER": {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_ROLLOVER))}, 1471 "PACKET_FASTROUTE": {"untyped int", constant.MakeInt64(int64(q.PACKET_FASTROUTE))}, 1472 "PACKET_HDRLEN": {"untyped int", constant.MakeInt64(int64(q.PACKET_HDRLEN))}, 1473 "PACKET_HOST": {"untyped int", constant.MakeInt64(int64(q.PACKET_HOST))}, 1474 "PACKET_IGNORE_OUTGOING": {"untyped int", constant.MakeInt64(int64(q.PACKET_IGNORE_OUTGOING))}, 1475 "PACKET_KERNEL": {"untyped int", constant.MakeInt64(int64(q.PACKET_KERNEL))}, 1476 "PACKET_LOOPBACK": {"untyped int", constant.MakeInt64(int64(q.PACKET_LOOPBACK))}, 1477 "PACKET_LOSS": {"untyped int", constant.MakeInt64(int64(q.PACKET_LOSS))}, 1478 "PACKET_MR_ALLMULTI": {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_ALLMULTI))}, 1479 "PACKET_MR_MULTICAST": {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_MULTICAST))}, 1480 "PACKET_MR_PROMISC": {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_PROMISC))}, 1481 "PACKET_MR_UNICAST": {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_UNICAST))}, 1482 "PACKET_MULTICAST": {"untyped int", constant.MakeInt64(int64(q.PACKET_MULTICAST))}, 1483 "PACKET_ORIGDEV": {"untyped int", constant.MakeInt64(int64(q.PACKET_ORIGDEV))}, 1484 "PACKET_OTHERHOST": {"untyped int", constant.MakeInt64(int64(q.PACKET_OTHERHOST))}, 1485 "PACKET_OUTGOING": {"untyped int", constant.MakeInt64(int64(q.PACKET_OUTGOING))}, 1486 "PACKET_QDISC_BYPASS": {"untyped int", constant.MakeInt64(int64(q.PACKET_QDISC_BYPASS))}, 1487 "PACKET_RECV_OUTPUT": {"untyped int", constant.MakeInt64(int64(q.PACKET_RECV_OUTPUT))}, 1488 "PACKET_RESERVE": {"untyped int", constant.MakeInt64(int64(q.PACKET_RESERVE))}, 1489 "PACKET_ROLLOVER_STATS": {"untyped int", constant.MakeInt64(int64(q.PACKET_ROLLOVER_STATS))}, 1490 "PACKET_RX_RING": {"untyped int", constant.MakeInt64(int64(q.PACKET_RX_RING))}, 1491 "PACKET_STATISTICS": {"untyped int", constant.MakeInt64(int64(q.PACKET_STATISTICS))}, 1492 "PACKET_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.PACKET_TIMESTAMP))}, 1493 "PACKET_TX_HAS_OFF": {"untyped int", constant.MakeInt64(int64(q.PACKET_TX_HAS_OFF))}, 1494 "PACKET_TX_RING": {"untyped int", constant.MakeInt64(int64(q.PACKET_TX_RING))}, 1495 "PACKET_TX_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.PACKET_TX_TIMESTAMP))}, 1496 "PACKET_USER": {"untyped int", constant.MakeInt64(int64(q.PACKET_USER))}, 1497 "PACKET_VERSION": {"untyped int", constant.MakeInt64(int64(q.PACKET_VERSION))}, 1498 "PACKET_VNET_HDR": {"untyped int", constant.MakeInt64(int64(q.PACKET_VNET_HDR))}, 1499 "PARENB": {"untyped int", constant.MakeInt64(int64(q.PARENB))}, 1500 "PARITY_CRC16_PR0": {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR0))}, 1501 "PARITY_CRC16_PR0_CCITT": {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR0_CCITT))}, 1502 "PARITY_CRC16_PR1": {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR1))}, 1503 "PARITY_CRC16_PR1_CCITT": {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR1_CCITT))}, 1504 "PARITY_CRC32_PR0_CCITT": {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC32_PR0_CCITT))}, 1505 "PARITY_CRC32_PR1_CCITT": {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC32_PR1_CCITT))}, 1506 "PARITY_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.PARITY_DEFAULT))}, 1507 "PARITY_NONE": {"untyped int", constant.MakeInt64(int64(q.PARITY_NONE))}, 1508 "PARMRK": {"untyped int", constant.MakeInt64(int64(q.PARMRK))}, 1509 "PARODD": {"untyped int", constant.MakeInt64(int64(q.PARODD))}, 1510 "PENDIN": {"untyped int", constant.MakeInt64(int64(q.PENDIN))}, 1511 "PRIO_PGRP": {"untyped int", constant.MakeInt64(int64(q.PRIO_PGRP))}, 1512 "PRIO_PROCESS": {"untyped int", constant.MakeInt64(int64(q.PRIO_PROCESS))}, 1513 "PRIO_USER": {"untyped int", constant.MakeInt64(int64(q.PRIO_USER))}, 1514 "PROT_EXEC": {"untyped int", constant.MakeInt64(int64(q.PROT_EXEC))}, 1515 "PROT_GROWSDOWN": {"untyped int", constant.MakeInt64(int64(q.PROT_GROWSDOWN))}, 1516 "PROT_GROWSUP": {"untyped int", constant.MakeInt64(int64(q.PROT_GROWSUP))}, 1517 "PROT_NONE": {"untyped int", constant.MakeInt64(int64(q.PROT_NONE))}, 1518 "PROT_READ": {"untyped int", constant.MakeInt64(int64(q.PROT_READ))}, 1519 "PROT_WRITE": {"untyped int", constant.MakeInt64(int64(q.PROT_WRITE))}, 1520 "PR_CAPBSET_DROP": {"untyped int", constant.MakeInt64(int64(q.PR_CAPBSET_DROP))}, 1521 "PR_CAPBSET_READ": {"untyped int", constant.MakeInt64(int64(q.PR_CAPBSET_READ))}, 1522 "PR_CAP_AMBIENT": {"untyped int", constant.MakeInt64(int64(q.PR_CAP_AMBIENT))}, 1523 "PR_CAP_AMBIENT_CLEAR_ALL": {"untyped int", constant.MakeInt64(int64(q.PR_CAP_AMBIENT_CLEAR_ALL))}, 1524 "PR_CAP_AMBIENT_IS_SET": {"untyped int", constant.MakeInt64(int64(q.PR_CAP_AMBIENT_IS_SET))}, 1525 "PR_CAP_AMBIENT_LOWER": {"untyped int", constant.MakeInt64(int64(q.PR_CAP_AMBIENT_LOWER))}, 1526 "PR_CAP_AMBIENT_RAISE": {"untyped int", constant.MakeInt64(int64(q.PR_CAP_AMBIENT_RAISE))}, 1527 "PR_ENDIAN_BIG": {"untyped int", constant.MakeInt64(int64(q.PR_ENDIAN_BIG))}, 1528 "PR_ENDIAN_LITTLE": {"untyped int", constant.MakeInt64(int64(q.PR_ENDIAN_LITTLE))}, 1529 "PR_ENDIAN_PPC_LITTLE": {"untyped int", constant.MakeInt64(int64(q.PR_ENDIAN_PPC_LITTLE))}, 1530 "PR_FPEMU_NOPRINT": {"untyped int", constant.MakeInt64(int64(q.PR_FPEMU_NOPRINT))}, 1531 "PR_FPEMU_SIGFPE": {"untyped int", constant.MakeInt64(int64(q.PR_FPEMU_SIGFPE))}, 1532 "PR_FP_EXC_ASYNC": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_ASYNC))}, 1533 "PR_FP_EXC_DISABLED": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_DISABLED))}, 1534 "PR_FP_EXC_DIV": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_DIV))}, 1535 "PR_FP_EXC_INV": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_INV))}, 1536 "PR_FP_EXC_NONRECOV": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_NONRECOV))}, 1537 "PR_FP_EXC_OVF": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_OVF))}, 1538 "PR_FP_EXC_PRECISE": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_PRECISE))}, 1539 "PR_FP_EXC_RES": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_RES))}, 1540 "PR_FP_EXC_SW_ENABLE": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_SW_ENABLE))}, 1541 "PR_FP_EXC_UND": {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_UND))}, 1542 "PR_FP_MODE_FR": {"untyped int", constant.MakeInt64(int64(q.PR_FP_MODE_FR))}, 1543 "PR_FP_MODE_FRE": {"untyped int", constant.MakeInt64(int64(q.PR_FP_MODE_FRE))}, 1544 "PR_GET_CHILD_SUBREAPER": {"untyped int", constant.MakeInt64(int64(q.PR_GET_CHILD_SUBREAPER))}, 1545 "PR_GET_DUMPABLE": {"untyped int", constant.MakeInt64(int64(q.PR_GET_DUMPABLE))}, 1546 "PR_GET_ENDIAN": {"untyped int", constant.MakeInt64(int64(q.PR_GET_ENDIAN))}, 1547 "PR_GET_FPEMU": {"untyped int", constant.MakeInt64(int64(q.PR_GET_FPEMU))}, 1548 "PR_GET_FPEXC": {"untyped int", constant.MakeInt64(int64(q.PR_GET_FPEXC))}, 1549 "PR_GET_FP_MODE": {"untyped int", constant.MakeInt64(int64(q.PR_GET_FP_MODE))}, 1550 "PR_GET_IO_FLUSHER": {"untyped int", constant.MakeInt64(int64(q.PR_GET_IO_FLUSHER))}, 1551 "PR_GET_KEEPCAPS": {"untyped int", constant.MakeInt64(int64(q.PR_GET_KEEPCAPS))}, 1552 "PR_GET_NAME": {"untyped int", constant.MakeInt64(int64(q.PR_GET_NAME))}, 1553 "PR_GET_NO_NEW_PRIVS": {"untyped int", constant.MakeInt64(int64(q.PR_GET_NO_NEW_PRIVS))}, 1554 "PR_GET_PDEATHSIG": {"untyped int", constant.MakeInt64(int64(q.PR_GET_PDEATHSIG))}, 1555 "PR_GET_SECCOMP": {"untyped int", constant.MakeInt64(int64(q.PR_GET_SECCOMP))}, 1556 "PR_GET_SECUREBITS": {"untyped int", constant.MakeInt64(int64(q.PR_GET_SECUREBITS))}, 1557 "PR_GET_SPECULATION_CTRL": {"untyped int", constant.MakeInt64(int64(q.PR_GET_SPECULATION_CTRL))}, 1558 "PR_GET_TAGGED_ADDR_CTRL": {"untyped int", constant.MakeInt64(int64(q.PR_GET_TAGGED_ADDR_CTRL))}, 1559 "PR_GET_THP_DISABLE": {"untyped int", constant.MakeInt64(int64(q.PR_GET_THP_DISABLE))}, 1560 "PR_GET_TID_ADDRESS": {"untyped int", constant.MakeInt64(int64(q.PR_GET_TID_ADDRESS))}, 1561 "PR_GET_TIMERSLACK": {"untyped int", constant.MakeInt64(int64(q.PR_GET_TIMERSLACK))}, 1562 "PR_GET_TIMING": {"untyped int", constant.MakeInt64(int64(q.PR_GET_TIMING))}, 1563 "PR_GET_TSC": {"untyped int", constant.MakeInt64(int64(q.PR_GET_TSC))}, 1564 "PR_GET_UNALIGN": {"untyped int", constant.MakeInt64(int64(q.PR_GET_UNALIGN))}, 1565 "PR_MCE_KILL": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL))}, 1566 "PR_MCE_KILL_CLEAR": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_CLEAR))}, 1567 "PR_MCE_KILL_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_DEFAULT))}, 1568 "PR_MCE_KILL_EARLY": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_EARLY))}, 1569 "PR_MCE_KILL_GET": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_GET))}, 1570 "PR_MCE_KILL_LATE": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_LATE))}, 1571 "PR_MCE_KILL_SET": {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_SET))}, 1572 "PR_MPX_DISABLE_MANAGEMENT": {"untyped int", constant.MakeInt64(int64(q.PR_MPX_DISABLE_MANAGEMENT))}, 1573 "PR_MPX_ENABLE_MANAGEMENT": {"untyped int", constant.MakeInt64(int64(q.PR_MPX_ENABLE_MANAGEMENT))}, 1574 "PR_MTE_TAG_MASK": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TAG_MASK))}, 1575 "PR_MTE_TAG_SHIFT": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TAG_SHIFT))}, 1576 "PR_MTE_TCF_ASYNC": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TCF_ASYNC))}, 1577 "PR_MTE_TCF_MASK": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TCF_MASK))}, 1578 "PR_MTE_TCF_NONE": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TCF_NONE))}, 1579 "PR_MTE_TCF_SHIFT": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TCF_SHIFT))}, 1580 "PR_MTE_TCF_SYNC": {"untyped int", constant.MakeInt64(int64(q.PR_MTE_TCF_SYNC))}, 1581 "PR_PAC_APDAKEY": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_APDAKEY))}, 1582 "PR_PAC_APDBKEY": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_APDBKEY))}, 1583 "PR_PAC_APGAKEY": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_APGAKEY))}, 1584 "PR_PAC_APIAKEY": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_APIAKEY))}, 1585 "PR_PAC_APIBKEY": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_APIBKEY))}, 1586 "PR_PAC_GET_ENABLED_KEYS": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_GET_ENABLED_KEYS))}, 1587 "PR_PAC_RESET_KEYS": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_RESET_KEYS))}, 1588 "PR_PAC_SET_ENABLED_KEYS": {"untyped int", constant.MakeInt64(int64(q.PR_PAC_SET_ENABLED_KEYS))}, 1589 "PR_SCHED_CORE": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE))}, 1590 "PR_SCHED_CORE_CREATE": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_CREATE))}, 1591 "PR_SCHED_CORE_GET": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_GET))}, 1592 "PR_SCHED_CORE_MAX": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_MAX))}, 1593 "PR_SCHED_CORE_SCOPE_PROCESS_GROUP": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_SCOPE_PROCESS_GROUP))}, 1594 "PR_SCHED_CORE_SCOPE_THREAD": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_SCOPE_THREAD))}, 1595 "PR_SCHED_CORE_SCOPE_THREAD_GROUP": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_SCOPE_THREAD_GROUP))}, 1596 "PR_SCHED_CORE_SHARE_FROM": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_SHARE_FROM))}, 1597 "PR_SCHED_CORE_SHARE_TO": {"untyped int", constant.MakeInt64(int64(q.PR_SCHED_CORE_SHARE_TO))}, 1598 "PR_SET_CHILD_SUBREAPER": {"untyped int", constant.MakeInt64(int64(q.PR_SET_CHILD_SUBREAPER))}, 1599 "PR_SET_DUMPABLE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_DUMPABLE))}, 1600 "PR_SET_ENDIAN": {"untyped int", constant.MakeInt64(int64(q.PR_SET_ENDIAN))}, 1601 "PR_SET_FPEMU": {"untyped int", constant.MakeInt64(int64(q.PR_SET_FPEMU))}, 1602 "PR_SET_FPEXC": {"untyped int", constant.MakeInt64(int64(q.PR_SET_FPEXC))}, 1603 "PR_SET_FP_MODE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_FP_MODE))}, 1604 "PR_SET_IO_FLUSHER": {"untyped int", constant.MakeInt64(int64(q.PR_SET_IO_FLUSHER))}, 1605 "PR_SET_KEEPCAPS": {"untyped int", constant.MakeInt64(int64(q.PR_SET_KEEPCAPS))}, 1606 "PR_SET_MM": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM))}, 1607 "PR_SET_MM_ARG_END": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ARG_END))}, 1608 "PR_SET_MM_ARG_START": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ARG_START))}, 1609 "PR_SET_MM_AUXV": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_AUXV))}, 1610 "PR_SET_MM_BRK": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_BRK))}, 1611 "PR_SET_MM_END_CODE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_END_CODE))}, 1612 "PR_SET_MM_END_DATA": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_END_DATA))}, 1613 "PR_SET_MM_ENV_END": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ENV_END))}, 1614 "PR_SET_MM_ENV_START": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ENV_START))}, 1615 "PR_SET_MM_EXE_FILE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_EXE_FILE))}, 1616 "PR_SET_MM_MAP": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_MAP))}, 1617 "PR_SET_MM_MAP_SIZE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_MAP_SIZE))}, 1618 "PR_SET_MM_START_BRK": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_BRK))}, 1619 "PR_SET_MM_START_CODE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_CODE))}, 1620 "PR_SET_MM_START_DATA": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_DATA))}, 1621 "PR_SET_MM_START_STACK": {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_STACK))}, 1622 "PR_SET_NAME": {"untyped int", constant.MakeInt64(int64(q.PR_SET_NAME))}, 1623 "PR_SET_NO_NEW_PRIVS": {"untyped int", constant.MakeInt64(int64(q.PR_SET_NO_NEW_PRIVS))}, 1624 "PR_SET_PDEATHSIG": {"untyped int", constant.MakeInt64(int64(q.PR_SET_PDEATHSIG))}, 1625 "PR_SET_PTRACER": {"untyped int", constant.MakeInt64(int64(q.PR_SET_PTRACER))}, 1626 "PR_SET_PTRACER_ANY": {"untyped int", constant.MakeUint64(uint64(q.PR_SET_PTRACER_ANY))}, 1627 "PR_SET_SECCOMP": {"untyped int", constant.MakeInt64(int64(q.PR_SET_SECCOMP))}, 1628 "PR_SET_SECUREBITS": {"untyped int", constant.MakeInt64(int64(q.PR_SET_SECUREBITS))}, 1629 "PR_SET_SPECULATION_CTRL": {"untyped int", constant.MakeInt64(int64(q.PR_SET_SPECULATION_CTRL))}, 1630 "PR_SET_SYSCALL_USER_DISPATCH": {"untyped int", constant.MakeInt64(int64(q.PR_SET_SYSCALL_USER_DISPATCH))}, 1631 "PR_SET_TAGGED_ADDR_CTRL": {"untyped int", constant.MakeInt64(int64(q.PR_SET_TAGGED_ADDR_CTRL))}, 1632 "PR_SET_THP_DISABLE": {"untyped int", constant.MakeInt64(int64(q.PR_SET_THP_DISABLE))}, 1633 "PR_SET_TIMERSLACK": {"untyped int", constant.MakeInt64(int64(q.PR_SET_TIMERSLACK))}, 1634 "PR_SET_TIMING": {"untyped int", constant.MakeInt64(int64(q.PR_SET_TIMING))}, 1635 "PR_SET_TSC": {"untyped int", constant.MakeInt64(int64(q.PR_SET_TSC))}, 1636 "PR_SET_UNALIGN": {"untyped int", constant.MakeInt64(int64(q.PR_SET_UNALIGN))}, 1637 "PR_SET_VMA": {"untyped int", constant.MakeInt64(int64(q.PR_SET_VMA))}, 1638 "PR_SET_VMA_ANON_NAME": {"untyped int", constant.MakeInt64(int64(q.PR_SET_VMA_ANON_NAME))}, 1639 "PR_SPEC_DISABLE": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_DISABLE))}, 1640 "PR_SPEC_DISABLE_NOEXEC": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_DISABLE_NOEXEC))}, 1641 "PR_SPEC_ENABLE": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_ENABLE))}, 1642 "PR_SPEC_FORCE_DISABLE": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_FORCE_DISABLE))}, 1643 "PR_SPEC_INDIRECT_BRANCH": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_INDIRECT_BRANCH))}, 1644 "PR_SPEC_L1D_FLUSH": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_L1D_FLUSH))}, 1645 "PR_SPEC_NOT_AFFECTED": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_NOT_AFFECTED))}, 1646 "PR_SPEC_PRCTL": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_PRCTL))}, 1647 "PR_SPEC_STORE_BYPASS": {"untyped int", constant.MakeInt64(int64(q.PR_SPEC_STORE_BYPASS))}, 1648 "PR_SVE_GET_VL": {"untyped int", constant.MakeInt64(int64(q.PR_SVE_GET_VL))}, 1649 "PR_SVE_SET_VL": {"untyped int", constant.MakeInt64(int64(q.PR_SVE_SET_VL))}, 1650 "PR_SVE_SET_VL_ONEXEC": {"untyped int", constant.MakeInt64(int64(q.PR_SVE_SET_VL_ONEXEC))}, 1651 "PR_SVE_VL_INHERIT": {"untyped int", constant.MakeInt64(int64(q.PR_SVE_VL_INHERIT))}, 1652 "PR_SVE_VL_LEN_MASK": {"untyped int", constant.MakeInt64(int64(q.PR_SVE_VL_LEN_MASK))}, 1653 "PR_SYS_DISPATCH_OFF": {"untyped int", constant.MakeInt64(int64(q.PR_SYS_DISPATCH_OFF))}, 1654 "PR_SYS_DISPATCH_ON": {"untyped int", constant.MakeInt64(int64(q.PR_SYS_DISPATCH_ON))}, 1655 "PR_TAGGED_ADDR_ENABLE": {"untyped int", constant.MakeInt64(int64(q.PR_TAGGED_ADDR_ENABLE))}, 1656 "PR_TASK_PERF_EVENTS_DISABLE": {"untyped int", constant.MakeInt64(int64(q.PR_TASK_PERF_EVENTS_DISABLE))}, 1657 "PR_TASK_PERF_EVENTS_ENABLE": {"untyped int", constant.MakeInt64(int64(q.PR_TASK_PERF_EVENTS_ENABLE))}, 1658 "PR_TIMING_STATISTICAL": {"untyped int", constant.MakeInt64(int64(q.PR_TIMING_STATISTICAL))}, 1659 "PR_TIMING_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.PR_TIMING_TIMESTAMP))}, 1660 "PR_TSC_ENABLE": {"untyped int", constant.MakeInt64(int64(q.PR_TSC_ENABLE))}, 1661 "PR_TSC_SIGSEGV": {"untyped int", constant.MakeInt64(int64(q.PR_TSC_SIGSEGV))}, 1662 "PR_UNALIGN_NOPRINT": {"untyped int", constant.MakeInt64(int64(q.PR_UNALIGN_NOPRINT))}, 1663 "PR_UNALIGN_SIGBUS": {"untyped int", constant.MakeInt64(int64(q.PR_UNALIGN_SIGBUS))}, 1664 "PTRACE_ATTACH": {"untyped int", constant.MakeInt64(int64(q.PTRACE_ATTACH))}, 1665 "PTRACE_CONT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_CONT))}, 1666 "PTRACE_DETACH": {"untyped int", constant.MakeInt64(int64(q.PTRACE_DETACH))}, 1667 "PTRACE_EVENTMSG_SYSCALL_ENTRY": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENTMSG_SYSCALL_ENTRY))}, 1668 "PTRACE_EVENTMSG_SYSCALL_EXIT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENTMSG_SYSCALL_EXIT))}, 1669 "PTRACE_EVENT_CLONE": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_CLONE))}, 1670 "PTRACE_EVENT_EXEC": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_EXEC))}, 1671 "PTRACE_EVENT_EXIT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_EXIT))}, 1672 "PTRACE_EVENT_FORK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_FORK))}, 1673 "PTRACE_EVENT_SECCOMP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_SECCOMP))}, 1674 "PTRACE_EVENT_STOP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_STOP))}, 1675 "PTRACE_EVENT_VFORK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_VFORK))}, 1676 "PTRACE_EVENT_VFORK_DONE": {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_VFORK_DONE))}, 1677 "PTRACE_GETEVENTMSG": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETEVENTMSG))}, 1678 "PTRACE_GETREGS": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETREGS))}, 1679 "PTRACE_GETREGSET": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETREGSET))}, 1680 "PTRACE_GETSIGINFO": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETSIGINFO))}, 1681 "PTRACE_GETSIGMASK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETSIGMASK))}, 1682 "PTRACE_GET_RSEQ_CONFIGURATION": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GET_RSEQ_CONFIGURATION))}, 1683 "PTRACE_GET_SYSCALL_INFO": {"untyped int", constant.MakeInt64(int64(q.PTRACE_GET_SYSCALL_INFO))}, 1684 "PTRACE_INTERRUPT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_INTERRUPT))}, 1685 "PTRACE_KILL": {"untyped int", constant.MakeInt64(int64(q.PTRACE_KILL))}, 1686 "PTRACE_LISTEN": {"untyped int", constant.MakeInt64(int64(q.PTRACE_LISTEN))}, 1687 "PTRACE_O_EXITKILL": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_EXITKILL))}, 1688 "PTRACE_O_MASK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_MASK))}, 1689 "PTRACE_O_SUSPEND_SECCOMP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_SUSPEND_SECCOMP))}, 1690 "PTRACE_O_TRACECLONE": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACECLONE))}, 1691 "PTRACE_O_TRACEEXEC": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEEXEC))}, 1692 "PTRACE_O_TRACEEXIT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEEXIT))}, 1693 "PTRACE_O_TRACEFORK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEFORK))}, 1694 "PTRACE_O_TRACESECCOMP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACESECCOMP))}, 1695 "PTRACE_O_TRACESYSGOOD": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACESYSGOOD))}, 1696 "PTRACE_O_TRACEVFORK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEVFORK))}, 1697 "PTRACE_O_TRACEVFORKDONE": {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEVFORKDONE))}, 1698 "PTRACE_PEEKDATA": {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKDATA))}, 1699 "PTRACE_PEEKSIGINFO": {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKSIGINFO))}, 1700 "PTRACE_PEEKSIGINFO_SHARED": {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKSIGINFO_SHARED))}, 1701 "PTRACE_PEEKTEXT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKTEXT))}, 1702 "PTRACE_PEEKUSR": {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKUSR))}, 1703 "PTRACE_POKEDATA": {"untyped int", constant.MakeInt64(int64(q.PTRACE_POKEDATA))}, 1704 "PTRACE_POKETEXT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_POKETEXT))}, 1705 "PTRACE_POKEUSR": {"untyped int", constant.MakeInt64(int64(q.PTRACE_POKEUSR))}, 1706 "PTRACE_SECCOMP_GET_FILTER": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SECCOMP_GET_FILTER))}, 1707 "PTRACE_SECCOMP_GET_METADATA": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SECCOMP_GET_METADATA))}, 1708 "PTRACE_SEIZE": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SEIZE))}, 1709 "PTRACE_SETOPTIONS": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETOPTIONS))}, 1710 "PTRACE_SETREGS": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETREGS))}, 1711 "PTRACE_SETREGSET": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETREGSET))}, 1712 "PTRACE_SETSIGINFO": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETSIGINFO))}, 1713 "PTRACE_SETSIGMASK": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETSIGMASK))}, 1714 "PTRACE_SINGLESTEP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SINGLESTEP))}, 1715 "PTRACE_SYSCALL": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSCALL))}, 1716 "PTRACE_SYSCALL_INFO_ENTRY": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSCALL_INFO_ENTRY))}, 1717 "PTRACE_SYSCALL_INFO_EXIT": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSCALL_INFO_EXIT))}, 1718 "PTRACE_SYSCALL_INFO_NONE": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSCALL_INFO_NONE))}, 1719 "PTRACE_SYSCALL_INFO_SECCOMP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSCALL_INFO_SECCOMP))}, 1720 "PTRACE_SYSEMU": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSEMU))}, 1721 "PTRACE_SYSEMU_SINGLESTEP": {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSEMU_SINGLESTEP))}, 1722 "PTRACE_TRACEME": {"untyped int", constant.MakeInt64(int64(q.PTRACE_TRACEME))}, 1723 "PathMax": {"untyped int", constant.MakeInt64(int64(q.PathMax))}, 1724 "RLIMIT_AS": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_AS))}, 1725 "RLIMIT_CORE": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_CORE))}, 1726 "RLIMIT_CPU": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_CPU))}, 1727 "RLIMIT_DATA": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_DATA))}, 1728 "RLIMIT_FSIZE": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_FSIZE))}, 1729 "RLIMIT_NOFILE": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_NOFILE))}, 1730 "RLIMIT_STACK": {"untyped int", constant.MakeInt64(int64(q.RLIMIT_STACK))}, 1731 "RLIM_INFINITY": {"untyped int", constant.MakeUint64(uint64(q.RLIM_INFINITY))}, 1732 "RTAX_ADVMSS": {"untyped int", constant.MakeInt64(int64(q.RTAX_ADVMSS))}, 1733 "RTAX_CC_ALGO": {"untyped int", constant.MakeInt64(int64(q.RTAX_CC_ALGO))}, 1734 "RTAX_CWND": {"untyped int", constant.MakeInt64(int64(q.RTAX_CWND))}, 1735 "RTAX_FASTOPEN_NO_COOKIE": {"untyped int", constant.MakeInt64(int64(q.RTAX_FASTOPEN_NO_COOKIE))}, 1736 "RTAX_FEATURES": {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURES))}, 1737 "RTAX_FEATURE_ALLFRAG": {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_ALLFRAG))}, 1738 "RTAX_FEATURE_ECN": {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_ECN))}, 1739 "RTAX_FEATURE_MASK": {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_MASK))}, 1740 "RTAX_FEATURE_SACK": {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_SACK))}, 1741 "RTAX_FEATURE_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_TIMESTAMP))}, 1742 "RTAX_HOPLIMIT": {"untyped int", constant.MakeInt64(int64(q.RTAX_HOPLIMIT))}, 1743 "RTAX_INITCWND": {"untyped int", constant.MakeInt64(int64(q.RTAX_INITCWND))}, 1744 "RTAX_INITRWND": {"untyped int", constant.MakeInt64(int64(q.RTAX_INITRWND))}, 1745 "RTAX_LOCK": {"untyped int", constant.MakeInt64(int64(q.RTAX_LOCK))}, 1746 "RTAX_MAX": {"untyped int", constant.MakeInt64(int64(q.RTAX_MAX))}, 1747 "RTAX_MTU": {"untyped int", constant.MakeInt64(int64(q.RTAX_MTU))}, 1748 "RTAX_QUICKACK": {"untyped int", constant.MakeInt64(int64(q.RTAX_QUICKACK))}, 1749 "RTAX_REORDERING": {"untyped int", constant.MakeInt64(int64(q.RTAX_REORDERING))}, 1750 "RTAX_RTO_MIN": {"untyped int", constant.MakeInt64(int64(q.RTAX_RTO_MIN))}, 1751 "RTAX_RTT": {"untyped int", constant.MakeInt64(int64(q.RTAX_RTT))}, 1752 "RTAX_RTTVAR": {"untyped int", constant.MakeInt64(int64(q.RTAX_RTTVAR))}, 1753 "RTAX_SSTHRESH": {"untyped int", constant.MakeInt64(int64(q.RTAX_SSTHRESH))}, 1754 "RTAX_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.RTAX_UNSPEC))}, 1755 "RTAX_WINDOW": {"untyped int", constant.MakeInt64(int64(q.RTAX_WINDOW))}, 1756 "RTA_ALIGNTO": {"untyped int", constant.MakeInt64(int64(q.RTA_ALIGNTO))}, 1757 "RTA_CACHEINFO": {"untyped int", constant.MakeInt64(int64(q.RTA_CACHEINFO))}, 1758 "RTA_DST": {"untyped int", constant.MakeInt64(int64(q.RTA_DST))}, 1759 "RTA_FLOW": {"untyped int", constant.MakeInt64(int64(q.RTA_FLOW))}, 1760 "RTA_GATEWAY": {"untyped int", constant.MakeInt64(int64(q.RTA_GATEWAY))}, 1761 "RTA_IIF": {"untyped int", constant.MakeInt64(int64(q.RTA_IIF))}, 1762 "RTA_MAX": {"untyped int", constant.MakeInt64(int64(q.RTA_MAX))}, 1763 "RTA_METRICS": {"untyped int", constant.MakeInt64(int64(q.RTA_METRICS))}, 1764 "RTA_MULTIPATH": {"untyped int", constant.MakeInt64(int64(q.RTA_MULTIPATH))}, 1765 "RTA_OIF": {"untyped int", constant.MakeInt64(int64(q.RTA_OIF))}, 1766 "RTA_PREFSRC": {"untyped int", constant.MakeInt64(int64(q.RTA_PREFSRC))}, 1767 "RTA_PRIORITY": {"untyped int", constant.MakeInt64(int64(q.RTA_PRIORITY))}, 1768 "RTA_SRC": {"untyped int", constant.MakeInt64(int64(q.RTA_SRC))}, 1769 "RTA_TABLE": {"untyped int", constant.MakeInt64(int64(q.RTA_TABLE))}, 1770 "RTA_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.RTA_UNSPEC))}, 1771 "RTCF_DIRECTSRC": {"untyped int", constant.MakeInt64(int64(q.RTCF_DIRECTSRC))}, 1772 "RTCF_DOREDIRECT": {"untyped int", constant.MakeInt64(int64(q.RTCF_DOREDIRECT))}, 1773 "RTCF_LOG": {"untyped int", constant.MakeInt64(int64(q.RTCF_LOG))}, 1774 "RTCF_MASQ": {"untyped int", constant.MakeInt64(int64(q.RTCF_MASQ))}, 1775 "RTCF_NAT": {"untyped int", constant.MakeInt64(int64(q.RTCF_NAT))}, 1776 "RTCF_VALVE": {"untyped int", constant.MakeInt64(int64(q.RTCF_VALVE))}, 1777 "RTF_ADDRCLASSMASK": {"untyped int", constant.MakeInt64(int64(q.RTF_ADDRCLASSMASK))}, 1778 "RTF_ADDRCONF": {"untyped int", constant.MakeInt64(int64(q.RTF_ADDRCONF))}, 1779 "RTF_ALLONLINK": {"untyped int", constant.MakeInt64(int64(q.RTF_ALLONLINK))}, 1780 "RTF_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.RTF_BROADCAST))}, 1781 "RTF_CACHE": {"untyped int", constant.MakeInt64(int64(q.RTF_CACHE))}, 1782 "RTF_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.RTF_DEFAULT))}, 1783 "RTF_DYNAMIC": {"untyped int", constant.MakeInt64(int64(q.RTF_DYNAMIC))}, 1784 "RTF_FLOW": {"untyped int", constant.MakeInt64(int64(q.RTF_FLOW))}, 1785 "RTF_GATEWAY": {"untyped int", constant.MakeInt64(int64(q.RTF_GATEWAY))}, 1786 "RTF_HOST": {"untyped int", constant.MakeInt64(int64(q.RTF_HOST))}, 1787 "RTF_INTERFACE": {"untyped int", constant.MakeInt64(int64(q.RTF_INTERFACE))}, 1788 "RTF_IRTT": {"untyped int", constant.MakeInt64(int64(q.RTF_IRTT))}, 1789 "RTF_LINKRT": {"untyped int", constant.MakeInt64(int64(q.RTF_LINKRT))}, 1790 "RTF_LOCAL": {"untyped int", constant.MakeInt64(int64(q.RTF_LOCAL))}, 1791 "RTF_MODIFIED": {"untyped int", constant.MakeInt64(int64(q.RTF_MODIFIED))}, 1792 "RTF_MSS": {"untyped int", constant.MakeInt64(int64(q.RTF_MSS))}, 1793 "RTF_MTU": {"untyped int", constant.MakeInt64(int64(q.RTF_MTU))}, 1794 "RTF_MULTICAST": {"untyped int", constant.MakeInt64(int64(q.RTF_MULTICAST))}, 1795 "RTF_NAT": {"untyped int", constant.MakeInt64(int64(q.RTF_NAT))}, 1796 "RTF_NOFORWARD": {"untyped int", constant.MakeInt64(int64(q.RTF_NOFORWARD))}, 1797 "RTF_NONEXTHOP": {"untyped int", constant.MakeInt64(int64(q.RTF_NONEXTHOP))}, 1798 "RTF_NOPMTUDISC": {"untyped int", constant.MakeInt64(int64(q.RTF_NOPMTUDISC))}, 1799 "RTF_POLICY": {"untyped int", constant.MakeInt64(int64(q.RTF_POLICY))}, 1800 "RTF_REINSTATE": {"untyped int", constant.MakeInt64(int64(q.RTF_REINSTATE))}, 1801 "RTF_REJECT": {"untyped int", constant.MakeInt64(int64(q.RTF_REJECT))}, 1802 "RTF_STATIC": {"untyped int", constant.MakeInt64(int64(q.RTF_STATIC))}, 1803 "RTF_THROW": {"untyped int", constant.MakeInt64(int64(q.RTF_THROW))}, 1804 "RTF_UP": {"untyped int", constant.MakeInt64(int64(q.RTF_UP))}, 1805 "RTF_WINDOW": {"untyped int", constant.MakeInt64(int64(q.RTF_WINDOW))}, 1806 "RTF_XRESOLVE": {"untyped int", constant.MakeInt64(int64(q.RTF_XRESOLVE))}, 1807 "RTM_BASE": {"untyped int", constant.MakeInt64(int64(q.RTM_BASE))}, 1808 "RTM_DELACTION": {"untyped int", constant.MakeInt64(int64(q.RTM_DELACTION))}, 1809 "RTM_DELADDR": {"untyped int", constant.MakeInt64(int64(q.RTM_DELADDR))}, 1810 "RTM_DELADDRLABEL": {"untyped int", constant.MakeInt64(int64(q.RTM_DELADDRLABEL))}, 1811 "RTM_DELCHAIN": {"untyped int", constant.MakeInt64(int64(q.RTM_DELCHAIN))}, 1812 "RTM_DELLINK": {"untyped int", constant.MakeInt64(int64(q.RTM_DELLINK))}, 1813 "RTM_DELLINKPROP": {"untyped int", constant.MakeInt64(int64(q.RTM_DELLINKPROP))}, 1814 "RTM_DELMDB": {"untyped int", constant.MakeInt64(int64(q.RTM_DELMDB))}, 1815 "RTM_DELNEIGH": {"untyped int", constant.MakeInt64(int64(q.RTM_DELNEIGH))}, 1816 "RTM_DELNETCONF": {"untyped int", constant.MakeInt64(int64(q.RTM_DELNETCONF))}, 1817 "RTM_DELNEXTHOP": {"untyped int", constant.MakeInt64(int64(q.RTM_DELNEXTHOP))}, 1818 "RTM_DELNEXTHOPBUCKET": {"untyped int", constant.MakeInt64(int64(q.RTM_DELNEXTHOPBUCKET))}, 1819 "RTM_DELNSID": {"untyped int", constant.MakeInt64(int64(q.RTM_DELNSID))}, 1820 "RTM_DELQDISC": {"untyped int", constant.MakeInt64(int64(q.RTM_DELQDISC))}, 1821 "RTM_DELROUTE": {"untyped int", constant.MakeInt64(int64(q.RTM_DELROUTE))}, 1822 "RTM_DELRULE": {"untyped int", constant.MakeInt64(int64(q.RTM_DELRULE))}, 1823 "RTM_DELTCLASS": {"untyped int", constant.MakeInt64(int64(q.RTM_DELTCLASS))}, 1824 "RTM_DELTFILTER": {"untyped int", constant.MakeInt64(int64(q.RTM_DELTFILTER))}, 1825 "RTM_DELVLAN": {"untyped int", constant.MakeInt64(int64(q.RTM_DELVLAN))}, 1826 "RTM_F_CLONED": {"untyped int", constant.MakeInt64(int64(q.RTM_F_CLONED))}, 1827 "RTM_F_EQUALIZE": {"untyped int", constant.MakeInt64(int64(q.RTM_F_EQUALIZE))}, 1828 "RTM_F_FIB_MATCH": {"untyped int", constant.MakeInt64(int64(q.RTM_F_FIB_MATCH))}, 1829 "RTM_F_LOOKUP_TABLE": {"untyped int", constant.MakeInt64(int64(q.RTM_F_LOOKUP_TABLE))}, 1830 "RTM_F_NOTIFY": {"untyped int", constant.MakeInt64(int64(q.RTM_F_NOTIFY))}, 1831 "RTM_F_OFFLOAD": {"untyped int", constant.MakeInt64(int64(q.RTM_F_OFFLOAD))}, 1832 "RTM_F_OFFLOAD_FAILED": {"untyped int", constant.MakeInt64(int64(q.RTM_F_OFFLOAD_FAILED))}, 1833 "RTM_F_PREFIX": {"untyped int", constant.MakeInt64(int64(q.RTM_F_PREFIX))}, 1834 "RTM_F_TRAP": {"untyped int", constant.MakeInt64(int64(q.RTM_F_TRAP))}, 1835 "RTM_GETACTION": {"untyped int", constant.MakeInt64(int64(q.RTM_GETACTION))}, 1836 "RTM_GETADDR": {"untyped int", constant.MakeInt64(int64(q.RTM_GETADDR))}, 1837 "RTM_GETADDRLABEL": {"untyped int", constant.MakeInt64(int64(q.RTM_GETADDRLABEL))}, 1838 "RTM_GETANYCAST": {"untyped int", constant.MakeInt64(int64(q.RTM_GETANYCAST))}, 1839 "RTM_GETCHAIN": {"untyped int", constant.MakeInt64(int64(q.RTM_GETCHAIN))}, 1840 "RTM_GETDCB": {"untyped int", constant.MakeInt64(int64(q.RTM_GETDCB))}, 1841 "RTM_GETLINK": {"untyped int", constant.MakeInt64(int64(q.RTM_GETLINK))}, 1842 "RTM_GETLINKPROP": {"untyped int", constant.MakeInt64(int64(q.RTM_GETLINKPROP))}, 1843 "RTM_GETMDB": {"untyped int", constant.MakeInt64(int64(q.RTM_GETMDB))}, 1844 "RTM_GETMULTICAST": {"untyped int", constant.MakeInt64(int64(q.RTM_GETMULTICAST))}, 1845 "RTM_GETNEIGH": {"untyped int", constant.MakeInt64(int64(q.RTM_GETNEIGH))}, 1846 "RTM_GETNEIGHTBL": {"untyped int", constant.MakeInt64(int64(q.RTM_GETNEIGHTBL))}, 1847 "RTM_GETNETCONF": {"untyped int", constant.MakeInt64(int64(q.RTM_GETNETCONF))}, 1848 "RTM_GETNEXTHOP": {"untyped int", constant.MakeInt64(int64(q.RTM_GETNEXTHOP))}, 1849 "RTM_GETNEXTHOPBUCKET": {"untyped int", constant.MakeInt64(int64(q.RTM_GETNEXTHOPBUCKET))}, 1850 "RTM_GETNSID": {"untyped int", constant.MakeInt64(int64(q.RTM_GETNSID))}, 1851 "RTM_GETQDISC": {"untyped int", constant.MakeInt64(int64(q.RTM_GETQDISC))}, 1852 "RTM_GETROUTE": {"untyped int", constant.MakeInt64(int64(q.RTM_GETROUTE))}, 1853 "RTM_GETRULE": {"untyped int", constant.MakeInt64(int64(q.RTM_GETRULE))}, 1854 "RTM_GETSTATS": {"untyped int", constant.MakeInt64(int64(q.RTM_GETSTATS))}, 1855 "RTM_GETTCLASS": {"untyped int", constant.MakeInt64(int64(q.RTM_GETTCLASS))}, 1856 "RTM_GETTFILTER": {"untyped int", constant.MakeInt64(int64(q.RTM_GETTFILTER))}, 1857 "RTM_GETVLAN": {"untyped int", constant.MakeInt64(int64(q.RTM_GETVLAN))}, 1858 "RTM_MAX": {"untyped int", constant.MakeInt64(int64(q.RTM_MAX))}, 1859 "RTM_NEWACTION": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWACTION))}, 1860 "RTM_NEWADDR": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWADDR))}, 1861 "RTM_NEWADDRLABEL": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWADDRLABEL))}, 1862 "RTM_NEWCACHEREPORT": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWCACHEREPORT))}, 1863 "RTM_NEWCHAIN": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWCHAIN))}, 1864 "RTM_NEWLINK": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWLINK))}, 1865 "RTM_NEWLINKPROP": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWLINKPROP))}, 1866 "RTM_NEWMDB": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWMDB))}, 1867 "RTM_NEWNDUSEROPT": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNDUSEROPT))}, 1868 "RTM_NEWNEIGH": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNEIGH))}, 1869 "RTM_NEWNEIGHTBL": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNEIGHTBL))}, 1870 "RTM_NEWNETCONF": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNETCONF))}, 1871 "RTM_NEWNEXTHOP": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNEXTHOP))}, 1872 "RTM_NEWNEXTHOPBUCKET": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNEXTHOPBUCKET))}, 1873 "RTM_NEWNSID": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNSID))}, 1874 "RTM_NEWNVLAN": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNVLAN))}, 1875 "RTM_NEWPREFIX": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWPREFIX))}, 1876 "RTM_NEWQDISC": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWQDISC))}, 1877 "RTM_NEWROUTE": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWROUTE))}, 1878 "RTM_NEWRULE": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWRULE))}, 1879 "RTM_NEWSTATS": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWSTATS))}, 1880 "RTM_NEWTCLASS": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWTCLASS))}, 1881 "RTM_NEWTFILTER": {"untyped int", constant.MakeInt64(int64(q.RTM_NEWTFILTER))}, 1882 "RTM_NR_FAMILIES": {"untyped int", constant.MakeInt64(int64(q.RTM_NR_FAMILIES))}, 1883 "RTM_NR_MSGTYPES": {"untyped int", constant.MakeInt64(int64(q.RTM_NR_MSGTYPES))}, 1884 "RTM_SETDCB": {"untyped int", constant.MakeInt64(int64(q.RTM_SETDCB))}, 1885 "RTM_SETLINK": {"untyped int", constant.MakeInt64(int64(q.RTM_SETLINK))}, 1886 "RTM_SETNEIGHTBL": {"untyped int", constant.MakeInt64(int64(q.RTM_SETNEIGHTBL))}, 1887 "RTNH_ALIGNTO": {"untyped int", constant.MakeInt64(int64(q.RTNH_ALIGNTO))}, 1888 "RTNH_COMPARE_MASK": {"untyped int", constant.MakeInt64(int64(q.RTNH_COMPARE_MASK))}, 1889 "RTNH_F_DEAD": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_DEAD))}, 1890 "RTNH_F_LINKDOWN": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_LINKDOWN))}, 1891 "RTNH_F_OFFLOAD": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_OFFLOAD))}, 1892 "RTNH_F_ONLINK": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_ONLINK))}, 1893 "RTNH_F_PERVASIVE": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_PERVASIVE))}, 1894 "RTNH_F_TRAP": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_TRAP))}, 1895 "RTNH_F_UNRESOLVED": {"untyped int", constant.MakeInt64(int64(q.RTNH_F_UNRESOLVED))}, 1896 "RTNLGRP_IPV4_IFADDR": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_IFADDR))}, 1897 "RTNLGRP_IPV4_MROUTE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_MROUTE))}, 1898 "RTNLGRP_IPV4_ROUTE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_ROUTE))}, 1899 "RTNLGRP_IPV4_RULE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_RULE))}, 1900 "RTNLGRP_IPV6_IFADDR": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_IFADDR))}, 1901 "RTNLGRP_IPV6_IFINFO": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_IFINFO))}, 1902 "RTNLGRP_IPV6_MROUTE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_MROUTE))}, 1903 "RTNLGRP_IPV6_PREFIX": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_PREFIX))}, 1904 "RTNLGRP_IPV6_ROUTE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_ROUTE))}, 1905 "RTNLGRP_IPV6_RULE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_RULE))}, 1906 "RTNLGRP_LINK": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_LINK))}, 1907 "RTNLGRP_ND_USEROPT": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_ND_USEROPT))}, 1908 "RTNLGRP_NEIGH": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_NEIGH))}, 1909 "RTNLGRP_NONE": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_NONE))}, 1910 "RTNLGRP_NOTIFY": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_NOTIFY))}, 1911 "RTNLGRP_TC": {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_TC))}, 1912 "RTN_ANYCAST": {"untyped int", constant.MakeInt64(int64(q.RTN_ANYCAST))}, 1913 "RTN_BLACKHOLE": {"untyped int", constant.MakeInt64(int64(q.RTN_BLACKHOLE))}, 1914 "RTN_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.RTN_BROADCAST))}, 1915 "RTN_LOCAL": {"untyped int", constant.MakeInt64(int64(q.RTN_LOCAL))}, 1916 "RTN_MAX": {"untyped int", constant.MakeInt64(int64(q.RTN_MAX))}, 1917 "RTN_MULTICAST": {"untyped int", constant.MakeInt64(int64(q.RTN_MULTICAST))}, 1918 "RTN_NAT": {"untyped int", constant.MakeInt64(int64(q.RTN_NAT))}, 1919 "RTN_PROHIBIT": {"untyped int", constant.MakeInt64(int64(q.RTN_PROHIBIT))}, 1920 "RTN_THROW": {"untyped int", constant.MakeInt64(int64(q.RTN_THROW))}, 1921 "RTN_UNICAST": {"untyped int", constant.MakeInt64(int64(q.RTN_UNICAST))}, 1922 "RTN_UNREACHABLE": {"untyped int", constant.MakeInt64(int64(q.RTN_UNREACHABLE))}, 1923 "RTN_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.RTN_UNSPEC))}, 1924 "RTN_XRESOLVE": {"untyped int", constant.MakeInt64(int64(q.RTN_XRESOLVE))}, 1925 "RTPROT_BABEL": {"untyped int", constant.MakeInt64(int64(q.RTPROT_BABEL))}, 1926 "RTPROT_BGP": {"untyped int", constant.MakeInt64(int64(q.RTPROT_BGP))}, 1927 "RTPROT_BIRD": {"untyped int", constant.MakeInt64(int64(q.RTPROT_BIRD))}, 1928 "RTPROT_BOOT": {"untyped int", constant.MakeInt64(int64(q.RTPROT_BOOT))}, 1929 "RTPROT_DHCP": {"untyped int", constant.MakeInt64(int64(q.RTPROT_DHCP))}, 1930 "RTPROT_DNROUTED": {"untyped int", constant.MakeInt64(int64(q.RTPROT_DNROUTED))}, 1931 "RTPROT_EIGRP": {"untyped int", constant.MakeInt64(int64(q.RTPROT_EIGRP))}, 1932 "RTPROT_GATED": {"untyped int", constant.MakeInt64(int64(q.RTPROT_GATED))}, 1933 "RTPROT_ISIS": {"untyped int", constant.MakeInt64(int64(q.RTPROT_ISIS))}, 1934 "RTPROT_KEEPALIVED": {"untyped int", constant.MakeInt64(int64(q.RTPROT_KEEPALIVED))}, 1935 "RTPROT_KERNEL": {"untyped int", constant.MakeInt64(int64(q.RTPROT_KERNEL))}, 1936 "RTPROT_MROUTED": {"untyped int", constant.MakeInt64(int64(q.RTPROT_MROUTED))}, 1937 "RTPROT_MRT": {"untyped int", constant.MakeInt64(int64(q.RTPROT_MRT))}, 1938 "RTPROT_NTK": {"untyped int", constant.MakeInt64(int64(q.RTPROT_NTK))}, 1939 "RTPROT_OPENR": {"untyped int", constant.MakeInt64(int64(q.RTPROT_OPENR))}, 1940 "RTPROT_OSPF": {"untyped int", constant.MakeInt64(int64(q.RTPROT_OSPF))}, 1941 "RTPROT_RA": {"untyped int", constant.MakeInt64(int64(q.RTPROT_RA))}, 1942 "RTPROT_REDIRECT": {"untyped int", constant.MakeInt64(int64(q.RTPROT_REDIRECT))}, 1943 "RTPROT_RIP": {"untyped int", constant.MakeInt64(int64(q.RTPROT_RIP))}, 1944 "RTPROT_STATIC": {"untyped int", constant.MakeInt64(int64(q.RTPROT_STATIC))}, 1945 "RTPROT_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.RTPROT_UNSPEC))}, 1946 "RTPROT_XORP": {"untyped int", constant.MakeInt64(int64(q.RTPROT_XORP))}, 1947 "RTPROT_ZEBRA": {"untyped int", constant.MakeInt64(int64(q.RTPROT_ZEBRA))}, 1948 "RT_CLASS_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_DEFAULT))}, 1949 "RT_CLASS_LOCAL": {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_LOCAL))}, 1950 "RT_CLASS_MAIN": {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_MAIN))}, 1951 "RT_CLASS_MAX": {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_MAX))}, 1952 "RT_CLASS_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_UNSPEC))}, 1953 "RT_SCOPE_HOST": {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_HOST))}, 1954 "RT_SCOPE_LINK": {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_LINK))}, 1955 "RT_SCOPE_NOWHERE": {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_NOWHERE))}, 1956 "RT_SCOPE_SITE": {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_SITE))}, 1957 "RT_SCOPE_UNIVERSE": {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_UNIVERSE))}, 1958 "RT_TABLE_COMPAT": {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_COMPAT))}, 1959 "RT_TABLE_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_DEFAULT))}, 1960 "RT_TABLE_LOCAL": {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_LOCAL))}, 1961 "RT_TABLE_MAIN": {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_MAIN))}, 1962 "RT_TABLE_MAX": {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_MAX))}, 1963 "RT_TABLE_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_UNSPEC))}, 1964 "RUSAGE_CHILDREN": {"untyped int", constant.MakeInt64(int64(q.RUSAGE_CHILDREN))}, 1965 "RUSAGE_SELF": {"untyped int", constant.MakeInt64(int64(q.RUSAGE_SELF))}, 1966 "RUSAGE_THREAD": {"untyped int", constant.MakeInt64(int64(q.RUSAGE_THREAD))}, 1967 "SCM_CREDENTIALS": {"untyped int", constant.MakeInt64(int64(q.SCM_CREDENTIALS))}, 1968 "SCM_RIGHTS": {"untyped int", constant.MakeInt64(int64(q.SCM_RIGHTS))}, 1969 "SCM_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMP))}, 1970 "SCM_TIMESTAMPING": {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMPING))}, 1971 "SCM_TIMESTAMPING_OPT_STATS": {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMPING_OPT_STATS))}, 1972 "SCM_TIMESTAMPING_PKTINFO": {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMPING_PKTINFO))}, 1973 "SCM_TIMESTAMPNS": {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMPNS))}, 1974 "SCM_TXTIME": {"untyped int", constant.MakeInt64(int64(q.SCM_TXTIME))}, 1975 "SCM_WIFI_STATUS": {"untyped int", constant.MakeInt64(int64(q.SCM_WIFI_STATUS))}, 1976 "SHUT_RD": {"untyped int", constant.MakeInt64(int64(q.SHUT_RD))}, 1977 "SHUT_RDWR": {"untyped int", constant.MakeInt64(int64(q.SHUT_RDWR))}, 1978 "SHUT_WR": {"untyped int", constant.MakeInt64(int64(q.SHUT_WR))}, 1979 "SIOCADDDLCI": {"untyped int", constant.MakeInt64(int64(q.SIOCADDDLCI))}, 1980 "SIOCADDMULTI": {"untyped int", constant.MakeInt64(int64(q.SIOCADDMULTI))}, 1981 "SIOCADDRT": {"untyped int", constant.MakeInt64(int64(q.SIOCADDRT))}, 1982 "SIOCATMARK": {"untyped int", constant.MakeInt64(int64(q.SIOCATMARK))}, 1983 "SIOCDARP": {"untyped int", constant.MakeInt64(int64(q.SIOCDARP))}, 1984 "SIOCDELDLCI": {"untyped int", constant.MakeInt64(int64(q.SIOCDELDLCI))}, 1985 "SIOCDELMULTI": {"untyped int", constant.MakeInt64(int64(q.SIOCDELMULTI))}, 1986 "SIOCDELRT": {"untyped int", constant.MakeInt64(int64(q.SIOCDELRT))}, 1987 "SIOCDEVPRIVATE": {"untyped int", constant.MakeInt64(int64(q.SIOCDEVPRIVATE))}, 1988 "SIOCDIFADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCDIFADDR))}, 1989 "SIOCDRARP": {"untyped int", constant.MakeInt64(int64(q.SIOCDRARP))}, 1990 "SIOCGARP": {"untyped int", constant.MakeInt64(int64(q.SIOCGARP))}, 1991 "SIOCGIFADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFADDR))}, 1992 "SIOCGIFBR": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFBR))}, 1993 "SIOCGIFBRDADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFBRDADDR))}, 1994 "SIOCGIFCONF": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFCONF))}, 1995 "SIOCGIFCOUNT": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFCOUNT))}, 1996 "SIOCGIFDSTADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFDSTADDR))}, 1997 "SIOCGIFENCAP": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFENCAP))}, 1998 "SIOCGIFFLAGS": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFFLAGS))}, 1999 "SIOCGIFHWADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFHWADDR))}, 2000 "SIOCGIFINDEX": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFINDEX))}, 2001 "SIOCGIFMAP": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMAP))}, 2002 "SIOCGIFMEM": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMEM))}, 2003 "SIOCGIFMETRIC": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMETRIC))}, 2004 "SIOCGIFMTU": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMTU))}, 2005 "SIOCGIFNAME": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFNAME))}, 2006 "SIOCGIFNETMASK": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFNETMASK))}, 2007 "SIOCGIFPFLAGS": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFPFLAGS))}, 2008 "SIOCGIFSLAVE": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFSLAVE))}, 2009 "SIOCGIFTXQLEN": {"untyped int", constant.MakeInt64(int64(q.SIOCGIFTXQLEN))}, 2010 "SIOCGPGRP": {"untyped int", constant.MakeInt64(int64(q.SIOCGPGRP))}, 2011 "SIOCGRARP": {"untyped int", constant.MakeInt64(int64(q.SIOCGRARP))}, 2012 "SIOCGSTAMPNS_OLD": {"untyped int", constant.MakeInt64(int64(q.SIOCGSTAMPNS_OLD))}, 2013 "SIOCGSTAMP_OLD": {"untyped int", constant.MakeInt64(int64(q.SIOCGSTAMP_OLD))}, 2014 "SIOCPROTOPRIVATE": {"untyped int", constant.MakeInt64(int64(q.SIOCPROTOPRIVATE))}, 2015 "SIOCRTMSG": {"untyped int", constant.MakeInt64(int64(q.SIOCRTMSG))}, 2016 "SIOCSARP": {"untyped int", constant.MakeInt64(int64(q.SIOCSARP))}, 2017 "SIOCSIFADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFADDR))}, 2018 "SIOCSIFBR": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFBR))}, 2019 "SIOCSIFBRDADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFBRDADDR))}, 2020 "SIOCSIFDSTADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFDSTADDR))}, 2021 "SIOCSIFENCAP": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFENCAP))}, 2022 "SIOCSIFFLAGS": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFFLAGS))}, 2023 "SIOCSIFHWADDR": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFHWADDR))}, 2024 "SIOCSIFHWBROADCAST": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFHWBROADCAST))}, 2025 "SIOCSIFLINK": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFLINK))}, 2026 "SIOCSIFMAP": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMAP))}, 2027 "SIOCSIFMEM": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMEM))}, 2028 "SIOCSIFMETRIC": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMETRIC))}, 2029 "SIOCSIFMTU": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMTU))}, 2030 "SIOCSIFNAME": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFNAME))}, 2031 "SIOCSIFNETMASK": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFNETMASK))}, 2032 "SIOCSIFPFLAGS": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFPFLAGS))}, 2033 "SIOCSIFSLAVE": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFSLAVE))}, 2034 "SIOCSIFTXQLEN": {"untyped int", constant.MakeInt64(int64(q.SIOCSIFTXQLEN))}, 2035 "SIOCSPGRP": {"untyped int", constant.MakeInt64(int64(q.SIOCSPGRP))}, 2036 "SIOCSRARP": {"untyped int", constant.MakeInt64(int64(q.SIOCSRARP))}, 2037 "SOCK_BUF_LOCK_MASK": {"untyped int", constant.MakeInt64(int64(q.SOCK_BUF_LOCK_MASK))}, 2038 "SOCK_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.SOCK_CLOEXEC))}, 2039 "SOCK_DCCP": {"untyped int", constant.MakeInt64(int64(q.SOCK_DCCP))}, 2040 "SOCK_DGRAM": {"untyped int", constant.MakeInt64(int64(q.SOCK_DGRAM))}, 2041 "SOCK_NONBLOCK": {"untyped int", constant.MakeInt64(int64(q.SOCK_NONBLOCK))}, 2042 "SOCK_PACKET": {"untyped int", constant.MakeInt64(int64(q.SOCK_PACKET))}, 2043 "SOCK_RAW": {"untyped int", constant.MakeInt64(int64(q.SOCK_RAW))}, 2044 "SOCK_RCVBUF_LOCK": {"untyped int", constant.MakeInt64(int64(q.SOCK_RCVBUF_LOCK))}, 2045 "SOCK_RDM": {"untyped int", constant.MakeInt64(int64(q.SOCK_RDM))}, 2046 "SOCK_SEQPACKET": {"untyped int", constant.MakeInt64(int64(q.SOCK_SEQPACKET))}, 2047 "SOCK_SNDBUF_LOCK": {"untyped int", constant.MakeInt64(int64(q.SOCK_SNDBUF_LOCK))}, 2048 "SOCK_STREAM": {"untyped int", constant.MakeInt64(int64(q.SOCK_STREAM))}, 2049 "SOL_AAL": {"untyped int", constant.MakeInt64(int64(q.SOL_AAL))}, 2050 "SOL_ALG": {"untyped int", constant.MakeInt64(int64(q.SOL_ALG))}, 2051 "SOL_ATM": {"untyped int", constant.MakeInt64(int64(q.SOL_ATM))}, 2052 "SOL_BLUETOOTH": {"untyped int", constant.MakeInt64(int64(q.SOL_BLUETOOTH))}, 2053 "SOL_CAIF": {"untyped int", constant.MakeInt64(int64(q.SOL_CAIF))}, 2054 "SOL_DCCP": {"untyped int", constant.MakeInt64(int64(q.SOL_DCCP))}, 2055 "SOL_DECNET": {"untyped int", constant.MakeInt64(int64(q.SOL_DECNET))}, 2056 "SOL_ICMPV6": {"untyped int", constant.MakeInt64(int64(q.SOL_ICMPV6))}, 2057 "SOL_IP": {"untyped int", constant.MakeInt64(int64(q.SOL_IP))}, 2058 "SOL_IPV6": {"untyped int", constant.MakeInt64(int64(q.SOL_IPV6))}, 2059 "SOL_IRDA": {"untyped int", constant.MakeInt64(int64(q.SOL_IRDA))}, 2060 "SOL_IUCV": {"untyped int", constant.MakeInt64(int64(q.SOL_IUCV))}, 2061 "SOL_KCM": {"untyped int", constant.MakeInt64(int64(q.SOL_KCM))}, 2062 "SOL_LLC": {"untyped int", constant.MakeInt64(int64(q.SOL_LLC))}, 2063 "SOL_NETBEUI": {"untyped int", constant.MakeInt64(int64(q.SOL_NETBEUI))}, 2064 "SOL_NETLINK": {"untyped int", constant.MakeInt64(int64(q.SOL_NETLINK))}, 2065 "SOL_NFC": {"untyped int", constant.MakeInt64(int64(q.SOL_NFC))}, 2066 "SOL_PACKET": {"untyped int", constant.MakeInt64(int64(q.SOL_PACKET))}, 2067 "SOL_PNPIPE": {"untyped int", constant.MakeInt64(int64(q.SOL_PNPIPE))}, 2068 "SOL_PPPOL2TP": {"untyped int", constant.MakeInt64(int64(q.SOL_PPPOL2TP))}, 2069 "SOL_RAW": {"untyped int", constant.MakeInt64(int64(q.SOL_RAW))}, 2070 "SOL_RDS": {"untyped int", constant.MakeInt64(int64(q.SOL_RDS))}, 2071 "SOL_RXRPC": {"untyped int", constant.MakeInt64(int64(q.SOL_RXRPC))}, 2072 "SOL_SOCKET": {"untyped int", constant.MakeInt64(int64(q.SOL_SOCKET))}, 2073 "SOL_TCP": {"untyped int", constant.MakeInt64(int64(q.SOL_TCP))}, 2074 "SOL_TIPC": {"untyped int", constant.MakeInt64(int64(q.SOL_TIPC))}, 2075 "SOL_TLS": {"untyped int", constant.MakeInt64(int64(q.SOL_TLS))}, 2076 "SOL_X25": {"untyped int", constant.MakeInt64(int64(q.SOL_X25))}, 2077 "SOL_XDP": {"untyped int", constant.MakeInt64(int64(q.SOL_XDP))}, 2078 "SOMAXCONN": {"untyped int", constant.MakeInt64(int64(q.SOMAXCONN))}, 2079 "SO_ACCEPTCONN": {"untyped int", constant.MakeInt64(int64(q.SO_ACCEPTCONN))}, 2080 "SO_ATTACH_BPF": {"untyped int", constant.MakeInt64(int64(q.SO_ATTACH_BPF))}, 2081 "SO_ATTACH_FILTER": {"untyped int", constant.MakeInt64(int64(q.SO_ATTACH_FILTER))}, 2082 "SO_ATTACH_REUSEPORT_CBPF": {"untyped int", constant.MakeInt64(int64(q.SO_ATTACH_REUSEPORT_CBPF))}, 2083 "SO_ATTACH_REUSEPORT_EBPF": {"untyped int", constant.MakeInt64(int64(q.SO_ATTACH_REUSEPORT_EBPF))}, 2084 "SO_BINDTODEVICE": {"untyped int", constant.MakeInt64(int64(q.SO_BINDTODEVICE))}, 2085 "SO_BINDTOIFINDEX": {"untyped int", constant.MakeInt64(int64(q.SO_BINDTOIFINDEX))}, 2086 "SO_BPF_EXTENSIONS": {"untyped int", constant.MakeInt64(int64(q.SO_BPF_EXTENSIONS))}, 2087 "SO_BROADCAST": {"untyped int", constant.MakeInt64(int64(q.SO_BROADCAST))}, 2088 "SO_BSDCOMPAT": {"untyped int", constant.MakeInt64(int64(q.SO_BSDCOMPAT))}, 2089 "SO_BUF_LOCK": {"untyped int", constant.MakeInt64(int64(q.SO_BUF_LOCK))}, 2090 "SO_BUSY_POLL": {"untyped int", constant.MakeInt64(int64(q.SO_BUSY_POLL))}, 2091 "SO_BUSY_POLL_BUDGET": {"untyped int", constant.MakeInt64(int64(q.SO_BUSY_POLL_BUDGET))}, 2092 "SO_CNX_ADVICE": {"untyped int", constant.MakeInt64(int64(q.SO_CNX_ADVICE))}, 2093 "SO_COOKIE": {"untyped int", constant.MakeInt64(int64(q.SO_COOKIE))}, 2094 "SO_DEBUG": {"untyped int", constant.MakeInt64(int64(q.SO_DEBUG))}, 2095 "SO_DETACH_BPF": {"untyped int", constant.MakeInt64(int64(q.SO_DETACH_BPF))}, 2096 "SO_DETACH_FILTER": {"untyped int", constant.MakeInt64(int64(q.SO_DETACH_FILTER))}, 2097 "SO_DETACH_REUSEPORT_BPF": {"untyped int", constant.MakeInt64(int64(q.SO_DETACH_REUSEPORT_BPF))}, 2098 "SO_DOMAIN": {"untyped int", constant.MakeInt64(int64(q.SO_DOMAIN))}, 2099 "SO_DONTROUTE": {"untyped int", constant.MakeInt64(int64(q.SO_DONTROUTE))}, 2100 "SO_ERROR": {"untyped int", constant.MakeInt64(int64(q.SO_ERROR))}, 2101 "SO_GET_FILTER": {"untyped int", constant.MakeInt64(int64(q.SO_GET_FILTER))}, 2102 "SO_INCOMING_CPU": {"untyped int", constant.MakeInt64(int64(q.SO_INCOMING_CPU))}, 2103 "SO_INCOMING_NAPI_ID": {"untyped int", constant.MakeInt64(int64(q.SO_INCOMING_NAPI_ID))}, 2104 "SO_KEEPALIVE": {"untyped int", constant.MakeInt64(int64(q.SO_KEEPALIVE))}, 2105 "SO_LINGER": {"untyped int", constant.MakeInt64(int64(q.SO_LINGER))}, 2106 "SO_LOCK_FILTER": {"untyped int", constant.MakeInt64(int64(q.SO_LOCK_FILTER))}, 2107 "SO_MARK": {"untyped int", constant.MakeInt64(int64(q.SO_MARK))}, 2108 "SO_MAX_PACING_RATE": {"untyped int", constant.MakeInt64(int64(q.SO_MAX_PACING_RATE))}, 2109 "SO_MEMINFO": {"untyped int", constant.MakeInt64(int64(q.SO_MEMINFO))}, 2110 "SO_NETNS_COOKIE": {"untyped int", constant.MakeInt64(int64(q.SO_NETNS_COOKIE))}, 2111 "SO_NOFCS": {"untyped int", constant.MakeInt64(int64(q.SO_NOFCS))}, 2112 "SO_NO_CHECK": {"untyped int", constant.MakeInt64(int64(q.SO_NO_CHECK))}, 2113 "SO_OOBINLINE": {"untyped int", constant.MakeInt64(int64(q.SO_OOBINLINE))}, 2114 "SO_PASSCRED": {"untyped int", constant.MakeInt64(int64(q.SO_PASSCRED))}, 2115 "SO_PASSSEC": {"untyped int", constant.MakeInt64(int64(q.SO_PASSSEC))}, 2116 "SO_PEEK_OFF": {"untyped int", constant.MakeInt64(int64(q.SO_PEEK_OFF))}, 2117 "SO_PEERCRED": {"untyped int", constant.MakeInt64(int64(q.SO_PEERCRED))}, 2118 "SO_PEERGROUPS": {"untyped int", constant.MakeInt64(int64(q.SO_PEERGROUPS))}, 2119 "SO_PEERNAME": {"untyped int", constant.MakeInt64(int64(q.SO_PEERNAME))}, 2120 "SO_PEERSEC": {"untyped int", constant.MakeInt64(int64(q.SO_PEERSEC))}, 2121 "SO_PREFER_BUSY_POLL": {"untyped int", constant.MakeInt64(int64(q.SO_PREFER_BUSY_POLL))}, 2122 "SO_PRIORITY": {"untyped int", constant.MakeInt64(int64(q.SO_PRIORITY))}, 2123 "SO_PROTOCOL": {"untyped int", constant.MakeInt64(int64(q.SO_PROTOCOL))}, 2124 "SO_RCVBUF": {"untyped int", constant.MakeInt64(int64(q.SO_RCVBUF))}, 2125 "SO_RCVBUFFORCE": {"untyped int", constant.MakeInt64(int64(q.SO_RCVBUFFORCE))}, 2126 "SO_RCVLOWAT": {"untyped int", constant.MakeInt64(int64(q.SO_RCVLOWAT))}, 2127 "SO_RCVTIMEO": {"untyped int", constant.MakeInt64(int64(q.SO_RCVTIMEO))}, 2128 "SO_RCVTIMEO_NEW": {"untyped int", constant.MakeInt64(int64(q.SO_RCVTIMEO_NEW))}, 2129 "SO_RCVTIMEO_OLD": {"untyped int", constant.MakeInt64(int64(q.SO_RCVTIMEO_OLD))}, 2130 "SO_RESERVE_MEM": {"untyped int", constant.MakeInt64(int64(q.SO_RESERVE_MEM))}, 2131 "SO_REUSEADDR": {"untyped int", constant.MakeInt64(int64(q.SO_REUSEADDR))}, 2132 "SO_REUSEPORT": {"untyped int", constant.MakeInt64(int64(q.SO_REUSEPORT))}, 2133 "SO_RXQ_OVFL": {"untyped int", constant.MakeInt64(int64(q.SO_RXQ_OVFL))}, 2134 "SO_SECURITY_AUTHENTICATION": {"untyped int", constant.MakeInt64(int64(q.SO_SECURITY_AUTHENTICATION))}, 2135 "SO_SECURITY_ENCRYPTION_NETWORK": {"untyped int", constant.MakeInt64(int64(q.SO_SECURITY_ENCRYPTION_NETWORK))}, 2136 "SO_SECURITY_ENCRYPTION_TRANSPORT": {"untyped int", constant.MakeInt64(int64(q.SO_SECURITY_ENCRYPTION_TRANSPORT))}, 2137 "SO_SELECT_ERR_QUEUE": {"untyped int", constant.MakeInt64(int64(q.SO_SELECT_ERR_QUEUE))}, 2138 "SO_SNDBUF": {"untyped int", constant.MakeInt64(int64(q.SO_SNDBUF))}, 2139 "SO_SNDBUFFORCE": {"untyped int", constant.MakeInt64(int64(q.SO_SNDBUFFORCE))}, 2140 "SO_SNDLOWAT": {"untyped int", constant.MakeInt64(int64(q.SO_SNDLOWAT))}, 2141 "SO_SNDTIMEO": {"untyped int", constant.MakeInt64(int64(q.SO_SNDTIMEO))}, 2142 "SO_SNDTIMEO_NEW": {"untyped int", constant.MakeInt64(int64(q.SO_SNDTIMEO_NEW))}, 2143 "SO_SNDTIMEO_OLD": {"untyped int", constant.MakeInt64(int64(q.SO_SNDTIMEO_OLD))}, 2144 "SO_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMP))}, 2145 "SO_TIMESTAMPING": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPING))}, 2146 "SO_TIMESTAMPING_NEW": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPING_NEW))}, 2147 "SO_TIMESTAMPING_OLD": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPING_OLD))}, 2148 "SO_TIMESTAMPNS": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPNS))}, 2149 "SO_TIMESTAMPNS_NEW": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPNS_NEW))}, 2150 "SO_TIMESTAMPNS_OLD": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPNS_OLD))}, 2151 "SO_TIMESTAMP_NEW": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMP_NEW))}, 2152 "SO_TIMESTAMP_OLD": {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMP_OLD))}, 2153 "SO_TXTIME": {"untyped int", constant.MakeInt64(int64(q.SO_TXTIME))}, 2154 "SO_TYPE": {"untyped int", constant.MakeInt64(int64(q.SO_TYPE))}, 2155 "SO_WIFI_STATUS": {"untyped int", constant.MakeInt64(int64(q.SO_WIFI_STATUS))}, 2156 "SO_ZEROCOPY": {"untyped int", constant.MakeInt64(int64(q.SO_ZEROCOPY))}, 2157 "SYS_ACCEPT": {"untyped int", constant.MakeInt64(int64(q.SYS_ACCEPT))}, 2158 "SYS_ACCEPT4": {"untyped int", constant.MakeInt64(int64(q.SYS_ACCEPT4))}, 2159 "SYS_ACCT": {"untyped int", constant.MakeInt64(int64(q.SYS_ACCT))}, 2160 "SYS_ADD_KEY": {"untyped int", constant.MakeInt64(int64(q.SYS_ADD_KEY))}, 2161 "SYS_ADJTIMEX": {"untyped int", constant.MakeInt64(int64(q.SYS_ADJTIMEX))}, 2162 "SYS_ARCH_SPECIFIC_SYSCALL": {"untyped int", constant.MakeInt64(int64(q.SYS_ARCH_SPECIFIC_SYSCALL))}, 2163 "SYS_BIND": {"untyped int", constant.MakeInt64(int64(q.SYS_BIND))}, 2164 "SYS_BPF": {"untyped int", constant.MakeInt64(int64(q.SYS_BPF))}, 2165 "SYS_BRK": {"untyped int", constant.MakeInt64(int64(q.SYS_BRK))}, 2166 "SYS_CAPGET": {"untyped int", constant.MakeInt64(int64(q.SYS_CAPGET))}, 2167 "SYS_CAPSET": {"untyped int", constant.MakeInt64(int64(q.SYS_CAPSET))}, 2168 "SYS_CHDIR": {"untyped int", constant.MakeInt64(int64(q.SYS_CHDIR))}, 2169 "SYS_CHROOT": {"untyped int", constant.MakeInt64(int64(q.SYS_CHROOT))}, 2170 "SYS_CLOCK_ADJTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_ADJTIME))}, 2171 "SYS_CLOCK_GETRES": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_GETRES))}, 2172 "SYS_CLOCK_GETTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_GETTIME))}, 2173 "SYS_CLOCK_NANOSLEEP": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_NANOSLEEP))}, 2174 "SYS_CLOCK_SETTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_SETTIME))}, 2175 "SYS_CLONE": {"untyped int", constant.MakeInt64(int64(q.SYS_CLONE))}, 2176 "SYS_CLOSE": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOSE))}, 2177 "SYS_CLOSE_RANGE": {"untyped int", constant.MakeInt64(int64(q.SYS_CLOSE_RANGE))}, 2178 "SYS_CONNECT": {"untyped int", constant.MakeInt64(int64(q.SYS_CONNECT))}, 2179 "SYS_COPY_FILE_RANGE": {"untyped int", constant.MakeInt64(int64(q.SYS_COPY_FILE_RANGE))}, 2180 "SYS_DELETE_MODULE": {"untyped int", constant.MakeInt64(int64(q.SYS_DELETE_MODULE))}, 2181 "SYS_DUP": {"untyped int", constant.MakeInt64(int64(q.SYS_DUP))}, 2182 "SYS_DUP3": {"untyped int", constant.MakeInt64(int64(q.SYS_DUP3))}, 2183 "SYS_EPOLL_CREATE1": {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_CREATE1))}, 2184 "SYS_EPOLL_CTL": {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_CTL))}, 2185 "SYS_EPOLL_PWAIT": {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_PWAIT))}, 2186 "SYS_EPOLL_PWAIT2": {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_PWAIT2))}, 2187 "SYS_EVENTFD2": {"untyped int", constant.MakeInt64(int64(q.SYS_EVENTFD2))}, 2188 "SYS_EXECVE": {"untyped int", constant.MakeInt64(int64(q.SYS_EXECVE))}, 2189 "SYS_EXECVEAT": {"untyped int", constant.MakeInt64(int64(q.SYS_EXECVEAT))}, 2190 "SYS_EXIT": {"untyped int", constant.MakeInt64(int64(q.SYS_EXIT))}, 2191 "SYS_EXIT_GROUP": {"untyped int", constant.MakeInt64(int64(q.SYS_EXIT_GROUP))}, 2192 "SYS_FACCESSAT": {"untyped int", constant.MakeInt64(int64(q.SYS_FACCESSAT))}, 2193 "SYS_FACCESSAT2": {"untyped int", constant.MakeInt64(int64(q.SYS_FACCESSAT2))}, 2194 "SYS_FADVISE64": {"untyped int", constant.MakeInt64(int64(q.SYS_FADVISE64))}, 2195 "SYS_FALLOCATE": {"untyped int", constant.MakeInt64(int64(q.SYS_FALLOCATE))}, 2196 "SYS_FANOTIFY_INIT": {"untyped int", constant.MakeInt64(int64(q.SYS_FANOTIFY_INIT))}, 2197 "SYS_FANOTIFY_MARK": {"untyped int", constant.MakeInt64(int64(q.SYS_FANOTIFY_MARK))}, 2198 "SYS_FCHDIR": {"untyped int", constant.MakeInt64(int64(q.SYS_FCHDIR))}, 2199 "SYS_FCHMOD": {"untyped int", constant.MakeInt64(int64(q.SYS_FCHMOD))}, 2200 "SYS_FCHMODAT": {"untyped int", constant.MakeInt64(int64(q.SYS_FCHMODAT))}, 2201 "SYS_FCHOWN": {"untyped int", constant.MakeInt64(int64(q.SYS_FCHOWN))}, 2202 "SYS_FCHOWNAT": {"untyped int", constant.MakeInt64(int64(q.SYS_FCHOWNAT))}, 2203 "SYS_FCNTL": {"untyped int", constant.MakeInt64(int64(q.SYS_FCNTL))}, 2204 "SYS_FDATASYNC": {"untyped int", constant.MakeInt64(int64(q.SYS_FDATASYNC))}, 2205 "SYS_FGETXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_FGETXATTR))}, 2206 "SYS_FINIT_MODULE": {"untyped int", constant.MakeInt64(int64(q.SYS_FINIT_MODULE))}, 2207 "SYS_FLISTXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_FLISTXATTR))}, 2208 "SYS_FLOCK": {"untyped int", constant.MakeInt64(int64(q.SYS_FLOCK))}, 2209 "SYS_FREMOVEXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_FREMOVEXATTR))}, 2210 "SYS_FSCONFIG": {"untyped int", constant.MakeInt64(int64(q.SYS_FSCONFIG))}, 2211 "SYS_FSETXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_FSETXATTR))}, 2212 "SYS_FSMOUNT": {"untyped int", constant.MakeInt64(int64(q.SYS_FSMOUNT))}, 2213 "SYS_FSOPEN": {"untyped int", constant.MakeInt64(int64(q.SYS_FSOPEN))}, 2214 "SYS_FSPICK": {"untyped int", constant.MakeInt64(int64(q.SYS_FSPICK))}, 2215 "SYS_FSTATFS": {"untyped int", constant.MakeInt64(int64(q.SYS_FSTATFS))}, 2216 "SYS_FSYNC": {"untyped int", constant.MakeInt64(int64(q.SYS_FSYNC))}, 2217 "SYS_FTRUNCATE": {"untyped int", constant.MakeInt64(int64(q.SYS_FTRUNCATE))}, 2218 "SYS_FUTEX": {"untyped int", constant.MakeInt64(int64(q.SYS_FUTEX))}, 2219 "SYS_FUTEX_WAITV": {"untyped int", constant.MakeInt64(int64(q.SYS_FUTEX_WAITV))}, 2220 "SYS_GETCPU": {"untyped int", constant.MakeInt64(int64(q.SYS_GETCPU))}, 2221 "SYS_GETCWD": {"untyped int", constant.MakeInt64(int64(q.SYS_GETCWD))}, 2222 "SYS_GETDENTS64": {"untyped int", constant.MakeInt64(int64(q.SYS_GETDENTS64))}, 2223 "SYS_GETEGID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETEGID))}, 2224 "SYS_GETEUID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETEUID))}, 2225 "SYS_GETGID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETGID))}, 2226 "SYS_GETGROUPS": {"untyped int", constant.MakeInt64(int64(q.SYS_GETGROUPS))}, 2227 "SYS_GETITIMER": {"untyped int", constant.MakeInt64(int64(q.SYS_GETITIMER))}, 2228 "SYS_GETPEERNAME": {"untyped int", constant.MakeInt64(int64(q.SYS_GETPEERNAME))}, 2229 "SYS_GETPGID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETPGID))}, 2230 "SYS_GETPID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETPID))}, 2231 "SYS_GETPPID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETPPID))}, 2232 "SYS_GETPRIORITY": {"untyped int", constant.MakeInt64(int64(q.SYS_GETPRIORITY))}, 2233 "SYS_GETRANDOM": {"untyped int", constant.MakeInt64(int64(q.SYS_GETRANDOM))}, 2234 "SYS_GETRESGID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETRESGID))}, 2235 "SYS_GETRESUID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETRESUID))}, 2236 "SYS_GETRUSAGE": {"untyped int", constant.MakeInt64(int64(q.SYS_GETRUSAGE))}, 2237 "SYS_GETSID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETSID))}, 2238 "SYS_GETSOCKNAME": {"untyped int", constant.MakeInt64(int64(q.SYS_GETSOCKNAME))}, 2239 "SYS_GETSOCKOPT": {"untyped int", constant.MakeInt64(int64(q.SYS_GETSOCKOPT))}, 2240 "SYS_GETTID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETTID))}, 2241 "SYS_GETTIMEOFDAY": {"untyped int", constant.MakeInt64(int64(q.SYS_GETTIMEOFDAY))}, 2242 "SYS_GETUID": {"untyped int", constant.MakeInt64(int64(q.SYS_GETUID))}, 2243 "SYS_GETXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_GETXATTR))}, 2244 "SYS_GET_MEMPOLICY": {"untyped int", constant.MakeInt64(int64(q.SYS_GET_MEMPOLICY))}, 2245 "SYS_GET_ROBUST_LIST": {"untyped int", constant.MakeInt64(int64(q.SYS_GET_ROBUST_LIST))}, 2246 "SYS_INIT_MODULE": {"untyped int", constant.MakeInt64(int64(q.SYS_INIT_MODULE))}, 2247 "SYS_INOTIFY_ADD_WATCH": {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_ADD_WATCH))}, 2248 "SYS_INOTIFY_INIT1": {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_INIT1))}, 2249 "SYS_INOTIFY_RM_WATCH": {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_RM_WATCH))}, 2250 "SYS_IOCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_IOCTL))}, 2251 "SYS_IOPRIO_GET": {"untyped int", constant.MakeInt64(int64(q.SYS_IOPRIO_GET))}, 2252 "SYS_IOPRIO_SET": {"untyped int", constant.MakeInt64(int64(q.SYS_IOPRIO_SET))}, 2253 "SYS_IO_CANCEL": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_CANCEL))}, 2254 "SYS_IO_DESTROY": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_DESTROY))}, 2255 "SYS_IO_GETEVENTS": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_GETEVENTS))}, 2256 "SYS_IO_PGETEVENTS": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_PGETEVENTS))}, 2257 "SYS_IO_SETUP": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_SETUP))}, 2258 "SYS_IO_SUBMIT": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_SUBMIT))}, 2259 "SYS_IO_URING_ENTER": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_URING_ENTER))}, 2260 "SYS_IO_URING_REGISTER": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_URING_REGISTER))}, 2261 "SYS_IO_URING_SETUP": {"untyped int", constant.MakeInt64(int64(q.SYS_IO_URING_SETUP))}, 2262 "SYS_KCMP": {"untyped int", constant.MakeInt64(int64(q.SYS_KCMP))}, 2263 "SYS_KEXEC_FILE_LOAD": {"untyped int", constant.MakeInt64(int64(q.SYS_KEXEC_FILE_LOAD))}, 2264 "SYS_KEXEC_LOAD": {"untyped int", constant.MakeInt64(int64(q.SYS_KEXEC_LOAD))}, 2265 "SYS_KEYCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_KEYCTL))}, 2266 "SYS_KILL": {"untyped int", constant.MakeInt64(int64(q.SYS_KILL))}, 2267 "SYS_LANDLOCK_ADD_RULE": {"untyped int", constant.MakeInt64(int64(q.SYS_LANDLOCK_ADD_RULE))}, 2268 "SYS_LANDLOCK_CREATE_RULESET": {"untyped int", constant.MakeInt64(int64(q.SYS_LANDLOCK_CREATE_RULESET))}, 2269 "SYS_LANDLOCK_RESTRICT_SELF": {"untyped int", constant.MakeInt64(int64(q.SYS_LANDLOCK_RESTRICT_SELF))}, 2270 "SYS_LGETXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_LGETXATTR))}, 2271 "SYS_LINKAT": {"untyped int", constant.MakeInt64(int64(q.SYS_LINKAT))}, 2272 "SYS_LISTEN": {"untyped int", constant.MakeInt64(int64(q.SYS_LISTEN))}, 2273 "SYS_LISTXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_LISTXATTR))}, 2274 "SYS_LLISTXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_LLISTXATTR))}, 2275 "SYS_LOOKUP_DCOOKIE": {"untyped int", constant.MakeInt64(int64(q.SYS_LOOKUP_DCOOKIE))}, 2276 "SYS_LREMOVEXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_LREMOVEXATTR))}, 2277 "SYS_LSEEK": {"untyped int", constant.MakeInt64(int64(q.SYS_LSEEK))}, 2278 "SYS_LSETXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_LSETXATTR))}, 2279 "SYS_MADVISE": {"untyped int", constant.MakeInt64(int64(q.SYS_MADVISE))}, 2280 "SYS_MBIND": {"untyped int", constant.MakeInt64(int64(q.SYS_MBIND))}, 2281 "SYS_MEMBARRIER": {"untyped int", constant.MakeInt64(int64(q.SYS_MEMBARRIER))}, 2282 "SYS_MEMFD_CREATE": {"untyped int", constant.MakeInt64(int64(q.SYS_MEMFD_CREATE))}, 2283 "SYS_MIGRATE_PAGES": {"untyped int", constant.MakeInt64(int64(q.SYS_MIGRATE_PAGES))}, 2284 "SYS_MINCORE": {"untyped int", constant.MakeInt64(int64(q.SYS_MINCORE))}, 2285 "SYS_MKDIRAT": {"untyped int", constant.MakeInt64(int64(q.SYS_MKDIRAT))}, 2286 "SYS_MKNODAT": {"untyped int", constant.MakeInt64(int64(q.SYS_MKNODAT))}, 2287 "SYS_MLOCK": {"untyped int", constant.MakeInt64(int64(q.SYS_MLOCK))}, 2288 "SYS_MLOCK2": {"untyped int", constant.MakeInt64(int64(q.SYS_MLOCK2))}, 2289 "SYS_MLOCKALL": {"untyped int", constant.MakeInt64(int64(q.SYS_MLOCKALL))}, 2290 "SYS_MMAP": {"untyped int", constant.MakeInt64(int64(q.SYS_MMAP))}, 2291 "SYS_MOUNT": {"untyped int", constant.MakeInt64(int64(q.SYS_MOUNT))}, 2292 "SYS_MOUNT_SETATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_MOUNT_SETATTR))}, 2293 "SYS_MOVE_MOUNT": {"untyped int", constant.MakeInt64(int64(q.SYS_MOVE_MOUNT))}, 2294 "SYS_MOVE_PAGES": {"untyped int", constant.MakeInt64(int64(q.SYS_MOVE_PAGES))}, 2295 "SYS_MPROTECT": {"untyped int", constant.MakeInt64(int64(q.SYS_MPROTECT))}, 2296 "SYS_MQ_GETSETATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_GETSETATTR))}, 2297 "SYS_MQ_NOTIFY": {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_NOTIFY))}, 2298 "SYS_MQ_OPEN": {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_OPEN))}, 2299 "SYS_MQ_TIMEDRECEIVE": {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_TIMEDRECEIVE))}, 2300 "SYS_MQ_TIMEDSEND": {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_TIMEDSEND))}, 2301 "SYS_MQ_UNLINK": {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_UNLINK))}, 2302 "SYS_MREMAP": {"untyped int", constant.MakeInt64(int64(q.SYS_MREMAP))}, 2303 "SYS_MSGCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_MSGCTL))}, 2304 "SYS_MSGGET": {"untyped int", constant.MakeInt64(int64(q.SYS_MSGGET))}, 2305 "SYS_MSGRCV": {"untyped int", constant.MakeInt64(int64(q.SYS_MSGRCV))}, 2306 "SYS_MSGSND": {"untyped int", constant.MakeInt64(int64(q.SYS_MSGSND))}, 2307 "SYS_MSYNC": {"untyped int", constant.MakeInt64(int64(q.SYS_MSYNC))}, 2308 "SYS_MUNLOCK": {"untyped int", constant.MakeInt64(int64(q.SYS_MUNLOCK))}, 2309 "SYS_MUNLOCKALL": {"untyped int", constant.MakeInt64(int64(q.SYS_MUNLOCKALL))}, 2310 "SYS_MUNMAP": {"untyped int", constant.MakeInt64(int64(q.SYS_MUNMAP))}, 2311 "SYS_NAME_TO_HANDLE_AT": {"untyped int", constant.MakeInt64(int64(q.SYS_NAME_TO_HANDLE_AT))}, 2312 "SYS_NANOSLEEP": {"untyped int", constant.MakeInt64(int64(q.SYS_NANOSLEEP))}, 2313 "SYS_NFSSERVCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_NFSSERVCTL))}, 2314 "SYS_OPENAT": {"untyped int", constant.MakeInt64(int64(q.SYS_OPENAT))}, 2315 "SYS_OPENAT2": {"untyped int", constant.MakeInt64(int64(q.SYS_OPENAT2))}, 2316 "SYS_OPEN_BY_HANDLE_AT": {"untyped int", constant.MakeInt64(int64(q.SYS_OPEN_BY_HANDLE_AT))}, 2317 "SYS_OPEN_TREE": {"untyped int", constant.MakeInt64(int64(q.SYS_OPEN_TREE))}, 2318 "SYS_PERF_EVENT_OPEN": {"untyped int", constant.MakeInt64(int64(q.SYS_PERF_EVENT_OPEN))}, 2319 "SYS_PERSONALITY": {"untyped int", constant.MakeInt64(int64(q.SYS_PERSONALITY))}, 2320 "SYS_PIDFD_GETFD": {"untyped int", constant.MakeInt64(int64(q.SYS_PIDFD_GETFD))}, 2321 "SYS_PIDFD_OPEN": {"untyped int", constant.MakeInt64(int64(q.SYS_PIDFD_OPEN))}, 2322 "SYS_PIDFD_SEND_SIGNAL": {"untyped int", constant.MakeInt64(int64(q.SYS_PIDFD_SEND_SIGNAL))}, 2323 "SYS_PIPE2": {"untyped int", constant.MakeInt64(int64(q.SYS_PIPE2))}, 2324 "SYS_PIVOT_ROOT": {"untyped int", constant.MakeInt64(int64(q.SYS_PIVOT_ROOT))}, 2325 "SYS_PKEY_ALLOC": {"untyped int", constant.MakeInt64(int64(q.SYS_PKEY_ALLOC))}, 2326 "SYS_PKEY_FREE": {"untyped int", constant.MakeInt64(int64(q.SYS_PKEY_FREE))}, 2327 "SYS_PKEY_MPROTECT": {"untyped int", constant.MakeInt64(int64(q.SYS_PKEY_MPROTECT))}, 2328 "SYS_PPOLL": {"untyped int", constant.MakeInt64(int64(q.SYS_PPOLL))}, 2329 "SYS_PRCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_PRCTL))}, 2330 "SYS_PREAD64": {"untyped int", constant.MakeInt64(int64(q.SYS_PREAD64))}, 2331 "SYS_PREADV": {"untyped int", constant.MakeInt64(int64(q.SYS_PREADV))}, 2332 "SYS_PREADV2": {"untyped int", constant.MakeInt64(int64(q.SYS_PREADV2))}, 2333 "SYS_PRLIMIT64": {"untyped int", constant.MakeInt64(int64(q.SYS_PRLIMIT64))}, 2334 "SYS_PROCESS_MADVISE": {"untyped int", constant.MakeInt64(int64(q.SYS_PROCESS_MADVISE))}, 2335 "SYS_PROCESS_MRELEASE": {"untyped int", constant.MakeInt64(int64(q.SYS_PROCESS_MRELEASE))}, 2336 "SYS_PROCESS_VM_READV": {"untyped int", constant.MakeInt64(int64(q.SYS_PROCESS_VM_READV))}, 2337 "SYS_PROCESS_VM_WRITEV": {"untyped int", constant.MakeInt64(int64(q.SYS_PROCESS_VM_WRITEV))}, 2338 "SYS_PSELECT6": {"untyped int", constant.MakeInt64(int64(q.SYS_PSELECT6))}, 2339 "SYS_PTRACE": {"untyped int", constant.MakeInt64(int64(q.SYS_PTRACE))}, 2340 "SYS_PWRITE64": {"untyped int", constant.MakeInt64(int64(q.SYS_PWRITE64))}, 2341 "SYS_PWRITEV": {"untyped int", constant.MakeInt64(int64(q.SYS_PWRITEV))}, 2342 "SYS_PWRITEV2": {"untyped int", constant.MakeInt64(int64(q.SYS_PWRITEV2))}, 2343 "SYS_QUOTACTL": {"untyped int", constant.MakeInt64(int64(q.SYS_QUOTACTL))}, 2344 "SYS_QUOTACTL_FD": {"untyped int", constant.MakeInt64(int64(q.SYS_QUOTACTL_FD))}, 2345 "SYS_READ": {"untyped int", constant.MakeInt64(int64(q.SYS_READ))}, 2346 "SYS_READAHEAD": {"untyped int", constant.MakeInt64(int64(q.SYS_READAHEAD))}, 2347 "SYS_READLINKAT": {"untyped int", constant.MakeInt64(int64(q.SYS_READLINKAT))}, 2348 "SYS_READV": {"untyped int", constant.MakeInt64(int64(q.SYS_READV))}, 2349 "SYS_REBOOT": {"untyped int", constant.MakeInt64(int64(q.SYS_REBOOT))}, 2350 "SYS_RECVFROM": {"untyped int", constant.MakeInt64(int64(q.SYS_RECVFROM))}, 2351 "SYS_RECVMMSG": {"untyped int", constant.MakeInt64(int64(q.SYS_RECVMMSG))}, 2352 "SYS_RECVMSG": {"untyped int", constant.MakeInt64(int64(q.SYS_RECVMSG))}, 2353 "SYS_REMAP_FILE_PAGES": {"untyped int", constant.MakeInt64(int64(q.SYS_REMAP_FILE_PAGES))}, 2354 "SYS_REMOVEXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_REMOVEXATTR))}, 2355 "SYS_RENAMEAT2": {"untyped int", constant.MakeInt64(int64(q.SYS_RENAMEAT2))}, 2356 "SYS_REQUEST_KEY": {"untyped int", constant.MakeInt64(int64(q.SYS_REQUEST_KEY))}, 2357 "SYS_RESTART_SYSCALL": {"untyped int", constant.MakeInt64(int64(q.SYS_RESTART_SYSCALL))}, 2358 "SYS_RSEQ": {"untyped int", constant.MakeInt64(int64(q.SYS_RSEQ))}, 2359 "SYS_RT_SIGACTION": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGACTION))}, 2360 "SYS_RT_SIGPENDING": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGPENDING))}, 2361 "SYS_RT_SIGPROCMASK": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGPROCMASK))}, 2362 "SYS_RT_SIGQUEUEINFO": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGQUEUEINFO))}, 2363 "SYS_RT_SIGRETURN": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGRETURN))}, 2364 "SYS_RT_SIGSUSPEND": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGSUSPEND))}, 2365 "SYS_RT_SIGTIMEDWAIT": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGTIMEDWAIT))}, 2366 "SYS_RT_TGSIGQUEUEINFO": {"untyped int", constant.MakeInt64(int64(q.SYS_RT_TGSIGQUEUEINFO))}, 2367 "SYS_SCHED_GETAFFINITY": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETAFFINITY))}, 2368 "SYS_SCHED_GETATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETATTR))}, 2369 "SYS_SCHED_GETPARAM": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETPARAM))}, 2370 "SYS_SCHED_GETSCHEDULER": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETSCHEDULER))}, 2371 "SYS_SCHED_GET_PRIORITY_MAX": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GET_PRIORITY_MAX))}, 2372 "SYS_SCHED_GET_PRIORITY_MIN": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GET_PRIORITY_MIN))}, 2373 "SYS_SCHED_RR_GET_INTERVAL": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_RR_GET_INTERVAL))}, 2374 "SYS_SCHED_SETAFFINITY": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETAFFINITY))}, 2375 "SYS_SCHED_SETATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETATTR))}, 2376 "SYS_SCHED_SETPARAM": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETPARAM))}, 2377 "SYS_SCHED_SETSCHEDULER": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETSCHEDULER))}, 2378 "SYS_SCHED_YIELD": {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_YIELD))}, 2379 "SYS_SECCOMP": {"untyped int", constant.MakeInt64(int64(q.SYS_SECCOMP))}, 2380 "SYS_SEMCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_SEMCTL))}, 2381 "SYS_SEMGET": {"untyped int", constant.MakeInt64(int64(q.SYS_SEMGET))}, 2382 "SYS_SEMOP": {"untyped int", constant.MakeInt64(int64(q.SYS_SEMOP))}, 2383 "SYS_SEMTIMEDOP": {"untyped int", constant.MakeInt64(int64(q.SYS_SEMTIMEDOP))}, 2384 "SYS_SENDFILE": {"untyped int", constant.MakeInt64(int64(q.SYS_SENDFILE))}, 2385 "SYS_SENDMMSG": {"untyped int", constant.MakeInt64(int64(q.SYS_SENDMMSG))}, 2386 "SYS_SENDMSG": {"untyped int", constant.MakeInt64(int64(q.SYS_SENDMSG))}, 2387 "SYS_SENDTO": {"untyped int", constant.MakeInt64(int64(q.SYS_SENDTO))}, 2388 "SYS_SETDOMAINNAME": {"untyped int", constant.MakeInt64(int64(q.SYS_SETDOMAINNAME))}, 2389 "SYS_SETFSGID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETFSGID))}, 2390 "SYS_SETFSUID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETFSUID))}, 2391 "SYS_SETGID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETGID))}, 2392 "SYS_SETGROUPS": {"untyped int", constant.MakeInt64(int64(q.SYS_SETGROUPS))}, 2393 "SYS_SETHOSTNAME": {"untyped int", constant.MakeInt64(int64(q.SYS_SETHOSTNAME))}, 2394 "SYS_SETITIMER": {"untyped int", constant.MakeInt64(int64(q.SYS_SETITIMER))}, 2395 "SYS_SETNS": {"untyped int", constant.MakeInt64(int64(q.SYS_SETNS))}, 2396 "SYS_SETPGID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETPGID))}, 2397 "SYS_SETPRIORITY": {"untyped int", constant.MakeInt64(int64(q.SYS_SETPRIORITY))}, 2398 "SYS_SETREGID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETREGID))}, 2399 "SYS_SETRESGID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETRESGID))}, 2400 "SYS_SETRESUID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETRESUID))}, 2401 "SYS_SETREUID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETREUID))}, 2402 "SYS_SETSID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETSID))}, 2403 "SYS_SETSOCKOPT": {"untyped int", constant.MakeInt64(int64(q.SYS_SETSOCKOPT))}, 2404 "SYS_SETTIMEOFDAY": {"untyped int", constant.MakeInt64(int64(q.SYS_SETTIMEOFDAY))}, 2405 "SYS_SETUID": {"untyped int", constant.MakeInt64(int64(q.SYS_SETUID))}, 2406 "SYS_SETXATTR": {"untyped int", constant.MakeInt64(int64(q.SYS_SETXATTR))}, 2407 "SYS_SET_MEMPOLICY": {"untyped int", constant.MakeInt64(int64(q.SYS_SET_MEMPOLICY))}, 2408 "SYS_SET_MEMPOLICY_HOME_NODE": {"untyped int", constant.MakeInt64(int64(q.SYS_SET_MEMPOLICY_HOME_NODE))}, 2409 "SYS_SET_ROBUST_LIST": {"untyped int", constant.MakeInt64(int64(q.SYS_SET_ROBUST_LIST))}, 2410 "SYS_SET_TID_ADDRESS": {"untyped int", constant.MakeInt64(int64(q.SYS_SET_TID_ADDRESS))}, 2411 "SYS_SHMAT": {"untyped int", constant.MakeInt64(int64(q.SYS_SHMAT))}, 2412 "SYS_SHMCTL": {"untyped int", constant.MakeInt64(int64(q.SYS_SHMCTL))}, 2413 "SYS_SHMDT": {"untyped int", constant.MakeInt64(int64(q.SYS_SHMDT))}, 2414 "SYS_SHMGET": {"untyped int", constant.MakeInt64(int64(q.SYS_SHMGET))}, 2415 "SYS_SHUTDOWN": {"untyped int", constant.MakeInt64(int64(q.SYS_SHUTDOWN))}, 2416 "SYS_SIGALTSTACK": {"untyped int", constant.MakeInt64(int64(q.SYS_SIGALTSTACK))}, 2417 "SYS_SIGNALFD4": {"untyped int", constant.MakeInt64(int64(q.SYS_SIGNALFD4))}, 2418 "SYS_SOCKET": {"untyped int", constant.MakeInt64(int64(q.SYS_SOCKET))}, 2419 "SYS_SOCKETPAIR": {"untyped int", constant.MakeInt64(int64(q.SYS_SOCKETPAIR))}, 2420 "SYS_SPLICE": {"untyped int", constant.MakeInt64(int64(q.SYS_SPLICE))}, 2421 "SYS_STATFS": {"untyped int", constant.MakeInt64(int64(q.SYS_STATFS))}, 2422 "SYS_STATX": {"untyped int", constant.MakeInt64(int64(q.SYS_STATX))}, 2423 "SYS_SWAPOFF": {"untyped int", constant.MakeInt64(int64(q.SYS_SWAPOFF))}, 2424 "SYS_SWAPON": {"untyped int", constant.MakeInt64(int64(q.SYS_SWAPON))}, 2425 "SYS_SYMLINKAT": {"untyped int", constant.MakeInt64(int64(q.SYS_SYMLINKAT))}, 2426 "SYS_SYNC": {"untyped int", constant.MakeInt64(int64(q.SYS_SYNC))}, 2427 "SYS_SYNCFS": {"untyped int", constant.MakeInt64(int64(q.SYS_SYNCFS))}, 2428 "SYS_SYNC_FILE_RANGE": {"untyped int", constant.MakeInt64(int64(q.SYS_SYNC_FILE_RANGE))}, 2429 "SYS_SYSINFO": {"untyped int", constant.MakeInt64(int64(q.SYS_SYSINFO))}, 2430 "SYS_SYSLOG": {"untyped int", constant.MakeInt64(int64(q.SYS_SYSLOG))}, 2431 "SYS_TEE": {"untyped int", constant.MakeInt64(int64(q.SYS_TEE))}, 2432 "SYS_TGKILL": {"untyped int", constant.MakeInt64(int64(q.SYS_TGKILL))}, 2433 "SYS_TIMERFD_CREATE": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMERFD_CREATE))}, 2434 "SYS_TIMERFD_GETTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMERFD_GETTIME))}, 2435 "SYS_TIMERFD_SETTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMERFD_SETTIME))}, 2436 "SYS_TIMER_CREATE": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_CREATE))}, 2437 "SYS_TIMER_DELETE": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_DELETE))}, 2438 "SYS_TIMER_GETOVERRUN": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_GETOVERRUN))}, 2439 "SYS_TIMER_GETTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_GETTIME))}, 2440 "SYS_TIMER_SETTIME": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_SETTIME))}, 2441 "SYS_TIMES": {"untyped int", constant.MakeInt64(int64(q.SYS_TIMES))}, 2442 "SYS_TKILL": {"untyped int", constant.MakeInt64(int64(q.SYS_TKILL))}, 2443 "SYS_TRUNCATE": {"untyped int", constant.MakeInt64(int64(q.SYS_TRUNCATE))}, 2444 "SYS_UMASK": {"untyped int", constant.MakeInt64(int64(q.SYS_UMASK))}, 2445 "SYS_UMOUNT2": {"untyped int", constant.MakeInt64(int64(q.SYS_UMOUNT2))}, 2446 "SYS_UNAME": {"untyped int", constant.MakeInt64(int64(q.SYS_UNAME))}, 2447 "SYS_UNLINKAT": {"untyped int", constant.MakeInt64(int64(q.SYS_UNLINKAT))}, 2448 "SYS_UNSHARE": {"untyped int", constant.MakeInt64(int64(q.SYS_UNSHARE))}, 2449 "SYS_USERFAULTFD": {"untyped int", constant.MakeInt64(int64(q.SYS_USERFAULTFD))}, 2450 "SYS_UTIMENSAT": {"untyped int", constant.MakeInt64(int64(q.SYS_UTIMENSAT))}, 2451 "SYS_VHANGUP": {"untyped int", constant.MakeInt64(int64(q.SYS_VHANGUP))}, 2452 "SYS_VMSPLICE": {"untyped int", constant.MakeInt64(int64(q.SYS_VMSPLICE))}, 2453 "SYS_WAIT4": {"untyped int", constant.MakeInt64(int64(q.SYS_WAIT4))}, 2454 "SYS_WAITID": {"untyped int", constant.MakeInt64(int64(q.SYS_WAITID))}, 2455 "SYS_WRITE": {"untyped int", constant.MakeInt64(int64(q.SYS_WRITE))}, 2456 "SYS_WRITEV": {"untyped int", constant.MakeInt64(int64(q.SYS_WRITEV))}, 2457 "S_BLKSIZE": {"untyped int", constant.MakeInt64(int64(q.S_BLKSIZE))}, 2458 "S_IEXEC": {"untyped int", constant.MakeInt64(int64(q.S_IEXEC))}, 2459 "S_IFBLK": {"untyped int", constant.MakeInt64(int64(q.S_IFBLK))}, 2460 "S_IFCHR": {"untyped int", constant.MakeInt64(int64(q.S_IFCHR))}, 2461 "S_IFDIR": {"untyped int", constant.MakeInt64(int64(q.S_IFDIR))}, 2462 "S_IFIFO": {"untyped int", constant.MakeInt64(int64(q.S_IFIFO))}, 2463 "S_IFLNK": {"untyped int", constant.MakeInt64(int64(q.S_IFLNK))}, 2464 "S_IFMT": {"untyped int", constant.MakeInt64(int64(q.S_IFMT))}, 2465 "S_IFREG": {"untyped int", constant.MakeInt64(int64(q.S_IFREG))}, 2466 "S_IFSOCK": {"untyped int", constant.MakeInt64(int64(q.S_IFSOCK))}, 2467 "S_IREAD": {"untyped int", constant.MakeInt64(int64(q.S_IREAD))}, 2468 "S_IRGRP": {"untyped int", constant.MakeInt64(int64(q.S_IRGRP))}, 2469 "S_IROTH": {"untyped int", constant.MakeInt64(int64(q.S_IROTH))}, 2470 "S_IRUSR": {"untyped int", constant.MakeInt64(int64(q.S_IRUSR))}, 2471 "S_IRWXG": {"untyped int", constant.MakeInt64(int64(q.S_IRWXG))}, 2472 "S_IRWXO": {"untyped int", constant.MakeInt64(int64(q.S_IRWXO))}, 2473 "S_IRWXU": {"untyped int", constant.MakeInt64(int64(q.S_IRWXU))}, 2474 "S_ISGID": {"untyped int", constant.MakeInt64(int64(q.S_ISGID))}, 2475 "S_ISUID": {"untyped int", constant.MakeInt64(int64(q.S_ISUID))}, 2476 "S_ISVTX": {"untyped int", constant.MakeInt64(int64(q.S_ISVTX))}, 2477 "S_IWGRP": {"untyped int", constant.MakeInt64(int64(q.S_IWGRP))}, 2478 "S_IWOTH": {"untyped int", constant.MakeInt64(int64(q.S_IWOTH))}, 2479 "S_IWRITE": {"untyped int", constant.MakeInt64(int64(q.S_IWRITE))}, 2480 "S_IWUSR": {"untyped int", constant.MakeInt64(int64(q.S_IWUSR))}, 2481 "S_IXGRP": {"untyped int", constant.MakeInt64(int64(q.S_IXGRP))}, 2482 "S_IXOTH": {"untyped int", constant.MakeInt64(int64(q.S_IXOTH))}, 2483 "S_IXUSR": {"untyped int", constant.MakeInt64(int64(q.S_IXUSR))}, 2484 "SizeofCmsghdr": {"untyped int", constant.MakeInt64(int64(q.SizeofCmsghdr))}, 2485 "SizeofICMPv6Filter": {"untyped int", constant.MakeInt64(int64(q.SizeofICMPv6Filter))}, 2486 "SizeofIPMreq": {"untyped int", constant.MakeInt64(int64(q.SizeofIPMreq))}, 2487 "SizeofIPMreqn": {"untyped int", constant.MakeInt64(int64(q.SizeofIPMreqn))}, 2488 "SizeofIPv6MTUInfo": {"untyped int", constant.MakeInt64(int64(q.SizeofIPv6MTUInfo))}, 2489 "SizeofIPv6Mreq": {"untyped int", constant.MakeInt64(int64(q.SizeofIPv6Mreq))}, 2490 "SizeofIfAddrmsg": {"untyped int", constant.MakeInt64(int64(q.SizeofIfAddrmsg))}, 2491 "SizeofIfInfomsg": {"untyped int", constant.MakeInt64(int64(q.SizeofIfInfomsg))}, 2492 "SizeofInet4Pktinfo": {"untyped int", constant.MakeInt64(int64(q.SizeofInet4Pktinfo))}, 2493 "SizeofInet6Pktinfo": {"untyped int", constant.MakeInt64(int64(q.SizeofInet6Pktinfo))}, 2494 "SizeofInotifyEvent": {"untyped int", constant.MakeInt64(int64(q.SizeofInotifyEvent))}, 2495 "SizeofLinger": {"untyped int", constant.MakeInt64(int64(q.SizeofLinger))}, 2496 "SizeofMsghdr": {"untyped int", constant.MakeInt64(int64(q.SizeofMsghdr))}, 2497 "SizeofNlAttr": {"untyped int", constant.MakeInt64(int64(q.SizeofNlAttr))}, 2498 "SizeofNlMsgerr": {"untyped int", constant.MakeInt64(int64(q.SizeofNlMsgerr))}, 2499 "SizeofNlMsghdr": {"untyped int", constant.MakeInt64(int64(q.SizeofNlMsghdr))}, 2500 "SizeofRtAttr": {"untyped int", constant.MakeInt64(int64(q.SizeofRtAttr))}, 2501 "SizeofRtGenmsg": {"untyped int", constant.MakeInt64(int64(q.SizeofRtGenmsg))}, 2502 "SizeofRtMsg": {"untyped int", constant.MakeInt64(int64(q.SizeofRtMsg))}, 2503 "SizeofRtNexthop": {"untyped int", constant.MakeInt64(int64(q.SizeofRtNexthop))}, 2504 "SizeofSockFilter": {"untyped int", constant.MakeInt64(int64(q.SizeofSockFilter))}, 2505 "SizeofSockFprog": {"untyped int", constant.MakeInt64(int64(q.SizeofSockFprog))}, 2506 "SizeofSockaddrAny": {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrAny))}, 2507 "SizeofSockaddrInet4": {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrInet4))}, 2508 "SizeofSockaddrInet6": {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrInet6))}, 2509 "SizeofSockaddrLinklayer": {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrLinklayer))}, 2510 "SizeofSockaddrNetlink": {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrNetlink))}, 2511 "SizeofSockaddrUnix": {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrUnix))}, 2512 "SizeofTCPInfo": {"untyped int", constant.MakeInt64(int64(q.SizeofTCPInfo))}, 2513 "SizeofUcred": {"untyped int", constant.MakeInt64(int64(q.SizeofUcred))}, 2514 "TCFLSH": {"untyped int", constant.MakeInt64(int64(q.TCFLSH))}, 2515 "TCGETS": {"untyped int", constant.MakeInt64(int64(q.TCGETS))}, 2516 "TCIFLUSH": {"untyped int", constant.MakeInt64(int64(q.TCIFLUSH))}, 2517 "TCIOFLUSH": {"untyped int", constant.MakeInt64(int64(q.TCIOFLUSH))}, 2518 "TCOFLUSH": {"untyped int", constant.MakeInt64(int64(q.TCOFLUSH))}, 2519 "TCP_CC_INFO": {"untyped int", constant.MakeInt64(int64(q.TCP_CC_INFO))}, 2520 "TCP_CM_INQ": {"untyped int", constant.MakeInt64(int64(q.TCP_CM_INQ))}, 2521 "TCP_CONGESTION": {"untyped int", constant.MakeInt64(int64(q.TCP_CONGESTION))}, 2522 "TCP_COOKIE_IN_ALWAYS": {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_IN_ALWAYS))}, 2523 "TCP_COOKIE_MAX": {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_MAX))}, 2524 "TCP_COOKIE_MIN": {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_MIN))}, 2525 "TCP_COOKIE_OUT_NEVER": {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_OUT_NEVER))}, 2526 "TCP_COOKIE_PAIR_SIZE": {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_PAIR_SIZE))}, 2527 "TCP_COOKIE_TRANSACTIONS": {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_TRANSACTIONS))}, 2528 "TCP_CORK": {"untyped int", constant.MakeInt64(int64(q.TCP_CORK))}, 2529 "TCP_DEFER_ACCEPT": {"untyped int", constant.MakeInt64(int64(q.TCP_DEFER_ACCEPT))}, 2530 "TCP_FASTOPEN": {"untyped int", constant.MakeInt64(int64(q.TCP_FASTOPEN))}, 2531 "TCP_FASTOPEN_CONNECT": {"untyped int", constant.MakeInt64(int64(q.TCP_FASTOPEN_CONNECT))}, 2532 "TCP_FASTOPEN_KEY": {"untyped int", constant.MakeInt64(int64(q.TCP_FASTOPEN_KEY))}, 2533 "TCP_FASTOPEN_NO_COOKIE": {"untyped int", constant.MakeInt64(int64(q.TCP_FASTOPEN_NO_COOKIE))}, 2534 "TCP_INFO": {"untyped int", constant.MakeInt64(int64(q.TCP_INFO))}, 2535 "TCP_INQ": {"untyped int", constant.MakeInt64(int64(q.TCP_INQ))}, 2536 "TCP_KEEPCNT": {"untyped int", constant.MakeInt64(int64(q.TCP_KEEPCNT))}, 2537 "TCP_KEEPIDLE": {"untyped int", constant.MakeInt64(int64(q.TCP_KEEPIDLE))}, 2538 "TCP_KEEPINTVL": {"untyped int", constant.MakeInt64(int64(q.TCP_KEEPINTVL))}, 2539 "TCP_LINGER2": {"untyped int", constant.MakeInt64(int64(q.TCP_LINGER2))}, 2540 "TCP_MAXSEG": {"untyped int", constant.MakeInt64(int64(q.TCP_MAXSEG))}, 2541 "TCP_MAXWIN": {"untyped int", constant.MakeInt64(int64(q.TCP_MAXWIN))}, 2542 "TCP_MAX_WINSHIFT": {"untyped int", constant.MakeInt64(int64(q.TCP_MAX_WINSHIFT))}, 2543 "TCP_MD5SIG": {"untyped int", constant.MakeInt64(int64(q.TCP_MD5SIG))}, 2544 "TCP_MD5SIG_EXT": {"untyped int", constant.MakeInt64(int64(q.TCP_MD5SIG_EXT))}, 2545 "TCP_MD5SIG_FLAG_PREFIX": {"untyped int", constant.MakeInt64(int64(q.TCP_MD5SIG_FLAG_PREFIX))}, 2546 "TCP_MD5SIG_MAXKEYLEN": {"untyped int", constant.MakeInt64(int64(q.TCP_MD5SIG_MAXKEYLEN))}, 2547 "TCP_MSS": {"untyped int", constant.MakeInt64(int64(q.TCP_MSS))}, 2548 "TCP_MSS_DEFAULT": {"untyped int", constant.MakeInt64(int64(q.TCP_MSS_DEFAULT))}, 2549 "TCP_MSS_DESIRED": {"untyped int", constant.MakeInt64(int64(q.TCP_MSS_DESIRED))}, 2550 "TCP_NODELAY": {"untyped int", constant.MakeInt64(int64(q.TCP_NODELAY))}, 2551 "TCP_NOTSENT_LOWAT": {"untyped int", constant.MakeInt64(int64(q.TCP_NOTSENT_LOWAT))}, 2552 "TCP_QUEUE_SEQ": {"untyped int", constant.MakeInt64(int64(q.TCP_QUEUE_SEQ))}, 2553 "TCP_QUICKACK": {"untyped int", constant.MakeInt64(int64(q.TCP_QUICKACK))}, 2554 "TCP_REPAIR": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR))}, 2555 "TCP_REPAIR_OFF": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_OFF))}, 2556 "TCP_REPAIR_OFF_NO_WP": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_OFF_NO_WP))}, 2557 "TCP_REPAIR_ON": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_ON))}, 2558 "TCP_REPAIR_OPTIONS": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_OPTIONS))}, 2559 "TCP_REPAIR_QUEUE": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_QUEUE))}, 2560 "TCP_REPAIR_WINDOW": {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_WINDOW))}, 2561 "TCP_SAVED_SYN": {"untyped int", constant.MakeInt64(int64(q.TCP_SAVED_SYN))}, 2562 "TCP_SAVE_SYN": {"untyped int", constant.MakeInt64(int64(q.TCP_SAVE_SYN))}, 2563 "TCP_SYNCNT": {"untyped int", constant.MakeInt64(int64(q.TCP_SYNCNT))}, 2564 "TCP_S_DATA_IN": {"untyped int", constant.MakeInt64(int64(q.TCP_S_DATA_IN))}, 2565 "TCP_S_DATA_OUT": {"untyped int", constant.MakeInt64(int64(q.TCP_S_DATA_OUT))}, 2566 "TCP_THIN_DUPACK": {"untyped int", constant.MakeInt64(int64(q.TCP_THIN_DUPACK))}, 2567 "TCP_THIN_LINEAR_TIMEOUTS": {"untyped int", constant.MakeInt64(int64(q.TCP_THIN_LINEAR_TIMEOUTS))}, 2568 "TCP_TIMESTAMP": {"untyped int", constant.MakeInt64(int64(q.TCP_TIMESTAMP))}, 2569 "TCP_TX_DELAY": {"untyped int", constant.MakeInt64(int64(q.TCP_TX_DELAY))}, 2570 "TCP_ULP": {"untyped int", constant.MakeInt64(int64(q.TCP_ULP))}, 2571 "TCP_USER_TIMEOUT": {"untyped int", constant.MakeInt64(int64(q.TCP_USER_TIMEOUT))}, 2572 "TCP_WINDOW_CLAMP": {"untyped int", constant.MakeInt64(int64(q.TCP_WINDOW_CLAMP))}, 2573 "TCP_ZEROCOPY_RECEIVE": {"untyped int", constant.MakeInt64(int64(q.TCP_ZEROCOPY_RECEIVE))}, 2574 "TCSAFLUSH": {"untyped int", constant.MakeInt64(int64(q.TCSAFLUSH))}, 2575 "TCSETS": {"untyped int", constant.MakeInt64(int64(q.TCSETS))}, 2576 "TIOCCBRK": {"untyped int", constant.MakeInt64(int64(q.TIOCCBRK))}, 2577 "TIOCCONS": {"untyped int", constant.MakeInt64(int64(q.TIOCCONS))}, 2578 "TIOCEXCL": {"untyped int", constant.MakeInt64(int64(q.TIOCEXCL))}, 2579 "TIOCGDEV": {"untyped int", constant.MakeInt64(int64(q.TIOCGDEV))}, 2580 "TIOCGETD": {"untyped int", constant.MakeInt64(int64(q.TIOCGETD))}, 2581 "TIOCGEXCL": {"untyped int", constant.MakeInt64(int64(q.TIOCGEXCL))}, 2582 "TIOCGICOUNT": {"untyped int", constant.MakeInt64(int64(q.TIOCGICOUNT))}, 2583 "TIOCGISO7816": {"untyped int", constant.MakeInt64(int64(q.TIOCGISO7816))}, 2584 "TIOCGLCKTRMIOS": {"untyped int", constant.MakeInt64(int64(q.TIOCGLCKTRMIOS))}, 2585 "TIOCGPGRP": {"untyped int", constant.MakeInt64(int64(q.TIOCGPGRP))}, 2586 "TIOCGPKT": {"untyped int", constant.MakeInt64(int64(q.TIOCGPKT))}, 2587 "TIOCGPTLCK": {"untyped int", constant.MakeInt64(int64(q.TIOCGPTLCK))}, 2588 "TIOCGPTN": {"untyped int", constant.MakeInt64(int64(q.TIOCGPTN))}, 2589 "TIOCGPTPEER": {"untyped int", constant.MakeInt64(int64(q.TIOCGPTPEER))}, 2590 "TIOCGRS485": {"untyped int", constant.MakeInt64(int64(q.TIOCGRS485))}, 2591 "TIOCGSERIAL": {"untyped int", constant.MakeInt64(int64(q.TIOCGSERIAL))}, 2592 "TIOCGSID": {"untyped int", constant.MakeInt64(int64(q.TIOCGSID))}, 2593 "TIOCGSOFTCAR": {"untyped int", constant.MakeInt64(int64(q.TIOCGSOFTCAR))}, 2594 "TIOCGWINSZ": {"untyped int", constant.MakeInt64(int64(q.TIOCGWINSZ))}, 2595 "TIOCINQ": {"untyped int", constant.MakeInt64(int64(q.TIOCINQ))}, 2596 "TIOCLINUX": {"untyped int", constant.MakeInt64(int64(q.TIOCLINUX))}, 2597 "TIOCMBIC": {"untyped int", constant.MakeInt64(int64(q.TIOCMBIC))}, 2598 "TIOCMBIS": {"untyped int", constant.MakeInt64(int64(q.TIOCMBIS))}, 2599 "TIOCMGET": {"untyped int", constant.MakeInt64(int64(q.TIOCMGET))}, 2600 "TIOCMIWAIT": {"untyped int", constant.MakeInt64(int64(q.TIOCMIWAIT))}, 2601 "TIOCMSET": {"untyped int", constant.MakeInt64(int64(q.TIOCMSET))}, 2602 "TIOCM_CAR": {"untyped int", constant.MakeInt64(int64(q.TIOCM_CAR))}, 2603 "TIOCM_CD": {"untyped int", constant.MakeInt64(int64(q.TIOCM_CD))}, 2604 "TIOCM_CTS": {"untyped int", constant.MakeInt64(int64(q.TIOCM_CTS))}, 2605 "TIOCM_DSR": {"untyped int", constant.MakeInt64(int64(q.TIOCM_DSR))}, 2606 "TIOCM_DTR": {"untyped int", constant.MakeInt64(int64(q.TIOCM_DTR))}, 2607 "TIOCM_LE": {"untyped int", constant.MakeInt64(int64(q.TIOCM_LE))}, 2608 "TIOCM_RI": {"untyped int", constant.MakeInt64(int64(q.TIOCM_RI))}, 2609 "TIOCM_RNG": {"untyped int", constant.MakeInt64(int64(q.TIOCM_RNG))}, 2610 "TIOCM_RTS": {"untyped int", constant.MakeInt64(int64(q.TIOCM_RTS))}, 2611 "TIOCM_SR": {"untyped int", constant.MakeInt64(int64(q.TIOCM_SR))}, 2612 "TIOCM_ST": {"untyped int", constant.MakeInt64(int64(q.TIOCM_ST))}, 2613 "TIOCNOTTY": {"untyped int", constant.MakeInt64(int64(q.TIOCNOTTY))}, 2614 "TIOCNXCL": {"untyped int", constant.MakeInt64(int64(q.TIOCNXCL))}, 2615 "TIOCOUTQ": {"untyped int", constant.MakeInt64(int64(q.TIOCOUTQ))}, 2616 "TIOCPKT": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT))}, 2617 "TIOCPKT_DATA": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_DATA))}, 2618 "TIOCPKT_DOSTOP": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_DOSTOP))}, 2619 "TIOCPKT_FLUSHREAD": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_FLUSHREAD))}, 2620 "TIOCPKT_FLUSHWRITE": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_FLUSHWRITE))}, 2621 "TIOCPKT_IOCTL": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_IOCTL))}, 2622 "TIOCPKT_NOSTOP": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_NOSTOP))}, 2623 "TIOCPKT_START": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_START))}, 2624 "TIOCPKT_STOP": {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_STOP))}, 2625 "TIOCSBRK": {"untyped int", constant.MakeInt64(int64(q.TIOCSBRK))}, 2626 "TIOCSCTTY": {"untyped int", constant.MakeInt64(int64(q.TIOCSCTTY))}, 2627 "TIOCSERCONFIG": {"untyped int", constant.MakeInt64(int64(q.TIOCSERCONFIG))}, 2628 "TIOCSERGETLSR": {"untyped int", constant.MakeInt64(int64(q.TIOCSERGETLSR))}, 2629 "TIOCSERGETMULTI": {"untyped int", constant.MakeInt64(int64(q.TIOCSERGETMULTI))}, 2630 "TIOCSERGSTRUCT": {"untyped int", constant.MakeInt64(int64(q.TIOCSERGSTRUCT))}, 2631 "TIOCSERGWILD": {"untyped int", constant.MakeInt64(int64(q.TIOCSERGWILD))}, 2632 "TIOCSERSETMULTI": {"untyped int", constant.MakeInt64(int64(q.TIOCSERSETMULTI))}, 2633 "TIOCSERSWILD": {"untyped int", constant.MakeInt64(int64(q.TIOCSERSWILD))}, 2634 "TIOCSER_TEMT": {"untyped int", constant.MakeInt64(int64(q.TIOCSER_TEMT))}, 2635 "TIOCSETD": {"untyped int", constant.MakeInt64(int64(q.TIOCSETD))}, 2636 "TIOCSIG": {"untyped int", constant.MakeInt64(int64(q.TIOCSIG))}, 2637 "TIOCSISO7816": {"untyped int", constant.MakeInt64(int64(q.TIOCSISO7816))}, 2638 "TIOCSLCKTRMIOS": {"untyped int", constant.MakeInt64(int64(q.TIOCSLCKTRMIOS))}, 2639 "TIOCSPGRP": {"untyped int", constant.MakeInt64(int64(q.TIOCSPGRP))}, 2640 "TIOCSPTLCK": {"untyped int", constant.MakeInt64(int64(q.TIOCSPTLCK))}, 2641 "TIOCSRS485": {"untyped int", constant.MakeInt64(int64(q.TIOCSRS485))}, 2642 "TIOCSSERIAL": {"untyped int", constant.MakeInt64(int64(q.TIOCSSERIAL))}, 2643 "TIOCSSOFTCAR": {"untyped int", constant.MakeInt64(int64(q.TIOCSSOFTCAR))}, 2644 "TIOCSTI": {"untyped int", constant.MakeInt64(int64(q.TIOCSTI))}, 2645 "TIOCSWINSZ": {"untyped int", constant.MakeInt64(int64(q.TIOCSWINSZ))}, 2646 "TIOCVHANGUP": {"untyped int", constant.MakeInt64(int64(q.TIOCVHANGUP))}, 2647 "TOSTOP": {"untyped int", constant.MakeInt64(int64(q.TOSTOP))}, 2648 "TUNATTACHFILTER": {"untyped int", constant.MakeInt64(int64(q.TUNATTACHFILTER))}, 2649 "TUNDETACHFILTER": {"untyped int", constant.MakeInt64(int64(q.TUNDETACHFILTER))}, 2650 "TUNGETDEVNETNS": {"untyped int", constant.MakeInt64(int64(q.TUNGETDEVNETNS))}, 2651 "TUNGETFEATURES": {"untyped int", constant.MakeInt64(int64(q.TUNGETFEATURES))}, 2652 "TUNGETFILTER": {"untyped int", constant.MakeInt64(int64(q.TUNGETFILTER))}, 2653 "TUNGETIFF": {"untyped int", constant.MakeInt64(int64(q.TUNGETIFF))}, 2654 "TUNGETSNDBUF": {"untyped int", constant.MakeInt64(int64(q.TUNGETSNDBUF))}, 2655 "TUNGETVNETBE": {"untyped int", constant.MakeInt64(int64(q.TUNGETVNETBE))}, 2656 "TUNGETVNETHDRSZ": {"untyped int", constant.MakeInt64(int64(q.TUNGETVNETHDRSZ))}, 2657 "TUNGETVNETLE": {"untyped int", constant.MakeInt64(int64(q.TUNGETVNETLE))}, 2658 "TUNSETCARRIER": {"untyped int", constant.MakeInt64(int64(q.TUNSETCARRIER))}, 2659 "TUNSETDEBUG": {"untyped int", constant.MakeInt64(int64(q.TUNSETDEBUG))}, 2660 "TUNSETFILTEREBPF": {"untyped int", constant.MakeInt64(int64(q.TUNSETFILTEREBPF))}, 2661 "TUNSETGROUP": {"untyped int", constant.MakeInt64(int64(q.TUNSETGROUP))}, 2662 "TUNSETIFF": {"untyped int", constant.MakeInt64(int64(q.TUNSETIFF))}, 2663 "TUNSETIFINDEX": {"untyped int", constant.MakeInt64(int64(q.TUNSETIFINDEX))}, 2664 "TUNSETLINK": {"untyped int", constant.MakeInt64(int64(q.TUNSETLINK))}, 2665 "TUNSETNOCSUM": {"untyped int", constant.MakeInt64(int64(q.TUNSETNOCSUM))}, 2666 "TUNSETOFFLOAD": {"untyped int", constant.MakeInt64(int64(q.TUNSETOFFLOAD))}, 2667 "TUNSETOWNER": {"untyped int", constant.MakeInt64(int64(q.TUNSETOWNER))}, 2668 "TUNSETPERSIST": {"untyped int", constant.MakeInt64(int64(q.TUNSETPERSIST))}, 2669 "TUNSETQUEUE": {"untyped int", constant.MakeInt64(int64(q.TUNSETQUEUE))}, 2670 "TUNSETSNDBUF": {"untyped int", constant.MakeInt64(int64(q.TUNSETSNDBUF))}, 2671 "TUNSETSTEERINGEBPF": {"untyped int", constant.MakeInt64(int64(q.TUNSETSTEERINGEBPF))}, 2672 "TUNSETTXFILTER": {"untyped int", constant.MakeInt64(int64(q.TUNSETTXFILTER))}, 2673 "TUNSETVNETBE": {"untyped int", constant.MakeInt64(int64(q.TUNSETVNETBE))}, 2674 "TUNSETVNETHDRSZ": {"untyped int", constant.MakeInt64(int64(q.TUNSETVNETHDRSZ))}, 2675 "TUNSETVNETLE": {"untyped int", constant.MakeInt64(int64(q.TUNSETVNETLE))}, 2676 "VDISCARD": {"untyped int", constant.MakeInt64(int64(q.VDISCARD))}, 2677 "VEOF": {"untyped int", constant.MakeInt64(int64(q.VEOF))}, 2678 "VEOL": {"untyped int", constant.MakeInt64(int64(q.VEOL))}, 2679 "VEOL2": {"untyped int", constant.MakeInt64(int64(q.VEOL2))}, 2680 "VERASE": {"untyped int", constant.MakeInt64(int64(q.VERASE))}, 2681 "VINTR": {"untyped int", constant.MakeInt64(int64(q.VINTR))}, 2682 "VKILL": {"untyped int", constant.MakeInt64(int64(q.VKILL))}, 2683 "VLNEXT": {"untyped int", constant.MakeInt64(int64(q.VLNEXT))}, 2684 "VMIN": {"untyped int", constant.MakeInt64(int64(q.VMIN))}, 2685 "VQUIT": {"untyped int", constant.MakeInt64(int64(q.VQUIT))}, 2686 "VREPRINT": {"untyped int", constant.MakeInt64(int64(q.VREPRINT))}, 2687 "VSTART": {"untyped int", constant.MakeInt64(int64(q.VSTART))}, 2688 "VSTOP": {"untyped int", constant.MakeInt64(int64(q.VSTOP))}, 2689 "VSUSP": {"untyped int", constant.MakeInt64(int64(q.VSUSP))}, 2690 "VSWTC": {"untyped int", constant.MakeInt64(int64(q.VSWTC))}, 2691 "VT0": {"untyped int", constant.MakeInt64(int64(q.VT0))}, 2692 "VT1": {"untyped int", constant.MakeInt64(int64(q.VT1))}, 2693 "VTDLY": {"untyped int", constant.MakeInt64(int64(q.VTDLY))}, 2694 "VTIME": {"untyped int", constant.MakeInt64(int64(q.VTIME))}, 2695 "VWERASE": {"untyped int", constant.MakeInt64(int64(q.VWERASE))}, 2696 "WALL": {"untyped int", constant.MakeInt64(int64(q.WALL))}, 2697 "WCLONE": {"untyped int", constant.MakeInt64(int64(q.WCLONE))}, 2698 "WCONTINUED": {"untyped int", constant.MakeInt64(int64(q.WCONTINUED))}, 2699 "WEXITED": {"untyped int", constant.MakeInt64(int64(q.WEXITED))}, 2700 "WNOHANG": {"untyped int", constant.MakeInt64(int64(q.WNOHANG))}, 2701 "WNOTHREAD": {"untyped int", constant.MakeInt64(int64(q.WNOTHREAD))}, 2702 "WNOWAIT": {"untyped int", constant.MakeInt64(int64(q.WNOWAIT))}, 2703 "WORDSIZE": {"untyped int", constant.MakeInt64(int64(q.WORDSIZE))}, 2704 "WSTOPPED": {"untyped int", constant.MakeInt64(int64(q.WSTOPPED))}, 2705 "WUNTRACED": {"untyped int", constant.MakeInt64(int64(q.WUNTRACED))}, 2706 "XCASE": {"untyped int", constant.MakeInt64(int64(q.XCASE))}, 2707 }, 2708 }) 2709 }