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