github.com/traefik/yaegi@v0.15.1/stdlib/syscall/go1_20_syscall_netbsd_arm.go (about) 1 // Code generated by 'yaegi extract syscall'. DO NOT EDIT. 2 3 //go:build go1.20 4 // +build go1.20 5 6 package syscall 7 8 import ( 9 "go/constant" 10 "go/token" 11 "reflect" 12 "syscall" 13 ) 14 15 func init() { 16 Symbols["syscall/syscall"] = map[string]reflect.Value{ 17 // function, constant and variable definitions 18 "AF_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 19 "AF_ARP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 20 "AF_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 21 "AF_CCITT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 22 "AF_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 23 "AF_CNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 24 "AF_COIP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 25 "AF_DATAKIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 26 "AF_DECnet": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 27 "AF_DLI": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 28 "AF_E164": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 29 "AF_ECMA": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 30 "AF_HYLINK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 31 "AF_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 32 "AF_IMPLINK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 33 "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 34 "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 35 "AF_IPX": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 36 "AF_ISDN": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 37 "AF_ISO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 38 "AF_LAT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 39 "AF_LINK": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 40 "AF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 41 "AF_MAX": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 42 "AF_MPLS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 43 "AF_NATM": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 44 "AF_NS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 45 "AF_OROUTE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 46 "AF_OSI": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 47 "AF_PUP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 48 "AF_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 49 "AF_SNA": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 50 "AF_UNIX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 51 "AF_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 52 "ARPHRD_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 53 "ARPHRD_ETHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 54 "ARPHRD_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 55 "ARPHRD_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 56 "ARPHRD_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 57 "ARPHRD_STRIP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 58 "Accept": reflect.ValueOf(syscall.Accept), 59 "Accept4": reflect.ValueOf(syscall.Accept4), 60 "Access": reflect.ValueOf(syscall.Access), 61 "Adjtime": reflect.ValueOf(syscall.Adjtime), 62 "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 63 "B110": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), 64 "B115200": reflect.ValueOf(constant.MakeFromLiteral("115200", token.INT, 0)), 65 "B1200": reflect.ValueOf(constant.MakeFromLiteral("1200", token.INT, 0)), 66 "B134": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 67 "B14400": reflect.ValueOf(constant.MakeFromLiteral("14400", token.INT, 0)), 68 "B150": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), 69 "B1800": reflect.ValueOf(constant.MakeFromLiteral("1800", token.INT, 0)), 70 "B19200": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), 71 "B200": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 72 "B230400": reflect.ValueOf(constant.MakeFromLiteral("230400", token.INT, 0)), 73 "B2400": reflect.ValueOf(constant.MakeFromLiteral("2400", token.INT, 0)), 74 "B28800": reflect.ValueOf(constant.MakeFromLiteral("28800", token.INT, 0)), 75 "B300": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), 76 "B38400": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), 77 "B460800": reflect.ValueOf(constant.MakeFromLiteral("460800", token.INT, 0)), 78 "B4800": reflect.ValueOf(constant.MakeFromLiteral("4800", token.INT, 0)), 79 "B50": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 80 "B57600": reflect.ValueOf(constant.MakeFromLiteral("57600", token.INT, 0)), 81 "B600": reflect.ValueOf(constant.MakeFromLiteral("600", token.INT, 0)), 82 "B7200": reflect.ValueOf(constant.MakeFromLiteral("7200", token.INT, 0)), 83 "B75": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 84 "B76800": reflect.ValueOf(constant.MakeFromLiteral("76800", token.INT, 0)), 85 "B921600": reflect.ValueOf(constant.MakeFromLiteral("921600", token.INT, 0)), 86 "B9600": reflect.ValueOf(constant.MakeFromLiteral("9600", token.INT, 0)), 87 "BIOCFEEDBACK": reflect.ValueOf(constant.MakeFromLiteral("2147762813", token.INT, 0)), 88 "BIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536887912", token.INT, 0)), 89 "BIOCGBLEN": reflect.ValueOf(constant.MakeFromLiteral("1074020966", token.INT, 0)), 90 "BIOCGDLT": reflect.ValueOf(constant.MakeFromLiteral("1074020970", token.INT, 0)), 91 "BIOCGDLTLIST": reflect.ValueOf(constant.MakeFromLiteral("3221766775", token.INT, 0)), 92 "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1083196011", token.INT, 0)), 93 "BIOCGFEEDBACK": reflect.ValueOf(constant.MakeFromLiteral("1074020988", token.INT, 0)), 94 "BIOCGHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("1074020980", token.INT, 0)), 95 "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074545275", token.INT, 0)), 96 "BIOCGSEESENT": reflect.ValueOf(constant.MakeFromLiteral("1074020984", token.INT, 0)), 97 "BIOCGSTATS": reflect.ValueOf(constant.MakeFromLiteral("1082147439", token.INT, 0)), 98 "BIOCGSTATSOLD": reflect.ValueOf(constant.MakeFromLiteral("1074283119", token.INT, 0)), 99 "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), 100 "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), 101 "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), 102 "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762806", token.INT, 0)), 103 "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148024935", token.INT, 0)), 104 "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2156937836", token.INT, 0)), 105 "BIOCSFEEDBACK": reflect.ValueOf(constant.MakeFromLiteral("2147762813", token.INT, 0)), 106 "BIOCSHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("2147762805", token.INT, 0)), 107 "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148287098", token.INT, 0)), 108 "BIOCSSEESENT": reflect.ValueOf(constant.MakeFromLiteral("2147762809", token.INT, 0)), 109 "BIOCSTCPF": reflect.ValueOf(constant.MakeFromLiteral("2148024946", token.INT, 0)), 110 "BIOCSUDPF": reflect.ValueOf(constant.MakeFromLiteral("2148024947", token.INT, 0)), 111 "BIOCVERSION": reflect.ValueOf(constant.MakeFromLiteral("1074020977", token.INT, 0)), 112 "BPF_A": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 113 "BPF_ABS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 114 "BPF_ADD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 115 "BPF_ALIGNMENT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 116 "BPF_ALIGNMENT32": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 117 "BPF_ALU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 118 "BPF_AND": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 119 "BPF_B": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 120 "BPF_DFLTBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), 121 "BPF_DIV": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 122 "BPF_H": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 123 "BPF_IMM": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 124 "BPF_IND": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 125 "BPF_JA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 126 "BPF_JEQ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 127 "BPF_JGE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 128 "BPF_JGT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 129 "BPF_JMP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 130 "BPF_JSET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 131 "BPF_K": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 132 "BPF_LD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 133 "BPF_LDX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 134 "BPF_LEN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 135 "BPF_LSH": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 136 "BPF_MAJOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 137 "BPF_MAXBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 138 "BPF_MAXINSNS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 139 "BPF_MEM": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 140 "BPF_MEMWORDS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 141 "BPF_MINBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 142 "BPF_MINOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 143 "BPF_MISC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 144 "BPF_MSH": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), 145 "BPF_MUL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 146 "BPF_NEG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 147 "BPF_OR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 148 "BPF_RELEASE": reflect.ValueOf(constant.MakeFromLiteral("199606", token.INT, 0)), 149 "BPF_RET": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 150 "BPF_RSH": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 151 "BPF_ST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 152 "BPF_STX": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 153 "BPF_SUB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 154 "BPF_TAX": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 155 "BPF_TXA": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 156 "BPF_W": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 157 "BPF_X": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 158 "BRKINT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 159 "Bind": reflect.ValueOf(syscall.Bind), 160 "BpfBuflen": reflect.ValueOf(syscall.BpfBuflen), 161 "BpfDatalink": reflect.ValueOf(syscall.BpfDatalink), 162 "BpfHeadercmpl": reflect.ValueOf(syscall.BpfHeadercmpl), 163 "BpfInterface": reflect.ValueOf(syscall.BpfInterface), 164 "BpfJump": reflect.ValueOf(syscall.BpfJump), 165 "BpfStats": reflect.ValueOf(syscall.BpfStats), 166 "BpfStmt": reflect.ValueOf(syscall.BpfStmt), 167 "BpfTimeout": reflect.ValueOf(syscall.BpfTimeout), 168 "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), 169 "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), 170 "CFLUSH": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 171 "CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 172 "CREAD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 173 "CS5": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 174 "CS6": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 175 "CS7": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 176 "CS8": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), 177 "CSIZE": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), 178 "CSTART": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 179 "CSTATUS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 180 "CSTOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 181 "CSTOPB": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 182 "CSUSP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 183 "CTL_MAXNAME": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 184 "CTL_NET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 185 "CTL_QUERY": reflect.ValueOf(constant.MakeFromLiteral("-2", token.INT, 0)), 186 "Chdir": reflect.ValueOf(syscall.Chdir), 187 "CheckBpfVersion": reflect.ValueOf(syscall.CheckBpfVersion), 188 "Chflags": reflect.ValueOf(syscall.Chflags), 189 "Chmod": reflect.ValueOf(syscall.Chmod), 190 "Chown": reflect.ValueOf(syscall.Chown), 191 "Chroot": reflect.ValueOf(syscall.Chroot), 192 "Clearenv": reflect.ValueOf(syscall.Clearenv), 193 "Close": reflect.ValueOf(syscall.Close), 194 "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), 195 "CmsgLen": reflect.ValueOf(syscall.CmsgLen), 196 "CmsgSpace": reflect.ValueOf(syscall.CmsgSpace), 197 "Connect": reflect.ValueOf(syscall.Connect), 198 "DIOCBSFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536896632", token.INT, 0)), 199 "DLT_A429": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), 200 "DLT_A653_ICM": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), 201 "DLT_AIRONET_HEADER": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 202 "DLT_AOS": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), 203 "DLT_APPLE_IP_OVER_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), 204 "DLT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 205 "DLT_ARCNET_LINUX": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), 206 "DLT_ATM_CLIP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 207 "DLT_ATM_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 208 "DLT_AURORA": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), 209 "DLT_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 210 "DLT_AX25_KISS": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), 211 "DLT_BACNET_MS_TP": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), 212 "DLT_BLUETOOTH_HCI_H4": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), 213 "DLT_BLUETOOTH_HCI_H4_WITH_PHDR": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), 214 "DLT_CAN20B": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), 215 "DLT_CAN_SOCKETCAN": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), 216 "DLT_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 217 "DLT_CISCO_IOS": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), 218 "DLT_C_HDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 219 "DLT_C_HDLC_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), 220 "DLT_DECT": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), 221 "DLT_DOCSIS": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), 222 "DLT_ECONET": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), 223 "DLT_EN10MB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 224 "DLT_EN3MB": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 225 "DLT_ENC": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), 226 "DLT_ERF": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), 227 "DLT_ERF_ETH": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), 228 "DLT_ERF_POS": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 229 "DLT_FC_2": reflect.ValueOf(constant.MakeFromLiteral("224", token.INT, 0)), 230 "DLT_FC_2_WITH_FRAME_DELIMS": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), 231 "DLT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 232 "DLT_FLEXRAY": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), 233 "DLT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), 234 "DLT_FRELAY_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), 235 "DLT_GCOM_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), 236 "DLT_GCOM_T1E1": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), 237 "DLT_GPF_F": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), 238 "DLT_GPF_T": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), 239 "DLT_GPRS_LLC": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), 240 "DLT_GSMTAP_ABIS": reflect.ValueOf(constant.MakeFromLiteral("218", token.INT, 0)), 241 "DLT_GSMTAP_UM": reflect.ValueOf(constant.MakeFromLiteral("217", token.INT, 0)), 242 "DLT_HDLC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 243 "DLT_HHDLC": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), 244 "DLT_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 245 "DLT_IBM_SN": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), 246 "DLT_IBM_SP": reflect.ValueOf(constant.MakeFromLiteral("145", token.INT, 0)), 247 "DLT_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 248 "DLT_IEEE802_11": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), 249 "DLT_IEEE802_11_RADIO": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 250 "DLT_IEEE802_11_RADIO_AVS": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), 251 "DLT_IEEE802_15_4": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), 252 "DLT_IEEE802_15_4_LINUX": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), 253 "DLT_IEEE802_15_4_NONASK_PHY": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), 254 "DLT_IEEE802_16_MAC_CPS": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), 255 "DLT_IEEE802_16_MAC_CPS_RADIO": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), 256 "DLT_IPMB": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), 257 "DLT_IPMB_LINUX": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), 258 "DLT_IPNET": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), 259 "DLT_IPV4": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), 260 "DLT_IPV6": reflect.ValueOf(constant.MakeFromLiteral("229", token.INT, 0)), 261 "DLT_IP_OVER_FC": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), 262 "DLT_JUNIPER_ATM1": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), 263 "DLT_JUNIPER_ATM2": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), 264 "DLT_JUNIPER_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), 265 "DLT_JUNIPER_ES": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 266 "DLT_JUNIPER_ETHER": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), 267 "DLT_JUNIPER_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), 268 "DLT_JUNIPER_GGSN": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), 269 "DLT_JUNIPER_ISM": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), 270 "DLT_JUNIPER_MFR": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 271 "DLT_JUNIPER_MLFR": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), 272 "DLT_JUNIPER_MLPPP": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), 273 "DLT_JUNIPER_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), 274 "DLT_JUNIPER_PIC_PEER": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), 275 "DLT_JUNIPER_PPP": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), 276 "DLT_JUNIPER_PPPOE": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), 277 "DLT_JUNIPER_PPPOE_ATM": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), 278 "DLT_JUNIPER_SERVICES": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 279 "DLT_JUNIPER_ST": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 280 "DLT_JUNIPER_VP": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), 281 "DLT_LAPB_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), 282 "DLT_LAPD": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), 283 "DLT_LIN": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), 284 "DLT_LINUX_EVDEV": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), 285 "DLT_LINUX_IRDA": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), 286 "DLT_LINUX_LAPD": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), 287 "DLT_LINUX_SLL": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), 288 "DLT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 289 "DLT_LTALK": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), 290 "DLT_MFR": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), 291 "DLT_MOST": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), 292 "DLT_MPLS": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), 293 "DLT_MTP2": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), 294 "DLT_MTP2_WITH_PHDR": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), 295 "DLT_MTP3": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), 296 "DLT_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 297 "DLT_PCI_EXP": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), 298 "DLT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), 299 "DLT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 300 "DLT_PPI": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), 301 "DLT_PPP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 302 "DLT_PPP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 303 "DLT_PPP_ETHER": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 304 "DLT_PPP_PPPD": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), 305 "DLT_PPP_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 306 "DLT_PPP_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), 307 "DLT_PRISM_HEADER": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), 308 "DLT_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 309 "DLT_RAIF1": reflect.ValueOf(constant.MakeFromLiteral("198", token.INT, 0)), 310 "DLT_RAW": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 311 "DLT_RAWAF_MASK": reflect.ValueOf(constant.MakeFromLiteral("35913728", token.INT, 0)), 312 "DLT_RIO": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 313 "DLT_SCCP": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), 314 "DLT_SITA": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), 315 "DLT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 316 "DLT_SLIP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 317 "DLT_SUNATM": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), 318 "DLT_SYMANTEC_FIREWALL": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), 319 "DLT_TZSP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 320 "DLT_USB": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), 321 "DLT_USB_LINUX": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), 322 "DLT_USB_LINUX_MMAPPED": reflect.ValueOf(constant.MakeFromLiteral("220", token.INT, 0)), 323 "DLT_WIHART": reflect.ValueOf(constant.MakeFromLiteral("223", token.INT, 0)), 324 "DLT_X2E_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("213", token.INT, 0)), 325 "DLT_X2E_XORAYA": reflect.ValueOf(constant.MakeFromLiteral("214", token.INT, 0)), 326 "DT_BLK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 327 "DT_CHR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 328 "DT_DIR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 329 "DT_FIFO": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 330 "DT_LNK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 331 "DT_REG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 332 "DT_SOCK": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 333 "DT_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 334 "DT_WHT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 335 "Dup": reflect.ValueOf(syscall.Dup), 336 "Dup2": reflect.ValueOf(syscall.Dup2), 337 "E2BIG": reflect.ValueOf(syscall.E2BIG), 338 "EACCES": reflect.ValueOf(syscall.EACCES), 339 "EADDRINUSE": reflect.ValueOf(syscall.EADDRINUSE), 340 "EADDRNOTAVAIL": reflect.ValueOf(syscall.EADDRNOTAVAIL), 341 "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), 342 "EAGAIN": reflect.ValueOf(syscall.EAGAIN), 343 "EALREADY": reflect.ValueOf(syscall.EALREADY), 344 "EAUTH": reflect.ValueOf(syscall.EAUTH), 345 "EBADF": reflect.ValueOf(syscall.EBADF), 346 "EBADMSG": reflect.ValueOf(syscall.EBADMSG), 347 "EBADRPC": reflect.ValueOf(syscall.EBADRPC), 348 "EBUSY": reflect.ValueOf(syscall.EBUSY), 349 "ECANCELED": reflect.ValueOf(syscall.ECANCELED), 350 "ECHILD": reflect.ValueOf(syscall.ECHILD), 351 "ECHO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 352 "ECHOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 353 "ECHOE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 354 "ECHOK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 355 "ECHOKE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 356 "ECHONL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 357 "ECHOPRT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 358 "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), 359 "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), 360 "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), 361 "EDEADLK": reflect.ValueOf(syscall.EDEADLK), 362 "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), 363 "EDOM": reflect.ValueOf(syscall.EDOM), 364 "EDQUOT": reflect.ValueOf(syscall.EDQUOT), 365 "EEXIST": reflect.ValueOf(syscall.EEXIST), 366 "EFAULT": reflect.ValueOf(syscall.EFAULT), 367 "EFBIG": reflect.ValueOf(syscall.EFBIG), 368 "EFTYPE": reflect.ValueOf(syscall.EFTYPE), 369 "EHOSTDOWN": reflect.ValueOf(syscall.EHOSTDOWN), 370 "EHOSTUNREACH": reflect.ValueOf(syscall.EHOSTUNREACH), 371 "EIDRM": reflect.ValueOf(syscall.EIDRM), 372 "EILSEQ": reflect.ValueOf(syscall.EILSEQ), 373 "EINPROGRESS": reflect.ValueOf(syscall.EINPROGRESS), 374 "EINTR": reflect.ValueOf(syscall.EINTR), 375 "EINVAL": reflect.ValueOf(syscall.EINVAL), 376 "EIO": reflect.ValueOf(syscall.EIO), 377 "EISCONN": reflect.ValueOf(syscall.EISCONN), 378 "EISDIR": reflect.ValueOf(syscall.EISDIR), 379 "ELAST": reflect.ValueOf(syscall.ELAST), 380 "ELOOP": reflect.ValueOf(syscall.ELOOP), 381 "EMFILE": reflect.ValueOf(syscall.EMFILE), 382 "EMLINK": reflect.ValueOf(syscall.EMLINK), 383 "EMSGSIZE": reflect.ValueOf(syscall.EMSGSIZE), 384 "EMULTIHOP": reflect.ValueOf(syscall.EMULTIHOP), 385 "EMUL_LINUX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 386 "EMUL_LINUX32": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 387 "EMUL_MAXID": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 388 "ENAMETOOLONG": reflect.ValueOf(syscall.ENAMETOOLONG), 389 "ENEEDAUTH": reflect.ValueOf(syscall.ENEEDAUTH), 390 "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), 391 "ENETRESET": reflect.ValueOf(syscall.ENETRESET), 392 "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), 393 "ENFILE": reflect.ValueOf(syscall.ENFILE), 394 "ENOATTR": reflect.ValueOf(syscall.ENOATTR), 395 "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), 396 "ENODATA": reflect.ValueOf(syscall.ENODATA), 397 "ENODEV": reflect.ValueOf(syscall.ENODEV), 398 "ENOENT": reflect.ValueOf(syscall.ENOENT), 399 "ENOEXEC": reflect.ValueOf(syscall.ENOEXEC), 400 "ENOLCK": reflect.ValueOf(syscall.ENOLCK), 401 "ENOLINK": reflect.ValueOf(syscall.ENOLINK), 402 "ENOMEM": reflect.ValueOf(syscall.ENOMEM), 403 "ENOMSG": reflect.ValueOf(syscall.ENOMSG), 404 "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), 405 "ENOSPC": reflect.ValueOf(syscall.ENOSPC), 406 "ENOSR": reflect.ValueOf(syscall.ENOSR), 407 "ENOSTR": reflect.ValueOf(syscall.ENOSTR), 408 "ENOSYS": reflect.ValueOf(syscall.ENOSYS), 409 "ENOTBLK": reflect.ValueOf(syscall.ENOTBLK), 410 "ENOTCONN": reflect.ValueOf(syscall.ENOTCONN), 411 "ENOTDIR": reflect.ValueOf(syscall.ENOTDIR), 412 "ENOTEMPTY": reflect.ValueOf(syscall.ENOTEMPTY), 413 "ENOTSOCK": reflect.ValueOf(syscall.ENOTSOCK), 414 "ENOTSUP": reflect.ValueOf(syscall.ENOTSUP), 415 "ENOTTY": reflect.ValueOf(syscall.ENOTTY), 416 "ENXIO": reflect.ValueOf(syscall.ENXIO), 417 "EOPNOTSUPP": reflect.ValueOf(syscall.EOPNOTSUPP), 418 "EOVERFLOW": reflect.ValueOf(syscall.EOVERFLOW), 419 "EPERM": reflect.ValueOf(syscall.EPERM), 420 "EPFNOSUPPORT": reflect.ValueOf(syscall.EPFNOSUPPORT), 421 "EPIPE": reflect.ValueOf(syscall.EPIPE), 422 "EPROCLIM": reflect.ValueOf(syscall.EPROCLIM), 423 "EPROCUNAVAIL": reflect.ValueOf(syscall.EPROCUNAVAIL), 424 "EPROGMISMATCH": reflect.ValueOf(syscall.EPROGMISMATCH), 425 "EPROGUNAVAIL": reflect.ValueOf(syscall.EPROGUNAVAIL), 426 "EPROTO": reflect.ValueOf(syscall.EPROTO), 427 "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), 428 "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), 429 "ERANGE": reflect.ValueOf(syscall.ERANGE), 430 "EREMOTE": reflect.ValueOf(syscall.EREMOTE), 431 "EROFS": reflect.ValueOf(syscall.EROFS), 432 "ERPCMISMATCH": reflect.ValueOf(syscall.ERPCMISMATCH), 433 "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), 434 "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), 435 "ESPIPE": reflect.ValueOf(syscall.ESPIPE), 436 "ESRCH": reflect.ValueOf(syscall.ESRCH), 437 "ESTALE": reflect.ValueOf(syscall.ESTALE), 438 "ETHERCAP_JUMBO_MTU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 439 "ETHERCAP_VLAN_HWTAGGING": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 440 "ETHERCAP_VLAN_MTU": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 441 "ETHERMIN": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 442 "ETHERMTU": reflect.ValueOf(constant.MakeFromLiteral("1500", token.INT, 0)), 443 "ETHERMTU_JUMBO": reflect.ValueOf(constant.MakeFromLiteral("9000", token.INT, 0)), 444 "ETHERTYPE_8023": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 445 "ETHERTYPE_AARP": reflect.ValueOf(constant.MakeFromLiteral("33011", token.INT, 0)), 446 "ETHERTYPE_ACCTON": reflect.ValueOf(constant.MakeFromLiteral("33680", token.INT, 0)), 447 "ETHERTYPE_AEONIC": reflect.ValueOf(constant.MakeFromLiteral("32822", token.INT, 0)), 448 "ETHERTYPE_ALPHA": reflect.ValueOf(constant.MakeFromLiteral("33098", token.INT, 0)), 449 "ETHERTYPE_AMBER": reflect.ValueOf(constant.MakeFromLiteral("24584", token.INT, 0)), 450 "ETHERTYPE_AMOEBA": reflect.ValueOf(constant.MakeFromLiteral("33093", token.INT, 0)), 451 "ETHERTYPE_APOLLO": reflect.ValueOf(constant.MakeFromLiteral("33015", token.INT, 0)), 452 "ETHERTYPE_APOLLODOMAIN": reflect.ValueOf(constant.MakeFromLiteral("32793", token.INT, 0)), 453 "ETHERTYPE_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), 454 "ETHERTYPE_APPLITEK": reflect.ValueOf(constant.MakeFromLiteral("32967", token.INT, 0)), 455 "ETHERTYPE_ARGONAUT": reflect.ValueOf(constant.MakeFromLiteral("32826", token.INT, 0)), 456 "ETHERTYPE_ARP": reflect.ValueOf(constant.MakeFromLiteral("2054", token.INT, 0)), 457 "ETHERTYPE_AT": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), 458 "ETHERTYPE_ATALK": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), 459 "ETHERTYPE_ATOMIC": reflect.ValueOf(constant.MakeFromLiteral("34527", token.INT, 0)), 460 "ETHERTYPE_ATT": reflect.ValueOf(constant.MakeFromLiteral("32873", token.INT, 0)), 461 "ETHERTYPE_ATTSTANFORD": reflect.ValueOf(constant.MakeFromLiteral("32776", token.INT, 0)), 462 "ETHERTYPE_AUTOPHON": reflect.ValueOf(constant.MakeFromLiteral("32874", token.INT, 0)), 463 "ETHERTYPE_AXIS": reflect.ValueOf(constant.MakeFromLiteral("34902", token.INT, 0)), 464 "ETHERTYPE_BCLOOP": reflect.ValueOf(constant.MakeFromLiteral("36867", token.INT, 0)), 465 "ETHERTYPE_BOFL": reflect.ValueOf(constant.MakeFromLiteral("33026", token.INT, 0)), 466 "ETHERTYPE_CABLETRON": reflect.ValueOf(constant.MakeFromLiteral("28724", token.INT, 0)), 467 "ETHERTYPE_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("2052", token.INT, 0)), 468 "ETHERTYPE_COMDESIGN": reflect.ValueOf(constant.MakeFromLiteral("32876", token.INT, 0)), 469 "ETHERTYPE_COMPUGRAPHIC": reflect.ValueOf(constant.MakeFromLiteral("32877", token.INT, 0)), 470 "ETHERTYPE_COUNTERPOINT": reflect.ValueOf(constant.MakeFromLiteral("32866", token.INT, 0)), 471 "ETHERTYPE_CRONUS": reflect.ValueOf(constant.MakeFromLiteral("32772", token.INT, 0)), 472 "ETHERTYPE_CRONUSVLN": reflect.ValueOf(constant.MakeFromLiteral("32771", token.INT, 0)), 473 "ETHERTYPE_DCA": reflect.ValueOf(constant.MakeFromLiteral("4660", token.INT, 0)), 474 "ETHERTYPE_DDE": reflect.ValueOf(constant.MakeFromLiteral("32891", token.INT, 0)), 475 "ETHERTYPE_DEBNI": reflect.ValueOf(constant.MakeFromLiteral("43690", token.INT, 0)), 476 "ETHERTYPE_DECAM": reflect.ValueOf(constant.MakeFromLiteral("32840", token.INT, 0)), 477 "ETHERTYPE_DECCUST": reflect.ValueOf(constant.MakeFromLiteral("24582", token.INT, 0)), 478 "ETHERTYPE_DECDIAG": reflect.ValueOf(constant.MakeFromLiteral("24581", token.INT, 0)), 479 "ETHERTYPE_DECDNS": reflect.ValueOf(constant.MakeFromLiteral("32828", token.INT, 0)), 480 "ETHERTYPE_DECDTS": reflect.ValueOf(constant.MakeFromLiteral("32830", token.INT, 0)), 481 "ETHERTYPE_DECEXPER": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), 482 "ETHERTYPE_DECLAST": reflect.ValueOf(constant.MakeFromLiteral("32833", token.INT, 0)), 483 "ETHERTYPE_DECLTM": reflect.ValueOf(constant.MakeFromLiteral("32831", token.INT, 0)), 484 "ETHERTYPE_DECMUMPS": reflect.ValueOf(constant.MakeFromLiteral("24585", token.INT, 0)), 485 "ETHERTYPE_DECNETBIOS": reflect.ValueOf(constant.MakeFromLiteral("32832", token.INT, 0)), 486 "ETHERTYPE_DELTACON": reflect.ValueOf(constant.MakeFromLiteral("34526", token.INT, 0)), 487 "ETHERTYPE_DIDDLE": reflect.ValueOf(constant.MakeFromLiteral("17185", token.INT, 0)), 488 "ETHERTYPE_DLOG1": reflect.ValueOf(constant.MakeFromLiteral("1632", token.INT, 0)), 489 "ETHERTYPE_DLOG2": reflect.ValueOf(constant.MakeFromLiteral("1633", token.INT, 0)), 490 "ETHERTYPE_DN": reflect.ValueOf(constant.MakeFromLiteral("24579", token.INT, 0)), 491 "ETHERTYPE_DOGFIGHT": reflect.ValueOf(constant.MakeFromLiteral("6537", token.INT, 0)), 492 "ETHERTYPE_DSMD": reflect.ValueOf(constant.MakeFromLiteral("32825", token.INT, 0)), 493 "ETHERTYPE_ECMA": reflect.ValueOf(constant.MakeFromLiteral("2051", token.INT, 0)), 494 "ETHERTYPE_ENCRYPT": reflect.ValueOf(constant.MakeFromLiteral("32829", token.INT, 0)), 495 "ETHERTYPE_ES": reflect.ValueOf(constant.MakeFromLiteral("32861", token.INT, 0)), 496 "ETHERTYPE_EXCELAN": reflect.ValueOf(constant.MakeFromLiteral("32784", token.INT, 0)), 497 "ETHERTYPE_EXPERDATA": reflect.ValueOf(constant.MakeFromLiteral("32841", token.INT, 0)), 498 "ETHERTYPE_FLIP": reflect.ValueOf(constant.MakeFromLiteral("33094", token.INT, 0)), 499 "ETHERTYPE_FLOWCONTROL": reflect.ValueOf(constant.MakeFromLiteral("34824", token.INT, 0)), 500 "ETHERTYPE_FRARP": reflect.ValueOf(constant.MakeFromLiteral("2056", token.INT, 0)), 501 "ETHERTYPE_GENDYN": reflect.ValueOf(constant.MakeFromLiteral("32872", token.INT, 0)), 502 "ETHERTYPE_HAYES": reflect.ValueOf(constant.MakeFromLiteral("33072", token.INT, 0)), 503 "ETHERTYPE_HIPPI_FP": reflect.ValueOf(constant.MakeFromLiteral("33152", token.INT, 0)), 504 "ETHERTYPE_HITACHI": reflect.ValueOf(constant.MakeFromLiteral("34848", token.INT, 0)), 505 "ETHERTYPE_HP": reflect.ValueOf(constant.MakeFromLiteral("32773", token.INT, 0)), 506 "ETHERTYPE_IEEEPUP": reflect.ValueOf(constant.MakeFromLiteral("2560", token.INT, 0)), 507 "ETHERTYPE_IEEEPUPAT": reflect.ValueOf(constant.MakeFromLiteral("2561", token.INT, 0)), 508 "ETHERTYPE_IMLBL": reflect.ValueOf(constant.MakeFromLiteral("19522", token.INT, 0)), 509 "ETHERTYPE_IMLBLDIAG": reflect.ValueOf(constant.MakeFromLiteral("16972", token.INT, 0)), 510 "ETHERTYPE_IP": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 511 "ETHERTYPE_IPAS": reflect.ValueOf(constant.MakeFromLiteral("34668", token.INT, 0)), 512 "ETHERTYPE_IPV6": reflect.ValueOf(constant.MakeFromLiteral("34525", token.INT, 0)), 513 "ETHERTYPE_IPX": reflect.ValueOf(constant.MakeFromLiteral("33079", token.INT, 0)), 514 "ETHERTYPE_IPXNEW": reflect.ValueOf(constant.MakeFromLiteral("32823", token.INT, 0)), 515 "ETHERTYPE_KALPANA": reflect.ValueOf(constant.MakeFromLiteral("34178", token.INT, 0)), 516 "ETHERTYPE_LANBRIDGE": reflect.ValueOf(constant.MakeFromLiteral("32824", token.INT, 0)), 517 "ETHERTYPE_LANPROBE": reflect.ValueOf(constant.MakeFromLiteral("34952", token.INT, 0)), 518 "ETHERTYPE_LAT": reflect.ValueOf(constant.MakeFromLiteral("24580", token.INT, 0)), 519 "ETHERTYPE_LBACK": reflect.ValueOf(constant.MakeFromLiteral("36864", token.INT, 0)), 520 "ETHERTYPE_LITTLE": reflect.ValueOf(constant.MakeFromLiteral("32864", token.INT, 0)), 521 "ETHERTYPE_LOGICRAFT": reflect.ValueOf(constant.MakeFromLiteral("33096", token.INT, 0)), 522 "ETHERTYPE_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("36864", token.INT, 0)), 523 "ETHERTYPE_MATRA": reflect.ValueOf(constant.MakeFromLiteral("32890", token.INT, 0)), 524 "ETHERTYPE_MAX": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 525 "ETHERTYPE_MERIT": reflect.ValueOf(constant.MakeFromLiteral("32892", token.INT, 0)), 526 "ETHERTYPE_MICP": reflect.ValueOf(constant.MakeFromLiteral("34618", token.INT, 0)), 527 "ETHERTYPE_MOPDL": reflect.ValueOf(constant.MakeFromLiteral("24577", token.INT, 0)), 528 "ETHERTYPE_MOPRC": reflect.ValueOf(constant.MakeFromLiteral("24578", token.INT, 0)), 529 "ETHERTYPE_MOTOROLA": reflect.ValueOf(constant.MakeFromLiteral("33165", token.INT, 0)), 530 "ETHERTYPE_MPLS": reflect.ValueOf(constant.MakeFromLiteral("34887", token.INT, 0)), 531 "ETHERTYPE_MPLS_MCAST": reflect.ValueOf(constant.MakeFromLiteral("34888", token.INT, 0)), 532 "ETHERTYPE_MUMPS": reflect.ValueOf(constant.MakeFromLiteral("33087", token.INT, 0)), 533 "ETHERTYPE_NBPCC": reflect.ValueOf(constant.MakeFromLiteral("15364", token.INT, 0)), 534 "ETHERTYPE_NBPCLAIM": reflect.ValueOf(constant.MakeFromLiteral("15369", token.INT, 0)), 535 "ETHERTYPE_NBPCLREQ": reflect.ValueOf(constant.MakeFromLiteral("15365", token.INT, 0)), 536 "ETHERTYPE_NBPCLRSP": reflect.ValueOf(constant.MakeFromLiteral("15366", token.INT, 0)), 537 "ETHERTYPE_NBPCREQ": reflect.ValueOf(constant.MakeFromLiteral("15362", token.INT, 0)), 538 "ETHERTYPE_NBPCRSP": reflect.ValueOf(constant.MakeFromLiteral("15363", token.INT, 0)), 539 "ETHERTYPE_NBPDG": reflect.ValueOf(constant.MakeFromLiteral("15367", token.INT, 0)), 540 "ETHERTYPE_NBPDGB": reflect.ValueOf(constant.MakeFromLiteral("15368", token.INT, 0)), 541 "ETHERTYPE_NBPDLTE": reflect.ValueOf(constant.MakeFromLiteral("15370", token.INT, 0)), 542 "ETHERTYPE_NBPRAR": reflect.ValueOf(constant.MakeFromLiteral("15372", token.INT, 0)), 543 "ETHERTYPE_NBPRAS": reflect.ValueOf(constant.MakeFromLiteral("15371", token.INT, 0)), 544 "ETHERTYPE_NBPRST": reflect.ValueOf(constant.MakeFromLiteral("15373", token.INT, 0)), 545 "ETHERTYPE_NBPSCD": reflect.ValueOf(constant.MakeFromLiteral("15361", token.INT, 0)), 546 "ETHERTYPE_NBPVCD": reflect.ValueOf(constant.MakeFromLiteral("15360", token.INT, 0)), 547 "ETHERTYPE_NBS": reflect.ValueOf(constant.MakeFromLiteral("2050", token.INT, 0)), 548 "ETHERTYPE_NCD": reflect.ValueOf(constant.MakeFromLiteral("33097", token.INT, 0)), 549 "ETHERTYPE_NESTAR": reflect.ValueOf(constant.MakeFromLiteral("32774", token.INT, 0)), 550 "ETHERTYPE_NETBEUI": reflect.ValueOf(constant.MakeFromLiteral("33169", token.INT, 0)), 551 "ETHERTYPE_NOVELL": reflect.ValueOf(constant.MakeFromLiteral("33080", token.INT, 0)), 552 "ETHERTYPE_NS": reflect.ValueOf(constant.MakeFromLiteral("1536", token.INT, 0)), 553 "ETHERTYPE_NSAT": reflect.ValueOf(constant.MakeFromLiteral("1537", token.INT, 0)), 554 "ETHERTYPE_NSCOMPAT": reflect.ValueOf(constant.MakeFromLiteral("2055", token.INT, 0)), 555 "ETHERTYPE_NTRAILER": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 556 "ETHERTYPE_OS9": reflect.ValueOf(constant.MakeFromLiteral("28679", token.INT, 0)), 557 "ETHERTYPE_OS9NET": reflect.ValueOf(constant.MakeFromLiteral("28681", token.INT, 0)), 558 "ETHERTYPE_PACER": reflect.ValueOf(constant.MakeFromLiteral("32966", token.INT, 0)), 559 "ETHERTYPE_PAE": reflect.ValueOf(constant.MakeFromLiteral("34958", token.INT, 0)), 560 "ETHERTYPE_PCS": reflect.ValueOf(constant.MakeFromLiteral("16962", token.INT, 0)), 561 "ETHERTYPE_PLANNING": reflect.ValueOf(constant.MakeFromLiteral("32836", token.INT, 0)), 562 "ETHERTYPE_PPP": reflect.ValueOf(constant.MakeFromLiteral("34827", token.INT, 0)), 563 "ETHERTYPE_PPPOE": reflect.ValueOf(constant.MakeFromLiteral("34916", token.INT, 0)), 564 "ETHERTYPE_PPPOEDISC": reflect.ValueOf(constant.MakeFromLiteral("34915", token.INT, 0)), 565 "ETHERTYPE_PRIMENTS": reflect.ValueOf(constant.MakeFromLiteral("28721", token.INT, 0)), 566 "ETHERTYPE_PUP": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 567 "ETHERTYPE_PUPAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 568 "ETHERTYPE_RACAL": reflect.ValueOf(constant.MakeFromLiteral("28720", token.INT, 0)), 569 "ETHERTYPE_RATIONAL": reflect.ValueOf(constant.MakeFromLiteral("33104", token.INT, 0)), 570 "ETHERTYPE_RAWFR": reflect.ValueOf(constant.MakeFromLiteral("25945", token.INT, 0)), 571 "ETHERTYPE_RCL": reflect.ValueOf(constant.MakeFromLiteral("6549", token.INT, 0)), 572 "ETHERTYPE_RDP": reflect.ValueOf(constant.MakeFromLiteral("34617", token.INT, 0)), 573 "ETHERTYPE_RETIX": reflect.ValueOf(constant.MakeFromLiteral("33010", token.INT, 0)), 574 "ETHERTYPE_REVARP": reflect.ValueOf(constant.MakeFromLiteral("32821", token.INT, 0)), 575 "ETHERTYPE_SCA": reflect.ValueOf(constant.MakeFromLiteral("24583", token.INT, 0)), 576 "ETHERTYPE_SECTRA": reflect.ValueOf(constant.MakeFromLiteral("34523", token.INT, 0)), 577 "ETHERTYPE_SECUREDATA": reflect.ValueOf(constant.MakeFromLiteral("34669", token.INT, 0)), 578 "ETHERTYPE_SGITW": reflect.ValueOf(constant.MakeFromLiteral("33150", token.INT, 0)), 579 "ETHERTYPE_SG_BOUNCE": reflect.ValueOf(constant.MakeFromLiteral("32790", token.INT, 0)), 580 "ETHERTYPE_SG_DIAG": reflect.ValueOf(constant.MakeFromLiteral("32787", token.INT, 0)), 581 "ETHERTYPE_SG_NETGAMES": reflect.ValueOf(constant.MakeFromLiteral("32788", token.INT, 0)), 582 "ETHERTYPE_SG_RESV": reflect.ValueOf(constant.MakeFromLiteral("32789", token.INT, 0)), 583 "ETHERTYPE_SIMNET": reflect.ValueOf(constant.MakeFromLiteral("21000", token.INT, 0)), 584 "ETHERTYPE_SLOWPROTOCOLS": reflect.ValueOf(constant.MakeFromLiteral("34825", token.INT, 0)), 585 "ETHERTYPE_SNA": reflect.ValueOf(constant.MakeFromLiteral("32981", token.INT, 0)), 586 "ETHERTYPE_SNMP": reflect.ValueOf(constant.MakeFromLiteral("33100", token.INT, 0)), 587 "ETHERTYPE_SONIX": reflect.ValueOf(constant.MakeFromLiteral("64245", token.INT, 0)), 588 "ETHERTYPE_SPIDER": reflect.ValueOf(constant.MakeFromLiteral("32927", token.INT, 0)), 589 "ETHERTYPE_SPRITE": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), 590 "ETHERTYPE_STP": reflect.ValueOf(constant.MakeFromLiteral("33153", token.INT, 0)), 591 "ETHERTYPE_TALARIS": reflect.ValueOf(constant.MakeFromLiteral("33067", token.INT, 0)), 592 "ETHERTYPE_TALARISMC": reflect.ValueOf(constant.MakeFromLiteral("34091", token.INT, 0)), 593 "ETHERTYPE_TCPCOMP": reflect.ValueOf(constant.MakeFromLiteral("34667", token.INT, 0)), 594 "ETHERTYPE_TCPSM": reflect.ValueOf(constant.MakeFromLiteral("36866", token.INT, 0)), 595 "ETHERTYPE_TEC": reflect.ValueOf(constant.MakeFromLiteral("33103", token.INT, 0)), 596 "ETHERTYPE_TIGAN": reflect.ValueOf(constant.MakeFromLiteral("32815", token.INT, 0)), 597 "ETHERTYPE_TRAIL": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 598 "ETHERTYPE_TRANSETHER": reflect.ValueOf(constant.MakeFromLiteral("25944", token.INT, 0)), 599 "ETHERTYPE_TYMSHARE": reflect.ValueOf(constant.MakeFromLiteral("32814", token.INT, 0)), 600 "ETHERTYPE_UBBST": reflect.ValueOf(constant.MakeFromLiteral("28677", token.INT, 0)), 601 "ETHERTYPE_UBDEBUG": reflect.ValueOf(constant.MakeFromLiteral("2304", token.INT, 0)), 602 "ETHERTYPE_UBDIAGLOOP": reflect.ValueOf(constant.MakeFromLiteral("28674", token.INT, 0)), 603 "ETHERTYPE_UBDL": reflect.ValueOf(constant.MakeFromLiteral("28672", token.INT, 0)), 604 "ETHERTYPE_UBNIU": reflect.ValueOf(constant.MakeFromLiteral("28673", token.INT, 0)), 605 "ETHERTYPE_UBNMC": reflect.ValueOf(constant.MakeFromLiteral("28675", token.INT, 0)), 606 "ETHERTYPE_VALID": reflect.ValueOf(constant.MakeFromLiteral("5632", token.INT, 0)), 607 "ETHERTYPE_VARIAN": reflect.ValueOf(constant.MakeFromLiteral("32989", token.INT, 0)), 608 "ETHERTYPE_VAXELN": reflect.ValueOf(constant.MakeFromLiteral("32827", token.INT, 0)), 609 "ETHERTYPE_VEECO": reflect.ValueOf(constant.MakeFromLiteral("32871", token.INT, 0)), 610 "ETHERTYPE_VEXP": reflect.ValueOf(constant.MakeFromLiteral("32859", token.INT, 0)), 611 "ETHERTYPE_VGLAB": reflect.ValueOf(constant.MakeFromLiteral("33073", token.INT, 0)), 612 "ETHERTYPE_VINES": reflect.ValueOf(constant.MakeFromLiteral("2989", token.INT, 0)), 613 "ETHERTYPE_VINESECHO": reflect.ValueOf(constant.MakeFromLiteral("2991", token.INT, 0)), 614 "ETHERTYPE_VINESLOOP": reflect.ValueOf(constant.MakeFromLiteral("2990", token.INT, 0)), 615 "ETHERTYPE_VITAL": reflect.ValueOf(constant.MakeFromLiteral("65280", token.INT, 0)), 616 "ETHERTYPE_VLAN": reflect.ValueOf(constant.MakeFromLiteral("33024", token.INT, 0)), 617 "ETHERTYPE_VLTLMAN": reflect.ValueOf(constant.MakeFromLiteral("32896", token.INT, 0)), 618 "ETHERTYPE_VPROD": reflect.ValueOf(constant.MakeFromLiteral("32860", token.INT, 0)), 619 "ETHERTYPE_VURESERVED": reflect.ValueOf(constant.MakeFromLiteral("33095", token.INT, 0)), 620 "ETHERTYPE_WATERLOO": reflect.ValueOf(constant.MakeFromLiteral("33072", token.INT, 0)), 621 "ETHERTYPE_WELLFLEET": reflect.ValueOf(constant.MakeFromLiteral("33027", token.INT, 0)), 622 "ETHERTYPE_X25": reflect.ValueOf(constant.MakeFromLiteral("2053", token.INT, 0)), 623 "ETHERTYPE_X75": reflect.ValueOf(constant.MakeFromLiteral("2049", token.INT, 0)), 624 "ETHERTYPE_XNSSM": reflect.ValueOf(constant.MakeFromLiteral("36865", token.INT, 0)), 625 "ETHERTYPE_XTP": reflect.ValueOf(constant.MakeFromLiteral("33149", token.INT, 0)), 626 "ETHER_ADDR_LEN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 627 "ETHER_CRC_LEN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 628 "ETHER_CRC_POLY_BE": reflect.ValueOf(constant.MakeFromLiteral("79764918", token.INT, 0)), 629 "ETHER_CRC_POLY_LE": reflect.ValueOf(constant.MakeFromLiteral("3988292384", token.INT, 0)), 630 "ETHER_HDR_LEN": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 631 "ETHER_MAX_LEN": reflect.ValueOf(constant.MakeFromLiteral("1518", token.INT, 0)), 632 "ETHER_MAX_LEN_JUMBO": reflect.ValueOf(constant.MakeFromLiteral("9018", token.INT, 0)), 633 "ETHER_MIN_LEN": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 634 "ETHER_PPPOE_ENCAP_LEN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 635 "ETHER_TYPE_LEN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 636 "ETHER_VLAN_ENCAP_LEN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 637 "ETIME": reflect.ValueOf(syscall.ETIME), 638 "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), 639 "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), 640 "ETXTBSY": reflect.ValueOf(syscall.ETXTBSY), 641 "EUSERS": reflect.ValueOf(syscall.EUSERS), 642 "EVFILT_AIO": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 643 "EVFILT_PROC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 644 "EVFILT_READ": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 645 "EVFILT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 646 "EVFILT_SYSCOUNT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 647 "EVFILT_TIMER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 648 "EVFILT_VNODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 649 "EVFILT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 650 "EV_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 651 "EV_CLEAR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 652 "EV_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 653 "EV_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 654 "EV_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 655 "EV_EOF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 656 "EV_ERROR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 657 "EV_FLAG1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 658 "EV_ONESHOT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 659 "EV_SYSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), 660 "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), 661 "EXDEV": reflect.ValueOf(syscall.EXDEV), 662 "EXTA": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), 663 "EXTB": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), 664 "EXTPROC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 665 "Environ": reflect.ValueOf(syscall.Environ), 666 "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 667 "FD_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 668 "FLUSHO": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), 669 "F_CLOSEM": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 670 "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 671 "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 672 "F_FSCTL": reflect.ValueOf(constant.MakeFromLiteral("-2147483648", token.INT, 0)), 673 "F_FSDIRMASK": reflect.ValueOf(constant.MakeFromLiteral("1879048192", token.INT, 0)), 674 "F_FSIN": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), 675 "F_FSINOUT": reflect.ValueOf(constant.MakeFromLiteral("805306368", token.INT, 0)), 676 "F_FSOUT": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 677 "F_FSPRIV": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 678 "F_FSVOID": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), 679 "F_GETFD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 680 "F_GETFL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 681 "F_GETLK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 682 "F_GETNOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 683 "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 684 "F_MAXFD": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 685 "F_OK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 686 "F_PARAM_MASK": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), 687 "F_PARAM_MAX": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), 688 "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 689 "F_SETFD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 690 "F_SETFL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 691 "F_SETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 692 "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 693 "F_SETNOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 694 "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 695 "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 696 "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 697 "Fchdir": reflect.ValueOf(syscall.Fchdir), 698 "Fchflags": reflect.ValueOf(syscall.Fchflags), 699 "Fchmod": reflect.ValueOf(syscall.Fchmod), 700 "Fchown": reflect.ValueOf(syscall.Fchown), 701 "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), 702 "Flock": reflect.ValueOf(syscall.Flock), 703 "FlushBpf": reflect.ValueOf(syscall.FlushBpf), 704 "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), 705 "Fpathconf": reflect.ValueOf(syscall.Fpathconf), 706 "Fstat": reflect.ValueOf(syscall.Fstat), 707 "Fsync": reflect.ValueOf(syscall.Fsync), 708 "Ftruncate": reflect.ValueOf(syscall.Ftruncate), 709 "Futimes": reflect.ValueOf(syscall.Futimes), 710 "Getdirentries": reflect.ValueOf(syscall.Getdirentries), 711 "Getegid": reflect.ValueOf(syscall.Getegid), 712 "Getenv": reflect.ValueOf(syscall.Getenv), 713 "Geteuid": reflect.ValueOf(syscall.Geteuid), 714 "Getgid": reflect.ValueOf(syscall.Getgid), 715 "Getgroups": reflect.ValueOf(syscall.Getgroups), 716 "Getpagesize": reflect.ValueOf(syscall.Getpagesize), 717 "Getpeername": reflect.ValueOf(syscall.Getpeername), 718 "Getpgid": reflect.ValueOf(syscall.Getpgid), 719 "Getpgrp": reflect.ValueOf(syscall.Getpgrp), 720 "Getpid": reflect.ValueOf(syscall.Getpid), 721 "Getppid": reflect.ValueOf(syscall.Getppid), 722 "Getpriority": reflect.ValueOf(syscall.Getpriority), 723 "Getrlimit": reflect.ValueOf(syscall.Getrlimit), 724 "Getrusage": reflect.ValueOf(syscall.Getrusage), 725 "Getsid": reflect.ValueOf(syscall.Getsid), 726 "Getsockname": reflect.ValueOf(syscall.Getsockname), 727 "GetsockoptByte": reflect.ValueOf(syscall.GetsockoptByte), 728 "GetsockoptICMPv6Filter": reflect.ValueOf(syscall.GetsockoptICMPv6Filter), 729 "GetsockoptIPMreq": reflect.ValueOf(syscall.GetsockoptIPMreq), 730 "GetsockoptIPv6MTUInfo": reflect.ValueOf(syscall.GetsockoptIPv6MTUInfo), 731 "GetsockoptIPv6Mreq": reflect.ValueOf(syscall.GetsockoptIPv6Mreq), 732 "GetsockoptInet4Addr": reflect.ValueOf(syscall.GetsockoptInet4Addr), 733 "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), 734 "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), 735 "Getuid": reflect.ValueOf(syscall.Getuid), 736 "Getwd": reflect.ValueOf(syscall.Getwd), 737 "HUPCL": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 738 "ICANON": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 739 "ICMP6_FILTER": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 740 "ICRNL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 741 "IEXTEN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 742 "IFAN_ARRIVAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 743 "IFAN_DEPARTURE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 744 "IFA_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 745 "IFF_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 746 "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 747 "IFF_CANTCHANGE": reflect.ValueOf(constant.MakeFromLiteral("36690", token.INT, 0)), 748 "IFF_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 749 "IFF_LINK0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 750 "IFF_LINK1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 751 "IFF_LINK2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 752 "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 753 "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 754 "IFF_NOARP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 755 "IFF_NOTRAILERS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 756 "IFF_OACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 757 "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 758 "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 759 "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 760 "IFF_SIMPLEX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 761 "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 762 "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 763 "IFT_1822": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 764 "IFT_A12MPPSWITCH": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), 765 "IFT_AAL2": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), 766 "IFT_AAL5": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 767 "IFT_ADSL": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), 768 "IFT_AFLANE8023": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 769 "IFT_AFLANE8025": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 770 "IFT_ARAP": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), 771 "IFT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 772 "IFT_ARCNETPLUS": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 773 "IFT_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), 774 "IFT_ATM": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 775 "IFT_ATMDXI": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), 776 "IFT_ATMFUNI": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), 777 "IFT_ATMIMA": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), 778 "IFT_ATMLOGICAL": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 779 "IFT_ATMRADIO": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), 780 "IFT_ATMSUBINTERFACE": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 781 "IFT_ATMVCIENDPT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), 782 "IFT_ATMVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("149", token.INT, 0)), 783 "IFT_BGPPOLICYACCOUNTING": reflect.ValueOf(constant.MakeFromLiteral("162", token.INT, 0)), 784 "IFT_BRIDGE": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), 785 "IFT_BSC": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), 786 "IFT_CARP": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), 787 "IFT_CCTEMUL": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 788 "IFT_CEPT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 789 "IFT_CES": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), 790 "IFT_CHANNEL": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), 791 "IFT_CNR": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), 792 "IFT_COFFEE": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 793 "IFT_COMPOSITELINK": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), 794 "IFT_DCN": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), 795 "IFT_DIGITALPOWERLINE": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), 796 "IFT_DIGITALWRAPPEROVERHEADCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), 797 "IFT_DLSW": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), 798 "IFT_DOCSCABLEDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 799 "IFT_DOCSCABLEMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 800 "IFT_DOCSCABLEUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), 801 "IFT_DOCSCABLEUPSTREAMCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), 802 "IFT_DS0": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), 803 "IFT_DS0BUNDLE": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), 804 "IFT_DS1FDL": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), 805 "IFT_DS3": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 806 "IFT_DTM": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), 807 "IFT_DVBASILN": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), 808 "IFT_DVBASIOUT": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), 809 "IFT_DVBRCCDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), 810 "IFT_DVBRCCMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), 811 "IFT_DVBRCCUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), 812 "IFT_ECONET": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), 813 "IFT_EON": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), 814 "IFT_EPLRS": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), 815 "IFT_ESCON": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), 816 "IFT_ETHER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 817 "IFT_FAITH": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), 818 "IFT_FAST": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), 819 "IFT_FASTETHER": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), 820 "IFT_FASTETHERFX": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), 821 "IFT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 822 "IFT_FIBRECHANNEL": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 823 "IFT_FRAMERELAYINTERCONNECT": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 824 "IFT_FRAMERELAYMPI": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), 825 "IFT_FRDLCIENDPT": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), 826 "IFT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 827 "IFT_FRELAYDCE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 828 "IFT_FRF16MFRBUNDLE": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), 829 "IFT_FRFORWARD": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), 830 "IFT_G703AT2MB": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), 831 "IFT_G703AT64K": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), 832 "IFT_GIF": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 833 "IFT_GIGABITETHERNET": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), 834 "IFT_GR303IDT": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), 835 "IFT_GR303RDT": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), 836 "IFT_H323GATEKEEPER": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), 837 "IFT_H323PROXY": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), 838 "IFT_HDH1822": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 839 "IFT_HDLC": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), 840 "IFT_HDSL2": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), 841 "IFT_HIPERLAN2": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), 842 "IFT_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 843 "IFT_HIPPIINTERFACE": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 844 "IFT_HOSTPAD": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), 845 "IFT_HSSI": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 846 "IFT_HY": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 847 "IFT_IBM370PARCHAN": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), 848 "IFT_IDSL": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), 849 "IFT_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), 850 "IFT_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), 851 "IFT_IEEE80212": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), 852 "IFT_IEEE8023ADLAG": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), 853 "IFT_IFGSN": reflect.ValueOf(constant.MakeFromLiteral("145", token.INT, 0)), 854 "IFT_IMT": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), 855 "IFT_INFINIBAND": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), 856 "IFT_INTERLEAVE": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 857 "IFT_IP": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), 858 "IFT_IPFORWARD": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), 859 "IFT_IPOVERATM": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), 860 "IFT_IPOVERCDLC": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), 861 "IFT_IPOVERCLAW": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), 862 "IFT_IPSWITCH": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), 863 "IFT_ISDN": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), 864 "IFT_ISDNBASIC": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 865 "IFT_ISDNPRIMARY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 866 "IFT_ISDNS": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 867 "IFT_ISDNU": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), 868 "IFT_ISO88022LLC": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), 869 "IFT_ISO88023": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 870 "IFT_ISO88024": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 871 "IFT_ISO88025": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 872 "IFT_ISO88025CRFPINT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), 873 "IFT_ISO88025DTR": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), 874 "IFT_ISO88025FIBER": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), 875 "IFT_ISO88026": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 876 "IFT_ISUP": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), 877 "IFT_L2VLAN": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), 878 "IFT_L3IPVLAN": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 879 "IFT_L3IPXVLAN": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), 880 "IFT_LAPB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 881 "IFT_LAPD": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), 882 "IFT_LAPF": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), 883 "IFT_LINEGROUP": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), 884 "IFT_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 885 "IFT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 886 "IFT_MEDIAMAILOVERIP": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), 887 "IFT_MFSIGLINK": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), 888 "IFT_MIOX25": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), 889 "IFT_MODEM": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 890 "IFT_MPC": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), 891 "IFT_MPLS": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), 892 "IFT_MPLSTUNNEL": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), 893 "IFT_MSDSL": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), 894 "IFT_MVL": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), 895 "IFT_MYRINET": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), 896 "IFT_NFAS": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), 897 "IFT_NSIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 898 "IFT_OPTICALCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), 899 "IFT_OPTICALTRANSPORT": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), 900 "IFT_OTHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 901 "IFT_P10": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 902 "IFT_P80": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 903 "IFT_PARA": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 904 "IFT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), 905 "IFT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), 906 "IFT_PLC": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), 907 "IFT_PON155": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), 908 "IFT_PON622": reflect.ValueOf(constant.MakeFromLiteral("208", token.INT, 0)), 909 "IFT_POS": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), 910 "IFT_PPP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 911 "IFT_PPPMULTILINKBUNDLE": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 912 "IFT_PROPATM": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), 913 "IFT_PROPBWAP2MP": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), 914 "IFT_PROPCNLS": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), 915 "IFT_PROPDOCSWIRELESSDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), 916 "IFT_PROPDOCSWIRELESSMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), 917 "IFT_PROPDOCSWIRELESSUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), 918 "IFT_PROPMUX": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 919 "IFT_PROPVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), 920 "IFT_PROPWIRELESSP2P": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), 921 "IFT_PTPSERIAL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 922 "IFT_PVC": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), 923 "IFT_Q2931": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), 924 "IFT_QLLC": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), 925 "IFT_RADIOMAC": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), 926 "IFT_RADSL": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), 927 "IFT_REACHDSL": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), 928 "IFT_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), 929 "IFT_RS232": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 930 "IFT_RSRB": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), 931 "IFT_SDLC": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 932 "IFT_SDSL": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 933 "IFT_SHDSL": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), 934 "IFT_SIP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 935 "IFT_SIPSIG": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), 936 "IFT_SIPTG": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), 937 "IFT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 938 "IFT_SMDSDXI": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 939 "IFT_SMDSICIP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 940 "IFT_SONET": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 941 "IFT_SONETOVERHEADCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), 942 "IFT_SONETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 943 "IFT_SONETVT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 944 "IFT_SRP": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), 945 "IFT_SS7SIGLINK": reflect.ValueOf(constant.MakeFromLiteral("156", token.INT, 0)), 946 "IFT_STACKTOSTACK": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), 947 "IFT_STARLAN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 948 "IFT_STF": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), 949 "IFT_T1": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 950 "IFT_TDLC": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), 951 "IFT_TELINK": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 952 "IFT_TERMPAD": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), 953 "IFT_TR008": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 954 "IFT_TRANSPHDLC": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), 955 "IFT_TUNNEL": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), 956 "IFT_ULTRA": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 957 "IFT_USB": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), 958 "IFT_V11": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 959 "IFT_V35": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), 960 "IFT_V36": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), 961 "IFT_V37": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 962 "IFT_VDSL": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), 963 "IFT_VIRTUALIPADDRESS": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 964 "IFT_VIRTUALTG": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), 965 "IFT_VOICEDID": reflect.ValueOf(constant.MakeFromLiteral("213", token.INT, 0)), 966 "IFT_VOICEEM": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), 967 "IFT_VOICEEMFGD": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), 968 "IFT_VOICEENCAP": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), 969 "IFT_VOICEFGDEANA": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), 970 "IFT_VOICEFXO": reflect.ValueOf(constant.MakeFromLiteral("101", token.INT, 0)), 971 "IFT_VOICEFXS": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), 972 "IFT_VOICEOVERATM": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), 973 "IFT_VOICEOVERCABLE": reflect.ValueOf(constant.MakeFromLiteral("198", token.INT, 0)), 974 "IFT_VOICEOVERFRAMERELAY": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), 975 "IFT_VOICEOVERIP": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 976 "IFT_X213": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), 977 "IFT_X25": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 978 "IFT_X25DDN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 979 "IFT_X25HUNTGROUP": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), 980 "IFT_X25MLP": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), 981 "IFT_X25PLE": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), 982 "IFT_XETHER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 983 "IGNBRK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 984 "IGNCR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 985 "IGNPAR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 986 "IMAXBEL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 987 "INLCR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 988 "INPCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 989 "IN_CLASSA_HOST": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), 990 "IN_CLASSA_MAX": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 991 "IN_CLASSA_NET": reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)), 992 "IN_CLASSA_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 993 "IN_CLASSB_HOST": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 994 "IN_CLASSB_MAX": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 995 "IN_CLASSB_NET": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), 996 "IN_CLASSB_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 997 "IN_CLASSC_HOST": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 998 "IN_CLASSC_NET": reflect.ValueOf(constant.MakeFromLiteral("4294967040", token.INT, 0)), 999 "IN_CLASSC_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1000 "IN_CLASSD_HOST": reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)), 1001 "IN_CLASSD_NET": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), 1002 "IN_CLASSD_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1003 "IN_LOOPBACKNET": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 1004 "IPPROTO_AH": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 1005 "IPPROTO_CARP": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 1006 "IPPROTO_DONE": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), 1007 "IPPROTO_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 1008 "IPPROTO_EGP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1009 "IPPROTO_ENCAP": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), 1010 "IPPROTO_EON": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 1011 "IPPROTO_ESP": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 1012 "IPPROTO_ETHERIP": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), 1013 "IPPROTO_FRAGMENT": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 1014 "IPPROTO_GGP": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1015 "IPPROTO_GRE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 1016 "IPPROTO_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1017 "IPPROTO_ICMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1018 "IPPROTO_ICMPV6": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 1019 "IPPROTO_IDP": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 1020 "IPPROTO_IGMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1021 "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1022 "IPPROTO_IPCOMP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 1023 "IPPROTO_IPIP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1024 "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1025 "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), 1026 "IPPROTO_IPV6_ICMP": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 1027 "IPPROTO_MAX": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1028 "IPPROTO_MAXID": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 1029 "IPPROTO_MOBILE": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), 1030 "IPPROTO_NONE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 1031 "IPPROTO_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 1032 "IPPROTO_PIM": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), 1033 "IPPROTO_PUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1034 "IPPROTO_RAW": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 1035 "IPPROTO_ROUTING": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 1036 "IPPROTO_RSVP": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 1037 "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1038 "IPPROTO_TP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 1039 "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1040 "IPPROTO_VRRP": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 1041 "IPV6_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 1042 "IPV6_DEFAULT_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1043 "IPV6_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1044 "IPV6_DEFHLIM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1045 "IPV6_DONTFRAG": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), 1046 "IPV6_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 1047 "IPV6_FAITH": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 1048 "IPV6_FLOWINFO_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294967055", token.INT, 0)), 1049 "IPV6_FLOWLABEL_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294905600", token.INT, 0)), 1050 "IPV6_FRAGTTL": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 1051 "IPV6_HLIMDEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1052 "IPV6_HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 1053 "IPV6_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 1054 "IPV6_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1055 "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1056 "IPV6_LEAVE_GROUP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1057 "IPV6_MAXHLIM": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 1058 "IPV6_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 1059 "IPV6_MMTU": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), 1060 "IPV6_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1061 "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1062 "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1063 "IPV6_NEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 1064 "IPV6_PATHMTU": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 1065 "IPV6_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 1066 "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1067 "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1068 "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1069 "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1070 "IPV6_RECVDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), 1071 "IPV6_RECVHOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 1072 "IPV6_RECVHOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 1073 "IPV6_RECVPATHMTU": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 1074 "IPV6_RECVPKTINFO": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 1075 "IPV6_RECVRTHDR": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), 1076 "IPV6_RECVTCLASS": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 1077 "IPV6_RTHDR": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 1078 "IPV6_RTHDRDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 1079 "IPV6_RTHDR_LOOSE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1080 "IPV6_RTHDR_STRICT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1081 "IPV6_RTHDR_TYPE_0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1082 "IPV6_SOCKOPT_RESERVED1": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1083 "IPV6_TCLASS": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 1084 "IPV6_UNICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1085 "IPV6_USE_MIN_MTU": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 1086 "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 1087 "IPV6_VERSION": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 1088 "IPV6_VERSION_MASK": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 1089 "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1090 "IP_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1091 "IP_DEFAULT_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1092 "IP_DF": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 1093 "IP_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1094 "IP_EF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1095 "IP_ERRORMTU": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 1096 "IP_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1097 "IP_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 1098 "IP_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 1099 "IP_MAX_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1100 "IP_MF": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1101 "IP_MINFRAGSIZE": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), 1102 "IP_MINTTL": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1103 "IP_MSS": reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)), 1104 "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1105 "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1106 "IP_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1107 "IP_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), 1108 "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1109 "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 1110 "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1111 "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1112 "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1113 "IP_RECVDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1114 "IP_RECVIF": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1115 "IP_RECVOPTS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1116 "IP_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1117 "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 1118 "IP_RETOPTS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1119 "IP_RF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1120 "IP_TOS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1121 "IP_TTL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1122 "ISIG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1123 "ISTRIP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1124 "IXANY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1125 "IXOFF": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1126 "IXON": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1127 "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), 1128 "Issetugid": reflect.ValueOf(syscall.Issetugid), 1129 "Kevent": reflect.ValueOf(syscall.Kevent), 1130 "Kqueue": reflect.ValueOf(syscall.Kqueue), 1131 "LOCK_EX": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1132 "LOCK_NB": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1133 "LOCK_SH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1134 "LOCK_UN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1135 "Lchown": reflect.ValueOf(syscall.Lchown), 1136 "Link": reflect.ValueOf(syscall.Link), 1137 "Listen": reflect.ValueOf(syscall.Listen), 1138 "Lstat": reflect.ValueOf(syscall.Lstat), 1139 "MADV_DONTNEED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1140 "MADV_FREE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1141 "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1142 "MADV_RANDOM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1143 "MADV_SEQUENTIAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1144 "MADV_SPACEAVAIL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1145 "MADV_WILLNEED": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1146 "MAP_ALIGNMENT_16MB": reflect.ValueOf(constant.MakeFromLiteral("402653184", token.INT, 0)), 1147 "MAP_ALIGNMENT_1TB": reflect.ValueOf(constant.MakeFromLiteral("671088640", token.INT, 0)), 1148 "MAP_ALIGNMENT_256TB": reflect.ValueOf(constant.MakeFromLiteral("805306368", token.INT, 0)), 1149 "MAP_ALIGNMENT_4GB": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1150 "MAP_ALIGNMENT_64KB": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), 1151 "MAP_ALIGNMENT_64PB": reflect.ValueOf(constant.MakeFromLiteral("939524096", token.INT, 0)), 1152 "MAP_ALIGNMENT_MASK": reflect.ValueOf(constant.MakeFromLiteral("-16777216", token.INT, 0)), 1153 "MAP_ALIGNMENT_SHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1154 "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1155 "MAP_FILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1156 "MAP_FIXED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1157 "MAP_HASSEMAPHORE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1158 "MAP_INHERIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1159 "MAP_INHERIT_COPY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1160 "MAP_INHERIT_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1161 "MAP_INHERIT_DONATE_COPY": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1162 "MAP_INHERIT_NONE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1163 "MAP_INHERIT_SHARE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1164 "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1165 "MAP_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1166 "MAP_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1167 "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1168 "MAP_STACK": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1169 "MAP_TRYFIXED": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1170 "MAP_WIRED": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1171 "MSG_BCAST": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1172 "MSG_CMSG_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1173 "MSG_CONTROLMBUF": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), 1174 "MSG_CTRUNC": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1175 "MSG_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1176 "MSG_DONTWAIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1177 "MSG_EOR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1178 "MSG_IOVUSRSPACE": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), 1179 "MSG_LENUSRSPACE": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), 1180 "MSG_MCAST": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1181 "MSG_NAMEMBUF": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 1182 "MSG_NBIO": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1183 "MSG_NOSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1184 "MSG_OOB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1185 "MSG_PEEK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1186 "MSG_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1187 "MSG_USERFLAGS": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), 1188 "MSG_WAITALL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1189 "Mkdir": reflect.ValueOf(syscall.Mkdir), 1190 "Mkfifo": reflect.ValueOf(syscall.Mkfifo), 1191 "Mknod": reflect.ValueOf(syscall.Mknod), 1192 "Mmap": reflect.ValueOf(syscall.Mmap), 1193 "Munmap": reflect.ValueOf(syscall.Munmap), 1194 "NAME_MAX": reflect.ValueOf(constant.MakeFromLiteral("511", token.INT, 0)), 1195 "NET_RT_DUMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1196 "NET_RT_FLAGS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1197 "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1198 "NET_RT_MAXID": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1199 "NET_RT_OIFLIST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1200 "NET_RT_OOIFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1201 "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), 1202 "NOTE_ATTRIB": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1203 "NOTE_CHILD": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1204 "NOTE_DELETE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1205 "NOTE_EXEC": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1206 "NOTE_EXIT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), 1207 "NOTE_EXTEND": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1208 "NOTE_FORK": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), 1209 "NOTE_LINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1210 "NOTE_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1211 "NOTE_PCTRLMASK": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), 1212 "NOTE_PDATAMASK": reflect.ValueOf(constant.MakeFromLiteral("1048575", token.INT, 0)), 1213 "NOTE_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1214 "NOTE_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1215 "NOTE_TRACK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1216 "NOTE_TRACKERR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1217 "NOTE_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1218 "Nanosleep": reflect.ValueOf(syscall.Nanosleep), 1219 "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), 1220 "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), 1221 "OCRNL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1222 "OFIOGETBMAP": reflect.ValueOf(constant.MakeFromLiteral("3221513850", token.INT, 0)), 1223 "ONLCR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1224 "ONLRET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1225 "ONOCR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1226 "ONOEOT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1227 "OPOST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1228 "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1229 "O_ALT_IO": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), 1230 "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1231 "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1232 "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), 1233 "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1234 "O_DIRECT": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), 1235 "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), 1236 "O_DSYNC": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1237 "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1238 "O_EXLOCK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1239 "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1240 "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1241 "O_NOCTTY": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1242 "O_NOFOLLOW": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1243 "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1244 "O_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 1245 "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1246 "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1247 "O_RSYNC": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1248 "O_SHLOCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1249 "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1250 "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1251 "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1252 "Open": reflect.ValueOf(syscall.Open), 1253 "PARENB": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1254 "PARMRK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1255 "PARODD": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1256 "PENDIN": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1257 "PRIO_PGRP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1258 "PRIO_PROCESS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1259 "PRIO_USER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1260 "PRI_IOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 1261 "PROT_EXEC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1262 "PROT_NONE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1263 "PROT_READ": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1264 "PROT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1265 "PTRACE_CONT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1266 "PTRACE_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1267 "PTRACE_TRACEME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1268 "ParseDirent": reflect.ValueOf(syscall.ParseDirent), 1269 "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), 1270 "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), 1271 "ParseSocketControlMessage": reflect.ValueOf(syscall.ParseSocketControlMessage), 1272 "ParseUnixRights": reflect.ValueOf(syscall.ParseUnixRights), 1273 "Pathconf": reflect.ValueOf(syscall.Pathconf), 1274 "Pipe": reflect.ValueOf(syscall.Pipe), 1275 "Pipe2": reflect.ValueOf(syscall.Pipe2), 1276 "Pread": reflect.ValueOf(syscall.Pread), 1277 "Pwrite": reflect.ValueOf(syscall.Pwrite), 1278 "RLIMIT_AS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1279 "RLIMIT_CORE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1280 "RLIMIT_CPU": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1281 "RLIMIT_DATA": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1282 "RLIMIT_FSIZE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1283 "RLIMIT_NOFILE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1284 "RLIMIT_STACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1285 "RLIM_INFINITY": reflect.ValueOf(constant.MakeFromLiteral("9223372036854775807", token.INT, 0)), 1286 "RTAX_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1287 "RTAX_BRD": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1288 "RTAX_DST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1289 "RTAX_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1290 "RTAX_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1291 "RTAX_IFA": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1292 "RTAX_IFP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1293 "RTAX_MAX": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1294 "RTAX_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1295 "RTAX_TAG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1296 "RTA_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1297 "RTA_BRD": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1298 "RTA_DST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1299 "RTA_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1300 "RTA_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1301 "RTA_IFA": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1302 "RTA_IFP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1303 "RTA_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1304 "RTA_TAG": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1305 "RTF_ANNOUNCE": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1306 "RTF_BLACKHOLE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1307 "RTF_CLONED": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1308 "RTF_CLONING": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1309 "RTF_DONE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1310 "RTF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1311 "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1312 "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1313 "RTF_LLINFO": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1314 "RTF_MASK": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1315 "RTF_MODIFIED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1316 "RTF_PROTO1": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1317 "RTF_PROTO2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 1318 "RTF_REJECT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1319 "RTF_SRC": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1320 "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1321 "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1322 "RTF_XRESOLVE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1323 "RTM_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1324 "RTM_CHANGE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1325 "RTM_CHGADDR": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 1326 "RTM_DELADDR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1327 "RTM_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1328 "RTM_GET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1329 "RTM_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1330 "RTM_IFANNOUNCE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1331 "RTM_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1332 "RTM_LLINFO_UPD": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 1333 "RTM_LOCK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1334 "RTM_LOSING": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1335 "RTM_MISS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1336 "RTM_NEWADDR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1337 "RTM_OIFINFO": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 1338 "RTM_OLDADD": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1339 "RTM_OLDDEL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1340 "RTM_OOIFINFO": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1341 "RTM_REDIRECT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1342 "RTM_RESOLVE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1343 "RTM_RTTUNIT": reflect.ValueOf(constant.MakeFromLiteral("1000000", token.INT, 0)), 1344 "RTM_SETGATE": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 1345 "RTM_VERSION": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1346 "RTV_EXPIRE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1347 "RTV_HOPCOUNT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1348 "RTV_MTU": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1349 "RTV_RPIPE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1350 "RTV_RTT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1351 "RTV_RTTVAR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1352 "RTV_SPIPE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1353 "RTV_SSTHRESH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1354 "RUSAGE_CHILDREN": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), 1355 "RUSAGE_SELF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1356 "Read": reflect.ValueOf(syscall.Read), 1357 "ReadDirent": reflect.ValueOf(syscall.ReadDirent), 1358 "Readlink": reflect.ValueOf(syscall.Readlink), 1359 "Recvfrom": reflect.ValueOf(syscall.Recvfrom), 1360 "Recvmsg": reflect.ValueOf(syscall.Recvmsg), 1361 "Rename": reflect.ValueOf(syscall.Rename), 1362 "Revoke": reflect.ValueOf(syscall.Revoke), 1363 "Rmdir": reflect.ValueOf(syscall.Rmdir), 1364 "RouteRIB": reflect.ValueOf(syscall.RouteRIB), 1365 "SCM_CREDS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1366 "SCM_RIGHTS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1367 "SCM_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1368 "SHUT_RD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1369 "SHUT_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1370 "SHUT_WR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1371 "SIGABRT": reflect.ValueOf(syscall.SIGABRT), 1372 "SIGALRM": reflect.ValueOf(syscall.SIGALRM), 1373 "SIGBUS": reflect.ValueOf(syscall.SIGBUS), 1374 "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), 1375 "SIGCONT": reflect.ValueOf(syscall.SIGCONT), 1376 "SIGEMT": reflect.ValueOf(syscall.SIGEMT), 1377 "SIGFPE": reflect.ValueOf(syscall.SIGFPE), 1378 "SIGHUP": reflect.ValueOf(syscall.SIGHUP), 1379 "SIGILL": reflect.ValueOf(syscall.SIGILL), 1380 "SIGINFO": reflect.ValueOf(syscall.SIGINFO), 1381 "SIGINT": reflect.ValueOf(syscall.SIGINT), 1382 "SIGIO": reflect.ValueOf(syscall.SIGIO), 1383 "SIGIOT": reflect.ValueOf(syscall.SIGIOT), 1384 "SIGKILL": reflect.ValueOf(syscall.SIGKILL), 1385 "SIGPIPE": reflect.ValueOf(syscall.SIGPIPE), 1386 "SIGPROF": reflect.ValueOf(syscall.SIGPROF), 1387 "SIGPWR": reflect.ValueOf(syscall.SIGPWR), 1388 "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), 1389 "SIGSEGV": reflect.ValueOf(syscall.SIGSEGV), 1390 "SIGSTOP": reflect.ValueOf(syscall.SIGSTOP), 1391 "SIGSYS": reflect.ValueOf(syscall.SIGSYS), 1392 "SIGTERM": reflect.ValueOf(syscall.SIGTERM), 1393 "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), 1394 "SIGTSTP": reflect.ValueOf(syscall.SIGTSTP), 1395 "SIGTTIN": reflect.ValueOf(syscall.SIGTTIN), 1396 "SIGTTOU": reflect.ValueOf(syscall.SIGTTOU), 1397 "SIGURG": reflect.ValueOf(syscall.SIGURG), 1398 "SIGUSR1": reflect.ValueOf(syscall.SIGUSR1), 1399 "SIGUSR2": reflect.ValueOf(syscall.SIGUSR2), 1400 "SIGVTALRM": reflect.ValueOf(syscall.SIGVTALRM), 1401 "SIGWINCH": reflect.ValueOf(syscall.SIGWINCH), 1402 "SIGXCPU": reflect.ValueOf(syscall.SIGXCPU), 1403 "SIGXFSZ": reflect.ValueOf(syscall.SIGXFSZ), 1404 "SIOCADDMULTI": reflect.ValueOf(constant.MakeFromLiteral("2156947761", token.INT, 0)), 1405 "SIOCADDRT": reflect.ValueOf(constant.MakeFromLiteral("2150658570", token.INT, 0)), 1406 "SIOCAIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704858", token.INT, 0)), 1407 "SIOCALIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860636", token.INT, 0)), 1408 "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)), 1409 "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("2156947762", token.INT, 0)), 1410 "SIOCDELRT": reflect.ValueOf(constant.MakeFromLiteral("2150658571", token.INT, 0)), 1411 "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2156947737", token.INT, 0)), 1412 "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2156947785", token.INT, 0)), 1413 "SIOCDLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860638", token.INT, 0)), 1414 "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223087483", token.INT, 0)), 1415 "SIOCGETPFSYNC": reflect.ValueOf(constant.MakeFromLiteral("3230689784", token.INT, 0)), 1416 "SIOCGETSGCNT": reflect.ValueOf(constant.MakeFromLiteral("3222566196", token.INT, 0)), 1417 "SIOCGETVIFCNT": reflect.ValueOf(constant.MakeFromLiteral("3222566195", token.INT, 0)), 1418 "SIOCGHIWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033409", token.INT, 0)), 1419 "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3230689569", token.INT, 0)), 1420 "SIOCGIFADDRPREF": reflect.ValueOf(constant.MakeFromLiteral("3230951712", token.INT, 0)), 1421 "SIOCGIFALIAS": reflect.ValueOf(constant.MakeFromLiteral("3225446683", token.INT, 0)), 1422 "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3230689571", token.INT, 0)), 1423 "SIOCGIFCAP": reflect.ValueOf(constant.MakeFromLiteral("3223349622", token.INT, 0)), 1424 "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3221776678", token.INT, 0)), 1425 "SIOCGIFDATA": reflect.ValueOf(constant.MakeFromLiteral("3230951813", token.INT, 0)), 1426 "SIOCGIFDLT": reflect.ValueOf(constant.MakeFromLiteral("3230689655", token.INT, 0)), 1427 "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3230689570", token.INT, 0)), 1428 "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3230689553", token.INT, 0)), 1429 "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3230689594", token.INT, 0)), 1430 "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223873846", token.INT, 0)), 1431 "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("3230689559", token.INT, 0)), 1432 "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("3230689662", token.INT, 0)), 1433 "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("3230689573", token.INT, 0)), 1434 "SIOCGIFPDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3230689608", token.INT, 0)), 1435 "SIOCGIFPSRCADDR": reflect.ValueOf(constant.MakeFromLiteral("3230689607", token.INT, 0)), 1436 "SIOCGLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602461", token.INT, 0)), 1437 "SIOCGLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602507", token.INT, 0)), 1438 "SIOCGLINKSTR": reflect.ValueOf(constant.MakeFromLiteral("3223087495", token.INT, 0)), 1439 "SIOCGLOWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033411", token.INT, 0)), 1440 "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)), 1441 "SIOCGVH": reflect.ValueOf(constant.MakeFromLiteral("3230689667", token.INT, 0)), 1442 "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("2156947834", token.INT, 0)), 1443 "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2156947833", token.INT, 0)), 1444 "SIOCIFGCLONERS": reflect.ValueOf(constant.MakeFromLiteral("3222038904", token.INT, 0)), 1445 "SIOCINITIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3225708932", token.INT, 0)), 1446 "SIOCSDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("2149345659", token.INT, 0)), 1447 "SIOCSETPFSYNC": reflect.ValueOf(constant.MakeFromLiteral("2156947959", token.INT, 0)), 1448 "SIOCSHIWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775232", token.INT, 0)), 1449 "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2156947724", token.INT, 0)), 1450 "SIOCSIFADDRPREF": reflect.ValueOf(constant.MakeFromLiteral("2157209887", token.INT, 0)), 1451 "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("2156947731", token.INT, 0)), 1452 "SIOCSIFCAP": reflect.ValueOf(constant.MakeFromLiteral("2149607797", token.INT, 0)), 1453 "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("2156947726", token.INT, 0)), 1454 "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2156947728", token.INT, 0)), 1455 "SIOCSIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("2156947769", token.INT, 0)), 1456 "SIOCSIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3230689589", token.INT, 0)), 1457 "SIOCSIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("2156947736", token.INT, 0)), 1458 "SIOCSIFMTU": reflect.ValueOf(constant.MakeFromLiteral("2156947839", token.INT, 0)), 1459 "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("2156947734", token.INT, 0)), 1460 "SIOCSIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704902", token.INT, 0)), 1461 "SIOCSLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860682", token.INT, 0)), 1462 "SIOCSLINKSTR": reflect.ValueOf(constant.MakeFromLiteral("2149345672", token.INT, 0)), 1463 "SIOCSLOWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775234", token.INT, 0)), 1464 "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775240", token.INT, 0)), 1465 "SIOCSVH": reflect.ValueOf(constant.MakeFromLiteral("3230689666", token.INT, 0)), 1466 "SIOCZIFDATA": reflect.ValueOf(constant.MakeFromLiteral("3230951814", token.INT, 0)), 1467 "SOCK_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), 1468 "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1469 "SOCK_FLAGS_MASK": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), 1470 "SOCK_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1471 "SOCK_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), 1472 "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1473 "SOCK_RDM": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1474 "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1475 "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1476 "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 1477 "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1478 "SO_ACCEPTCONN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1479 "SO_ACCEPTFILTER": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1480 "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1481 "SO_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1482 "SO_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1483 "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)), 1484 "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1485 "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1486 "SO_NOHEADER": reflect.ValueOf(constant.MakeFromLiteral("4106", token.INT, 0)), 1487 "SO_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1488 "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1489 "SO_OVERFLOWED": reflect.ValueOf(constant.MakeFromLiteral("4105", token.INT, 0)), 1490 "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)), 1491 "SO_RCVLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)), 1492 "SO_RCVTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4108", token.INT, 0)), 1493 "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1494 "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1495 "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)), 1496 "SO_SNDLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)), 1497 "SO_SNDTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4107", token.INT, 0)), 1498 "SO_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1499 "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), 1500 "SO_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1501 "SYSCTL_VERSION": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 1502 "SYSCTL_VERS_0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1503 "SYSCTL_VERS_1": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 1504 "SYSCTL_VERS_MASK": reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)), 1505 "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 1506 "SYS_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 1507 "SYS_ACCT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 1508 "SYS_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("421", token.INT, 0)), 1509 "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 1510 "SYS_BREAK": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1511 "SYS_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1512 "SYS_CHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 1513 "SYS_CHMOD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 1514 "SYS_CHOWN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1515 "SYS_CHROOT": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 1516 "SYS_CLOCK_GETRES": reflect.ValueOf(constant.MakeFromLiteral("429", token.INT, 0)), 1517 "SYS_CLOCK_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("427", token.INT, 0)), 1518 "SYS_CLOCK_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("428", token.INT, 0)), 1519 "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1520 "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), 1521 "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), 1522 "SYS_DUP2": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), 1523 "SYS_DUP3": reflect.ValueOf(constant.MakeFromLiteral("454", token.INT, 0)), 1524 "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 1525 "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1526 "SYS_EXTATTRCTL": reflect.ValueOf(constant.MakeFromLiteral("360", token.INT, 0)), 1527 "SYS_EXTATTR_DELETE_FD": reflect.ValueOf(constant.MakeFromLiteral("366", token.INT, 0)), 1528 "SYS_EXTATTR_DELETE_FILE": reflect.ValueOf(constant.MakeFromLiteral("363", token.INT, 0)), 1529 "SYS_EXTATTR_DELETE_LINK": reflect.ValueOf(constant.MakeFromLiteral("369", token.INT, 0)), 1530 "SYS_EXTATTR_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("365", token.INT, 0)), 1531 "SYS_EXTATTR_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("362", token.INT, 0)), 1532 "SYS_EXTATTR_GET_LINK": reflect.ValueOf(constant.MakeFromLiteral("368", token.INT, 0)), 1533 "SYS_EXTATTR_LIST_FD": reflect.ValueOf(constant.MakeFromLiteral("370", token.INT, 0)), 1534 "SYS_EXTATTR_LIST_FILE": reflect.ValueOf(constant.MakeFromLiteral("371", token.INT, 0)), 1535 "SYS_EXTATTR_LIST_LINK": reflect.ValueOf(constant.MakeFromLiteral("372", token.INT, 0)), 1536 "SYS_EXTATTR_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("364", token.INT, 0)), 1537 "SYS_EXTATTR_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("361", token.INT, 0)), 1538 "SYS_EXTATTR_SET_LINK": reflect.ValueOf(constant.MakeFromLiteral("367", token.INT, 0)), 1539 "SYS_FACCESSAT": reflect.ValueOf(constant.MakeFromLiteral("462", token.INT, 0)), 1540 "SYS_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1541 "SYS_FCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 1542 "SYS_FCHMOD": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 1543 "SYS_FCHMODAT": reflect.ValueOf(constant.MakeFromLiteral("463", token.INT, 0)), 1544 "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), 1545 "SYS_FCHOWNAT": reflect.ValueOf(constant.MakeFromLiteral("464", token.INT, 0)), 1546 "SYS_FCHROOT": reflect.ValueOf(constant.MakeFromLiteral("297", token.INT, 0)), 1547 "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), 1548 "SYS_FDATASYNC": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), 1549 "SYS_FEXECVE": reflect.ValueOf(constant.MakeFromLiteral("465", token.INT, 0)), 1550 "SYS_FGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("380", token.INT, 0)), 1551 "SYS_FHSTAT": reflect.ValueOf(constant.MakeFromLiteral("451", token.INT, 0)), 1552 "SYS_FKTRACE": reflect.ValueOf(constant.MakeFromLiteral("288", token.INT, 0)), 1553 "SYS_FLISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("383", token.INT, 0)), 1554 "SYS_FLOCK": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), 1555 "SYS_FORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1556 "SYS_FPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), 1557 "SYS_FREMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("386", token.INT, 0)), 1558 "SYS_FSETXATTR": reflect.ValueOf(constant.MakeFromLiteral("377", token.INT, 0)), 1559 "SYS_FSTAT": reflect.ValueOf(constant.MakeFromLiteral("440", token.INT, 0)), 1560 "SYS_FSTATAT": reflect.ValueOf(constant.MakeFromLiteral("466", token.INT, 0)), 1561 "SYS_FSTATVFS1": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), 1562 "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), 1563 "SYS_FSYNC_RANGE": reflect.ValueOf(constant.MakeFromLiteral("354", token.INT, 0)), 1564 "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), 1565 "SYS_FUTIMENS": reflect.ValueOf(constant.MakeFromLiteral("472", token.INT, 0)), 1566 "SYS_FUTIMES": reflect.ValueOf(constant.MakeFromLiteral("423", token.INT, 0)), 1567 "SYS_GETCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("307", token.INT, 0)), 1568 "SYS_GETDENTS": reflect.ValueOf(constant.MakeFromLiteral("390", token.INT, 0)), 1569 "SYS_GETEGID": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 1570 "SYS_GETEUID": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), 1571 "SYS_GETFH": reflect.ValueOf(constant.MakeFromLiteral("395", token.INT, 0)), 1572 "SYS_GETGID": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 1573 "SYS_GETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), 1574 "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("426", token.INT, 0)), 1575 "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 1576 "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), 1577 "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), 1578 "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1579 "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 1580 "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), 1581 "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), 1582 "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("445", token.INT, 0)), 1583 "SYS_GETSID": reflect.ValueOf(constant.MakeFromLiteral("286", token.INT, 0)), 1584 "SYS_GETSOCKNAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1585 "SYS_GETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), 1586 "SYS_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("418", token.INT, 0)), 1587 "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1588 "SYS_GETVFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("356", token.INT, 0)), 1589 "SYS_GETXATTR": reflect.ValueOf(constant.MakeFromLiteral("378", token.INT, 0)), 1590 "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 1591 "SYS_ISSETUGID": reflect.ValueOf(constant.MakeFromLiteral("305", token.INT, 0)), 1592 "SYS_KEVENT": reflect.ValueOf(constant.MakeFromLiteral("435", token.INT, 0)), 1593 "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 1594 "SYS_KQUEUE": reflect.ValueOf(constant.MakeFromLiteral("344", token.INT, 0)), 1595 "SYS_KQUEUE1": reflect.ValueOf(constant.MakeFromLiteral("455", token.INT, 0)), 1596 "SYS_KTRACE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), 1597 "SYS_LCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("304", token.INT, 0)), 1598 "SYS_LCHMOD": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), 1599 "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("275", token.INT, 0)), 1600 "SYS_LGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("379", token.INT, 0)), 1601 "SYS_LINK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1602 "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("457", token.INT, 0)), 1603 "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), 1604 "SYS_LISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("381", token.INT, 0)), 1605 "SYS_LLISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("382", token.INT, 0)), 1606 "SYS_LREMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("385", token.INT, 0)), 1607 "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), 1608 "SYS_LSETXATTR": reflect.ValueOf(constant.MakeFromLiteral("376", token.INT, 0)), 1609 "SYS_LSTAT": reflect.ValueOf(constant.MakeFromLiteral("441", token.INT, 0)), 1610 "SYS_LUTIMES": reflect.ValueOf(constant.MakeFromLiteral("424", token.INT, 0)), 1611 "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 1612 "SYS_MINCORE": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), 1613 "SYS_MINHERIT": reflect.ValueOf(constant.MakeFromLiteral("273", token.INT, 0)), 1614 "SYS_MKDIR": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 1615 "SYS_MKDIRAT": reflect.ValueOf(constant.MakeFromLiteral("461", token.INT, 0)), 1616 "SYS_MKFIFO": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 1617 "SYS_MKFIFOAT": reflect.ValueOf(constant.MakeFromLiteral("459", token.INT, 0)), 1618 "SYS_MKNOD": reflect.ValueOf(constant.MakeFromLiteral("450", token.INT, 0)), 1619 "SYS_MKNODAT": reflect.ValueOf(constant.MakeFromLiteral("460", token.INT, 0)), 1620 "SYS_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), 1621 "SYS_MLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), 1622 "SYS_MMAP": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), 1623 "SYS_MODCTL": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), 1624 "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("410", token.INT, 0)), 1625 "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), 1626 "SYS_MREMAP": reflect.ValueOf(constant.MakeFromLiteral("411", token.INT, 0)), 1627 "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("444", token.INT, 0)), 1628 "SYS_MSGGET": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), 1629 "SYS_MSGRCV": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), 1630 "SYS_MSGSND": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), 1631 "SYS_MUNLOCK": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), 1632 "SYS_MUNLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), 1633 "SYS_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), 1634 "SYS_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("430", token.INT, 0)), 1635 "SYS_NTP_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 1636 "SYS_NTP_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), 1637 "SYS_OPEN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1638 "SYS_OPENAT": reflect.ValueOf(constant.MakeFromLiteral("468", token.INT, 0)), 1639 "SYS_PACCEPT": reflect.ValueOf(constant.MakeFromLiteral("456", token.INT, 0)), 1640 "SYS_PATHCONF": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), 1641 "SYS_PIPE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 1642 "SYS_PIPE2": reflect.ValueOf(constant.MakeFromLiteral("453", token.INT, 0)), 1643 "SYS_PMC_CONTROL": reflect.ValueOf(constant.MakeFromLiteral("342", token.INT, 0)), 1644 "SYS_PMC_GET_INFO": reflect.ValueOf(constant.MakeFromLiteral("341", token.INT, 0)), 1645 "SYS_POLL": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), 1646 "SYS_POLLTS": reflect.ValueOf(constant.MakeFromLiteral("437", token.INT, 0)), 1647 "SYS_POSIX_FADVISE": reflect.ValueOf(constant.MakeFromLiteral("416", token.INT, 0)), 1648 "SYS_POSIX_SPAWN": reflect.ValueOf(constant.MakeFromLiteral("474", token.INT, 0)), 1649 "SYS_PREAD": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), 1650 "SYS_PREADV": reflect.ValueOf(constant.MakeFromLiteral("289", token.INT, 0)), 1651 "SYS_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 1652 "SYS_PSELECT": reflect.ValueOf(constant.MakeFromLiteral("436", token.INT, 0)), 1653 "SYS_PSET_ASSIGN": reflect.ValueOf(constant.MakeFromLiteral("414", token.INT, 0)), 1654 "SYS_PSET_CREATE": reflect.ValueOf(constant.MakeFromLiteral("412", token.INT, 0)), 1655 "SYS_PSET_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("413", token.INT, 0)), 1656 "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 1657 "SYS_PWRITE": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), 1658 "SYS_PWRITEV": reflect.ValueOf(constant.MakeFromLiteral("290", token.INT, 0)), 1659 "SYS_RASCTL": reflect.ValueOf(constant.MakeFromLiteral("343", token.INT, 0)), 1660 "SYS_READ": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1661 "SYS_READLINK": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 1662 "SYS_READLINKAT": reflect.ValueOf(constant.MakeFromLiteral("469", token.INT, 0)), 1663 "SYS_READV": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 1664 "SYS_REBOOT": reflect.ValueOf(constant.MakeFromLiteral("208", token.INT, 0)), 1665 "SYS_RECVFROM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 1666 "SYS_RECVMMSG": reflect.ValueOf(constant.MakeFromLiteral("475", token.INT, 0)), 1667 "SYS_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 1668 "SYS_REMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("384", token.INT, 0)), 1669 "SYS_RENAME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1670 "SYS_RENAMEAT": reflect.ValueOf(constant.MakeFromLiteral("458", token.INT, 0)), 1671 "SYS_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 1672 "SYS_RMDIR": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), 1673 "SYS_SBRK": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), 1674 "SYS_SCHED_YIELD": reflect.ValueOf(constant.MakeFromLiteral("350", token.INT, 0)), 1675 "SYS_SELECT": reflect.ValueOf(constant.MakeFromLiteral("417", token.INT, 0)), 1676 "SYS_SEMCONFIG": reflect.ValueOf(constant.MakeFromLiteral("223", token.INT, 0)), 1677 "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), 1678 "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), 1679 "SYS_SENDMMSG": reflect.ValueOf(constant.MakeFromLiteral("476", token.INT, 0)), 1680 "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1681 "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), 1682 "SYS_SETCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("308", token.INT, 0)), 1683 "SYS_SETEGID": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), 1684 "SYS_SETEUID": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), 1685 "SYS_SETGID": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), 1686 "SYS_SETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 1687 "SYS_SETITIMER": reflect.ValueOf(constant.MakeFromLiteral("425", token.INT, 0)), 1688 "SYS_SETPGID": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), 1689 "SYS_SETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 1690 "SYS_SETREGID": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 1691 "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), 1692 "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), 1693 "SYS_SETSID": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), 1694 "SYS_SETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), 1695 "SYS_SETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("419", token.INT, 0)), 1696 "SYS_SETUID": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 1697 "SYS_SETXATTR": reflect.ValueOf(constant.MakeFromLiteral("375", token.INT, 0)), 1698 "SYS_SHMAT": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), 1699 "SYS_SHMCTL": reflect.ValueOf(constant.MakeFromLiteral("443", token.INT, 0)), 1700 "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), 1701 "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), 1702 "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 1703 "SYS_SIGQUEUEINFO": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), 1704 "SYS_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("394", token.INT, 0)), 1705 "SYS_SOCKETPAIR": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), 1706 "SYS_SSTK": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), 1707 "SYS_STAT": reflect.ValueOf(constant.MakeFromLiteral("439", token.INT, 0)), 1708 "SYS_STATVFS1": reflect.ValueOf(constant.MakeFromLiteral("357", token.INT, 0)), 1709 "SYS_SWAPCTL": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), 1710 "SYS_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 1711 "SYS_SYMLINKAT": reflect.ValueOf(constant.MakeFromLiteral("470", token.INT, 0)), 1712 "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 1713 "SYS_SYSARCH": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), 1714 "SYS_TIMER_CREATE": reflect.ValueOf(constant.MakeFromLiteral("235", token.INT, 0)), 1715 "SYS_TIMER_DELETE": reflect.ValueOf(constant.MakeFromLiteral("236", token.INT, 0)), 1716 "SYS_TIMER_GETOVERRUN": reflect.ValueOf(constant.MakeFromLiteral("239", token.INT, 0)), 1717 "SYS_TIMER_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("447", token.INT, 0)), 1718 "SYS_TIMER_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("446", token.INT, 0)), 1719 "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 1720 "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 1721 "SYS_UNDELETE": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), 1722 "SYS_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1723 "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("471", token.INT, 0)), 1724 "SYS_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 1725 "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("467", token.INT, 0)), 1726 "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("420", token.INT, 0)), 1727 "SYS_UTRACE": reflect.ValueOf(constant.MakeFromLiteral("306", token.INT, 0)), 1728 "SYS_UUIDGEN": reflect.ValueOf(constant.MakeFromLiteral("355", token.INT, 0)), 1729 "SYS_VADVISE": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), 1730 "SYS_VFORK": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), 1731 "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("449", token.INT, 0)), 1732 "SYS_WAIT6": reflect.ValueOf(constant.MakeFromLiteral("481", token.INT, 0)), 1733 "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1734 "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), 1735 "SYS__LWP_CONTINUE": reflect.ValueOf(constant.MakeFromLiteral("314", token.INT, 0)), 1736 "SYS__LWP_CREATE": reflect.ValueOf(constant.MakeFromLiteral("309", token.INT, 0)), 1737 "SYS__LWP_CTL": reflect.ValueOf(constant.MakeFromLiteral("325", token.INT, 0)), 1738 "SYS__LWP_DETACH": reflect.ValueOf(constant.MakeFromLiteral("319", token.INT, 0)), 1739 "SYS__LWP_EXIT": reflect.ValueOf(constant.MakeFromLiteral("310", token.INT, 0)), 1740 "SYS__LWP_GETNAME": reflect.ValueOf(constant.MakeFromLiteral("324", token.INT, 0)), 1741 "SYS__LWP_GETPRIVATE": reflect.ValueOf(constant.MakeFromLiteral("316", token.INT, 0)), 1742 "SYS__LWP_KILL": reflect.ValueOf(constant.MakeFromLiteral("318", token.INT, 0)), 1743 "SYS__LWP_PARK": reflect.ValueOf(constant.MakeFromLiteral("434", token.INT, 0)), 1744 "SYS__LWP_SELF": reflect.ValueOf(constant.MakeFromLiteral("311", token.INT, 0)), 1745 "SYS__LWP_SETNAME": reflect.ValueOf(constant.MakeFromLiteral("323", token.INT, 0)), 1746 "SYS__LWP_SETPRIVATE": reflect.ValueOf(constant.MakeFromLiteral("317", token.INT, 0)), 1747 "SYS__LWP_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("313", token.INT, 0)), 1748 "SYS__LWP_UNPARK": reflect.ValueOf(constant.MakeFromLiteral("321", token.INT, 0)), 1749 "SYS__LWP_UNPARK_ALL": reflect.ValueOf(constant.MakeFromLiteral("322", token.INT, 0)), 1750 "SYS__LWP_WAIT": reflect.ValueOf(constant.MakeFromLiteral("312", token.INT, 0)), 1751 "SYS__LWP_WAKEUP": reflect.ValueOf(constant.MakeFromLiteral("315", token.INT, 0)), 1752 "SYS__PSET_BIND": reflect.ValueOf(constant.MakeFromLiteral("415", token.INT, 0)), 1753 "SYS__SCHED_GETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("349", token.INT, 0)), 1754 "SYS__SCHED_GETPARAM": reflect.ValueOf(constant.MakeFromLiteral("347", token.INT, 0)), 1755 "SYS__SCHED_SETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("348", token.INT, 0)), 1756 "SYS__SCHED_SETPARAM": reflect.ValueOf(constant.MakeFromLiteral("346", token.INT, 0)), 1757 "SYS___CLONE": reflect.ValueOf(constant.MakeFromLiteral("287", token.INT, 0)), 1758 "SYS___GETCWD": reflect.ValueOf(constant.MakeFromLiteral("296", token.INT, 0)), 1759 "SYS___GETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 1760 "SYS___POSIX_CHOWN": reflect.ValueOf(constant.MakeFromLiteral("283", token.INT, 0)), 1761 "SYS___POSIX_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("284", token.INT, 0)), 1762 "SYS___POSIX_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("285", token.INT, 0)), 1763 "SYS___POSIX_RENAME": reflect.ValueOf(constant.MakeFromLiteral("270", token.INT, 0)), 1764 "SYS___QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("473", token.INT, 0)), 1765 "SYS___SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("442", token.INT, 0)), 1766 "SYS___SETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 1767 "SYS___SIGACTION_SIGTRAMP": reflect.ValueOf(constant.MakeFromLiteral("340", token.INT, 0)), 1768 "SYS___SIGTIMEDWAIT": reflect.ValueOf(constant.MakeFromLiteral("431", token.INT, 0)), 1769 "SYS___SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), 1770 "S_ARCH1": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1771 "S_ARCH2": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1772 "S_BLKSIZE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1773 "S_IEXEC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1774 "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), 1775 "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1776 "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 1777 "S_IFIFO": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1778 "S_IFLNK": reflect.ValueOf(constant.MakeFromLiteral("40960", token.INT, 0)), 1779 "S_IFMT": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), 1780 "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1781 "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), 1782 "S_IFWHT": reflect.ValueOf(constant.MakeFromLiteral("57344", token.INT, 0)), 1783 "S_IREAD": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1784 "S_IRGRP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1785 "S_IROTH": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1786 "S_IRUSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1787 "S_IRWXG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 1788 "S_IRWXO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1789 "S_IRWXU": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), 1790 "S_ISGID": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1791 "S_ISTXT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1792 "S_ISUID": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1793 "S_ISVTX": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1794 "S_IWGRP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1795 "S_IWOTH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1796 "S_IWRITE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1797 "S_IWUSR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1798 "S_IXGRP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1799 "S_IXOTH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1800 "S_IXUSR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1801 "Seek": reflect.ValueOf(syscall.Seek), 1802 "Select": reflect.ValueOf(syscall.Select), 1803 "Sendfile": reflect.ValueOf(syscall.Sendfile), 1804 "Sendmsg": reflect.ValueOf(syscall.Sendmsg), 1805 "SendmsgN": reflect.ValueOf(syscall.SendmsgN), 1806 "Sendto": reflect.ValueOf(syscall.Sendto), 1807 "SetBpf": reflect.ValueOf(syscall.SetBpf), 1808 "SetBpfBuflen": reflect.ValueOf(syscall.SetBpfBuflen), 1809 "SetBpfDatalink": reflect.ValueOf(syscall.SetBpfDatalink), 1810 "SetBpfHeadercmpl": reflect.ValueOf(syscall.SetBpfHeadercmpl), 1811 "SetBpfImmediate": reflect.ValueOf(syscall.SetBpfImmediate), 1812 "SetBpfInterface": reflect.ValueOf(syscall.SetBpfInterface), 1813 "SetBpfPromisc": reflect.ValueOf(syscall.SetBpfPromisc), 1814 "SetBpfTimeout": reflect.ValueOf(syscall.SetBpfTimeout), 1815 "SetKevent": reflect.ValueOf(syscall.SetKevent), 1816 "SetNonblock": reflect.ValueOf(syscall.SetNonblock), 1817 "Setegid": reflect.ValueOf(syscall.Setegid), 1818 "Setenv": reflect.ValueOf(syscall.Setenv), 1819 "Seteuid": reflect.ValueOf(syscall.Seteuid), 1820 "Setgid": reflect.ValueOf(syscall.Setgid), 1821 "Setgroups": reflect.ValueOf(syscall.Setgroups), 1822 "Setpgid": reflect.ValueOf(syscall.Setpgid), 1823 "Setpriority": reflect.ValueOf(syscall.Setpriority), 1824 "Setregid": reflect.ValueOf(syscall.Setregid), 1825 "Setreuid": reflect.ValueOf(syscall.Setreuid), 1826 "Setrlimit": reflect.ValueOf(syscall.Setrlimit), 1827 "Setsid": reflect.ValueOf(syscall.Setsid), 1828 "SetsockoptByte": reflect.ValueOf(syscall.SetsockoptByte), 1829 "SetsockoptICMPv6Filter": reflect.ValueOf(syscall.SetsockoptICMPv6Filter), 1830 "SetsockoptIPMreq": reflect.ValueOf(syscall.SetsockoptIPMreq), 1831 "SetsockoptIPv6Mreq": reflect.ValueOf(syscall.SetsockoptIPv6Mreq), 1832 "SetsockoptInet4Addr": reflect.ValueOf(syscall.SetsockoptInet4Addr), 1833 "SetsockoptInt": reflect.ValueOf(syscall.SetsockoptInt), 1834 "SetsockoptLinger": reflect.ValueOf(syscall.SetsockoptLinger), 1835 "SetsockoptString": reflect.ValueOf(syscall.SetsockoptString), 1836 "SetsockoptTimeval": reflect.ValueOf(syscall.SetsockoptTimeval), 1837 "Settimeofday": reflect.ValueOf(syscall.Settimeofday), 1838 "Setuid": reflect.ValueOf(syscall.Setuid), 1839 "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1840 "SizeofBpfInsn": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1841 "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1842 "SizeofBpfStat": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1843 "SizeofBpfVersion": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1844 "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1845 "SizeofICMPv6Filter": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1846 "SizeofIPMreq": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1847 "SizeofIPv6MTUInfo": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1848 "SizeofIPv6Mreq": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1849 "SizeofIfAnnounceMsghdr": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1850 "SizeofIfData": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 1851 "SizeofIfMsghdr": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), 1852 "SizeofIfaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1853 "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1854 "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1855 "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1856 "SizeofRtMetrics": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 1857 "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 1858 "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 1859 "SizeofSockaddrDatalink": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1860 "SizeofSockaddrInet4": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1861 "SizeofSockaddrInet6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1862 "SizeofSockaddrUnix": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), 1863 "SlicePtrFromStrings": reflect.ValueOf(syscall.SlicePtrFromStrings), 1864 "Socket": reflect.ValueOf(syscall.Socket), 1865 "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), 1866 "Socketpair": reflect.ValueOf(syscall.Socketpair), 1867 "Stat": reflect.ValueOf(syscall.Stat), 1868 "Stderr": reflect.ValueOf(&syscall.Stderr).Elem(), 1869 "Stdin": reflect.ValueOf(&syscall.Stdin).Elem(), 1870 "Stdout": reflect.ValueOf(&syscall.Stdout).Elem(), 1871 "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), 1872 "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), 1873 "StringSlicePtr": reflect.ValueOf(syscall.StringSlicePtr), 1874 "Symlink": reflect.ValueOf(syscall.Symlink), 1875 "Sync": reflect.ValueOf(syscall.Sync), 1876 "Sysctl": reflect.ValueOf(syscall.Sysctl), 1877 "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), 1878 "TCIFLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1879 "TCIOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1880 "TCOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1881 "TCP_CONGCTL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1882 "TCP_KEEPCNT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1883 "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1884 "TCP_KEEPINIT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1885 "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1886 "TCP_MAXBURST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1887 "TCP_MAXSEG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1888 "TCP_MAXWIN": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 1889 "TCP_MAX_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1890 "TCP_MD5SIG": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1891 "TCP_MINMSS": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), 1892 "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("536", token.INT, 0)), 1893 "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1894 "TCSAFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1895 "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)), 1896 "TIOCCDTR": reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)), 1897 "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("2147775586", token.INT, 0)), 1898 "TIOCDCDTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074558040", token.INT, 0)), 1899 "TIOCDRAIN": reflect.ValueOf(constant.MakeFromLiteral("536900702", token.INT, 0)), 1900 "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)), 1901 "TIOCEXT": reflect.ValueOf(constant.MakeFromLiteral("2147775584", token.INT, 0)), 1902 "TIOCFLAG_CDTRCTS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1903 "TIOCFLAG_CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1904 "TIOCFLAG_CRTSCTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1905 "TIOCFLAG_MDMBUF": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1906 "TIOCFLAG_SOFTCAR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1907 "TIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2147775504", token.INT, 0)), 1908 "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1076655123", token.INT, 0)), 1909 "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("1074033690", token.INT, 0)), 1910 "TIOCGFLAGS": reflect.ValueOf(constant.MakeFromLiteral("1074033757", token.INT, 0)), 1911 "TIOCGLINED": reflect.ValueOf(constant.MakeFromLiteral("1075868738", token.INT, 0)), 1912 "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)), 1913 "TIOCGQSIZE": reflect.ValueOf(constant.MakeFromLiteral("1074033793", token.INT, 0)), 1914 "TIOCGRANTPT": reflect.ValueOf(constant.MakeFromLiteral("536900679", token.INT, 0)), 1915 "TIOCGSID": reflect.ValueOf(constant.MakeFromLiteral("1074033763", token.INT, 0)), 1916 "TIOCGSIZE": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), 1917 "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), 1918 "TIOCMBIC": reflect.ValueOf(constant.MakeFromLiteral("2147775595", token.INT, 0)), 1919 "TIOCMBIS": reflect.ValueOf(constant.MakeFromLiteral("2147775596", token.INT, 0)), 1920 "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)), 1921 "TIOCMSET": reflect.ValueOf(constant.MakeFromLiteral("2147775597", token.INT, 0)), 1922 "TIOCM_CAR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1923 "TIOCM_CD": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1924 "TIOCM_CTS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1925 "TIOCM_DSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1926 "TIOCM_DTR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1927 "TIOCM_LE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1928 "TIOCM_RI": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1929 "TIOCM_RNG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1930 "TIOCM_RTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1931 "TIOCM_SR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1932 "TIOCM_ST": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1933 "TIOCNOTTY": reflect.ValueOf(constant.MakeFromLiteral("536900721", token.INT, 0)), 1934 "TIOCNXCL": reflect.ValueOf(constant.MakeFromLiteral("536900622", token.INT, 0)), 1935 "TIOCOUTQ": reflect.ValueOf(constant.MakeFromLiteral("1074033779", token.INT, 0)), 1936 "TIOCPKT": reflect.ValueOf(constant.MakeFromLiteral("2147775600", token.INT, 0)), 1937 "TIOCPKT_DATA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1938 "TIOCPKT_DOSTOP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1939 "TIOCPKT_FLUSHREAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1940 "TIOCPKT_FLUSHWRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1941 "TIOCPKT_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1942 "TIOCPKT_NOSTOP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1943 "TIOCPKT_START": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1944 "TIOCPKT_STOP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1945 "TIOCPTMGET": reflect.ValueOf(constant.MakeFromLiteral("1208513606", token.INT, 0)), 1946 "TIOCPTSNAME": reflect.ValueOf(constant.MakeFromLiteral("1208513608", token.INT, 0)), 1947 "TIOCRCVFRAME": reflect.ValueOf(constant.MakeFromLiteral("2147775557", token.INT, 0)), 1948 "TIOCREMOTE": reflect.ValueOf(constant.MakeFromLiteral("2147775593", token.INT, 0)), 1949 "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("536900731", token.INT, 0)), 1950 "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("536900705", token.INT, 0)), 1951 "TIOCSDTR": reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)), 1952 "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2150396948", token.INT, 0)), 1953 "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2150396950", token.INT, 0)), 1954 "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2150396949", token.INT, 0)), 1955 "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("2147775515", token.INT, 0)), 1956 "TIOCSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2147775580", token.INT, 0)), 1957 "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("536900703", token.INT, 0)), 1958 "TIOCSLINED": reflect.ValueOf(constant.MakeFromLiteral("2149610563", token.INT, 0)), 1959 "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775606", token.INT, 0)), 1960 "TIOCSQSIZE": reflect.ValueOf(constant.MakeFromLiteral("2147775616", token.INT, 0)), 1961 "TIOCSSIZE": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), 1962 "TIOCSTART": reflect.ValueOf(constant.MakeFromLiteral("536900718", token.INT, 0)), 1963 "TIOCSTAT": reflect.ValueOf(constant.MakeFromLiteral("2147775589", token.INT, 0)), 1964 "TIOCSTI": reflect.ValueOf(constant.MakeFromLiteral("2147578994", token.INT, 0)), 1965 "TIOCSTOP": reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)), 1966 "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), 1967 "TIOCUCNTL": reflect.ValueOf(constant.MakeFromLiteral("2147775590", token.INT, 0)), 1968 "TIOCXMTFRAME": reflect.ValueOf(constant.MakeFromLiteral("2147775556", token.INT, 0)), 1969 "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), 1970 "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), 1971 "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), 1972 "Truncate": reflect.ValueOf(syscall.Truncate), 1973 "Umask": reflect.ValueOf(syscall.Umask), 1974 "UnixRights": reflect.ValueOf(syscall.UnixRights), 1975 "Unlink": reflect.ValueOf(syscall.Unlink), 1976 "Unmount": reflect.ValueOf(syscall.Unmount), 1977 "Unsetenv": reflect.ValueOf(syscall.Unsetenv), 1978 "Utimes": reflect.ValueOf(syscall.Utimes), 1979 "UtimesNano": reflect.ValueOf(syscall.UtimesNano), 1980 "VDISCARD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 1981 "VDSUSP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1982 "VEOF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1983 "VEOL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1984 "VEOL2": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1985 "VERASE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1986 "VINTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1987 "VKILL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1988 "VLNEXT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1989 "VMIN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1990 "VQUIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1991 "VREPRINT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1992 "VSTART": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1993 "VSTATUS": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 1994 "VSTOP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1995 "VSUSP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1996 "VTIME": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1997 "VWERASE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1998 "WALL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1999 "WALLSIG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 2000 "WALTSIG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 2001 "WCLONE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 2002 "WCOREFLAG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 2003 "WEXITED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 2004 "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 2005 "WNOWAIT": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 2006 "WNOZOMBIE": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 2007 "WOPTSCHECKED": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), 2008 "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 2009 "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 2010 "Wait4": reflect.ValueOf(syscall.Wait4), 2011 "Write": reflect.ValueOf(syscall.Write), 2012 2013 // type definitions 2014 "BpfHdr": reflect.ValueOf((*syscall.BpfHdr)(nil)), 2015 "BpfInsn": reflect.ValueOf((*syscall.BpfInsn)(nil)), 2016 "BpfProgram": reflect.ValueOf((*syscall.BpfProgram)(nil)), 2017 "BpfStat": reflect.ValueOf((*syscall.BpfStat)(nil)), 2018 "BpfTimeval": reflect.ValueOf((*syscall.BpfTimeval)(nil)), 2019 "BpfVersion": reflect.ValueOf((*syscall.BpfVersion)(nil)), 2020 "Cmsghdr": reflect.ValueOf((*syscall.Cmsghdr)(nil)), 2021 "Conn": reflect.ValueOf((*syscall.Conn)(nil)), 2022 "Credential": reflect.ValueOf((*syscall.Credential)(nil)), 2023 "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), 2024 "Errno": reflect.ValueOf((*syscall.Errno)(nil)), 2025 "FdSet": reflect.ValueOf((*syscall.FdSet)(nil)), 2026 "Flock_t": reflect.ValueOf((*syscall.Flock_t)(nil)), 2027 "Fsid": reflect.ValueOf((*syscall.Fsid)(nil)), 2028 "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), 2029 "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), 2030 "IPv6MTUInfo": reflect.ValueOf((*syscall.IPv6MTUInfo)(nil)), 2031 "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), 2032 "IfAnnounceMsghdr": reflect.ValueOf((*syscall.IfAnnounceMsghdr)(nil)), 2033 "IfData": reflect.ValueOf((*syscall.IfData)(nil)), 2034 "IfMsghdr": reflect.ValueOf((*syscall.IfMsghdr)(nil)), 2035 "IfaMsghdr": reflect.ValueOf((*syscall.IfaMsghdr)(nil)), 2036 "Inet6Pktinfo": reflect.ValueOf((*syscall.Inet6Pktinfo)(nil)), 2037 "InterfaceAddrMessage": reflect.ValueOf((*syscall.InterfaceAddrMessage)(nil)), 2038 "InterfaceAnnounceMessage": reflect.ValueOf((*syscall.InterfaceAnnounceMessage)(nil)), 2039 "InterfaceMessage": reflect.ValueOf((*syscall.InterfaceMessage)(nil)), 2040 "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), 2041 "Kevent_t": reflect.ValueOf((*syscall.Kevent_t)(nil)), 2042 "Linger": reflect.ValueOf((*syscall.Linger)(nil)), 2043 "Mclpool": reflect.ValueOf((*syscall.Mclpool)(nil)), 2044 "Msghdr": reflect.ValueOf((*syscall.Msghdr)(nil)), 2045 "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), 2046 "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), 2047 "RawSockaddr": reflect.ValueOf((*syscall.RawSockaddr)(nil)), 2048 "RawSockaddrAny": reflect.ValueOf((*syscall.RawSockaddrAny)(nil)), 2049 "RawSockaddrDatalink": reflect.ValueOf((*syscall.RawSockaddrDatalink)(nil)), 2050 "RawSockaddrInet4": reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)), 2051 "RawSockaddrInet6": reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)), 2052 "RawSockaddrUnix": reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)), 2053 "Rlimit": reflect.ValueOf((*syscall.Rlimit)(nil)), 2054 "RouteMessage": reflect.ValueOf((*syscall.RouteMessage)(nil)), 2055 "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(nil)), 2056 "RtMetrics": reflect.ValueOf((*syscall.RtMetrics)(nil)), 2057 "RtMsghdr": reflect.ValueOf((*syscall.RtMsghdr)(nil)), 2058 "Rusage": reflect.ValueOf((*syscall.Rusage)(nil)), 2059 "Signal": reflect.ValueOf((*syscall.Signal)(nil)), 2060 "Sockaddr": reflect.ValueOf((*syscall.Sockaddr)(nil)), 2061 "SockaddrDatalink": reflect.ValueOf((*syscall.SockaddrDatalink)(nil)), 2062 "SockaddrInet4": reflect.ValueOf((*syscall.SockaddrInet4)(nil)), 2063 "SockaddrInet6": reflect.ValueOf((*syscall.SockaddrInet6)(nil)), 2064 "SockaddrUnix": reflect.ValueOf((*syscall.SockaddrUnix)(nil)), 2065 "SocketControlMessage": reflect.ValueOf((*syscall.SocketControlMessage)(nil)), 2066 "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), 2067 "Statfs_t": reflect.ValueOf((*syscall.Statfs_t)(nil)), 2068 "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(nil)), 2069 "Sysctlnode": reflect.ValueOf((*syscall.Sysctlnode)(nil)), 2070 "Termios": reflect.ValueOf((*syscall.Termios)(nil)), 2071 "Timespec": reflect.ValueOf((*syscall.Timespec)(nil)), 2072 "Timeval": reflect.ValueOf((*syscall.Timeval)(nil)), 2073 "WaitStatus": reflect.ValueOf((*syscall.WaitStatus)(nil)), 2074 2075 // interface wrapper definitions 2076 "_Conn": reflect.ValueOf((*_syscall_Conn)(nil)), 2077 "_RawConn": reflect.ValueOf((*_syscall_RawConn)(nil)), 2078 "_RoutingMessage": reflect.ValueOf((*_syscall_RoutingMessage)(nil)), 2079 "_Sockaddr": reflect.ValueOf((*_syscall_Sockaddr)(nil)), 2080 } 2081 } 2082 2083 // _syscall_Conn is an interface wrapper for Conn type 2084 type _syscall_Conn struct { 2085 IValue interface{} 2086 WSyscallConn func() (syscall.RawConn, error) 2087 } 2088 2089 func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { 2090 return W.WSyscallConn() 2091 } 2092 2093 // _syscall_RawConn is an interface wrapper for RawConn type 2094 type _syscall_RawConn struct { 2095 IValue interface{} 2096 WControl func(f func(fd uintptr)) error 2097 WRead func(f func(fd uintptr) (done bool)) error 2098 WWrite func(f func(fd uintptr) (done bool)) error 2099 } 2100 2101 func (W _syscall_RawConn) Control(f func(fd uintptr)) error { 2102 return W.WControl(f) 2103 } 2104 func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error { 2105 return W.WRead(f) 2106 } 2107 func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error { 2108 return W.WWrite(f) 2109 } 2110 2111 // _syscall_RoutingMessage is an interface wrapper for RoutingMessage type 2112 type _syscall_RoutingMessage struct { 2113 IValue interface{} 2114 } 2115 2116 // _syscall_Sockaddr is an interface wrapper for Sockaddr type 2117 type _syscall_Sockaddr struct { 2118 IValue interface{} 2119 }