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