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