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