github.com/switchupcb/yaegi@v0.10.2/stdlib/syscall/go1_16_syscall_dragonfly_amd64.go (about) 1 // Code generated by 'yaegi extract syscall'. DO NOT EDIT. 2 3 // +build go1.16,!go1.17 4 5 package syscall 6 7 import ( 8 "go/constant" 9 "go/token" 10 "reflect" 11 "syscall" 12 ) 13 14 func init() { 15 Symbols["syscall/syscall"] = map[string]reflect.Value{ 16 // function, constant and variable definitions 17 "AF_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 18 "AF_ATM": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 19 "AF_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 20 "AF_CCITT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 21 "AF_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 22 "AF_CNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 23 "AF_COIP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 24 "AF_DATAKIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 25 "AF_DECnet": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 26 "AF_DLI": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 27 "AF_E164": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 28 "AF_ECMA": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 29 "AF_HYLINK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 30 "AF_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 31 "AF_IMPLINK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 32 "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 33 "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 34 "AF_IPX": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 35 "AF_ISDN": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 36 "AF_ISO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 37 "AF_LAT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 38 "AF_LINK": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 39 "AF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 40 "AF_MAX": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 41 "AF_MPLS": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 42 "AF_NATM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 43 "AF_NETGRAPH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 44 "AF_NS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 45 "AF_OSI": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 46 "AF_PUP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 47 "AF_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 48 "AF_SIP": reflect.ValueOf(constant.MakeFromLiteral("24", 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 "Accept": reflect.ValueOf(syscall.Accept), 53 "Accept4": reflect.ValueOf(syscall.Accept4), 54 "Access": reflect.ValueOf(syscall.Access), 55 "Adjtime": reflect.ValueOf(syscall.Adjtime), 56 "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 57 "B110": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), 58 "B115200": reflect.ValueOf(constant.MakeFromLiteral("115200", token.INT, 0)), 59 "B1200": reflect.ValueOf(constant.MakeFromLiteral("1200", token.INT, 0)), 60 "B134": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 61 "B14400": reflect.ValueOf(constant.MakeFromLiteral("14400", token.INT, 0)), 62 "B150": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), 63 "B1800": reflect.ValueOf(constant.MakeFromLiteral("1800", token.INT, 0)), 64 "B19200": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), 65 "B200": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 66 "B230400": reflect.ValueOf(constant.MakeFromLiteral("230400", token.INT, 0)), 67 "B2400": reflect.ValueOf(constant.MakeFromLiteral("2400", token.INT, 0)), 68 "B28800": reflect.ValueOf(constant.MakeFromLiteral("28800", token.INT, 0)), 69 "B300": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), 70 "B38400": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), 71 "B4800": reflect.ValueOf(constant.MakeFromLiteral("4800", token.INT, 0)), 72 "B50": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 73 "B57600": reflect.ValueOf(constant.MakeFromLiteral("57600", token.INT, 0)), 74 "B600": reflect.ValueOf(constant.MakeFromLiteral("600", token.INT, 0)), 75 "B7200": reflect.ValueOf(constant.MakeFromLiteral("7200", token.INT, 0)), 76 "B75": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 77 "B76800": reflect.ValueOf(constant.MakeFromLiteral("76800", token.INT, 0)), 78 "B9600": reflect.ValueOf(constant.MakeFromLiteral("9600", token.INT, 0)), 79 "BIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536887912", token.INT, 0)), 80 "BIOCGBLEN": reflect.ValueOf(constant.MakeFromLiteral("1074020966", token.INT, 0)), 81 "BIOCGDLT": reflect.ValueOf(constant.MakeFromLiteral("1074020970", token.INT, 0)), 82 "BIOCGDLTLIST": reflect.ValueOf(constant.MakeFromLiteral("3222291065", token.INT, 0)), 83 "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1075855979", token.INT, 0)), 84 "BIOCGHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("1074020980", token.INT, 0)), 85 "BIOCGRSIG": reflect.ValueOf(constant.MakeFromLiteral("1074020978", token.INT, 0)), 86 "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074807406", token.INT, 0)), 87 "BIOCGSEESENT": reflect.ValueOf(constant.MakeFromLiteral("1074020982", token.INT, 0)), 88 "BIOCGSTATS": reflect.ValueOf(constant.MakeFromLiteral("1074283119", token.INT, 0)), 89 "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), 90 "BIOCLOCK": reflect.ValueOf(constant.MakeFromLiteral("536887930", token.INT, 0)), 91 "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), 92 "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), 93 "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762808", token.INT, 0)), 94 "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148549223", token.INT, 0)), 95 "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2149597804", token.INT, 0)), 96 "BIOCSETWF": reflect.ValueOf(constant.MakeFromLiteral("2148549243", token.INT, 0)), 97 "BIOCSHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("2147762805", token.INT, 0)), 98 "BIOCSRSIG": reflect.ValueOf(constant.MakeFromLiteral("2147762803", token.INT, 0)), 99 "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148549229", token.INT, 0)), 100 "BIOCSSEESENT": reflect.ValueOf(constant.MakeFromLiteral("2147762807", token.INT, 0)), 101 "BIOCVERSION": reflect.ValueOf(constant.MakeFromLiteral("1074020977", token.INT, 0)), 102 "BPF_A": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 103 "BPF_ABS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 104 "BPF_ADD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 105 "BPF_ALIGNMENT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 106 "BPF_ALU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 107 "BPF_AND": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 108 "BPF_B": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 109 "BPF_DEFAULTBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 110 "BPF_DIV": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 111 "BPF_H": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 112 "BPF_IMM": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 113 "BPF_IND": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 114 "BPF_JA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 115 "BPF_JEQ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 116 "BPF_JGE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 117 "BPF_JGT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 118 "BPF_JMP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 119 "BPF_JSET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 120 "BPF_K": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 121 "BPF_LD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 122 "BPF_LDX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 123 "BPF_LEN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 124 "BPF_LSH": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 125 "BPF_MAJOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 126 "BPF_MAXBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), 127 "BPF_MAXINSNS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 128 "BPF_MAX_CLONES": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 129 "BPF_MEM": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 130 "BPF_MEMWORDS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 131 "BPF_MINBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 132 "BPF_MINOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 133 "BPF_MISC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 134 "BPF_MSH": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), 135 "BPF_MUL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 136 "BPF_NEG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 137 "BPF_OR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 138 "BPF_RELEASE": reflect.ValueOf(constant.MakeFromLiteral("199606", token.INT, 0)), 139 "BPF_RET": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 140 "BPF_RSH": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 141 "BPF_ST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 142 "BPF_STX": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 143 "BPF_SUB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 144 "BPF_TAX": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 145 "BPF_TXA": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 146 "BPF_W": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 147 "BPF_X": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 148 "BRKINT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 149 "Bind": reflect.ValueOf(syscall.Bind), 150 "BpfBuflen": reflect.ValueOf(syscall.BpfBuflen), 151 "BpfDatalink": reflect.ValueOf(syscall.BpfDatalink), 152 "BpfHeadercmpl": reflect.ValueOf(syscall.BpfHeadercmpl), 153 "BpfInterface": reflect.ValueOf(syscall.BpfInterface), 154 "BpfJump": reflect.ValueOf(syscall.BpfJump), 155 "BpfStats": reflect.ValueOf(syscall.BpfStats), 156 "BpfStmt": reflect.ValueOf(syscall.BpfStmt), 157 "BpfTimeout": reflect.ValueOf(syscall.BpfTimeout), 158 "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), 159 "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), 160 "CFLUSH": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 161 "CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 162 "CREAD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 163 "CS5": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 164 "CS6": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 165 "CS7": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 166 "CS8": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), 167 "CSIZE": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), 168 "CSTART": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 169 "CSTATUS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 170 "CSTOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 171 "CSTOPB": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 172 "CSUSP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 173 "CTL_MAXNAME": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 174 "CTL_NET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 175 "Chdir": reflect.ValueOf(syscall.Chdir), 176 "CheckBpfVersion": reflect.ValueOf(syscall.CheckBpfVersion), 177 "Chflags": reflect.ValueOf(syscall.Chflags), 178 "Chmod": reflect.ValueOf(syscall.Chmod), 179 "Chown": reflect.ValueOf(syscall.Chown), 180 "Chroot": reflect.ValueOf(syscall.Chroot), 181 "Clearenv": reflect.ValueOf(syscall.Clearenv), 182 "Close": reflect.ValueOf(syscall.Close), 183 "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), 184 "CmsgLen": reflect.ValueOf(syscall.CmsgLen), 185 "CmsgSpace": reflect.ValueOf(syscall.CmsgSpace), 186 "Connect": reflect.ValueOf(syscall.Connect), 187 "DLT_A429": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), 188 "DLT_A653_ICM": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), 189 "DLT_AIRONET_HEADER": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 190 "DLT_APPLE_IP_OVER_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), 191 "DLT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 192 "DLT_ARCNET_LINUX": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), 193 "DLT_ATM_CLIP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 194 "DLT_ATM_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 195 "DLT_AURORA": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), 196 "DLT_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 197 "DLT_AX25_KISS": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), 198 "DLT_BACNET_MS_TP": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), 199 "DLT_BLUETOOTH_HCI_H4": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), 200 "DLT_BLUETOOTH_HCI_H4_WITH_PHDR": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), 201 "DLT_CAN20B": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), 202 "DLT_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 203 "DLT_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 204 "DLT_CISCO_IOS": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), 205 "DLT_C_HDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 206 "DLT_C_HDLC_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), 207 "DLT_DOCSIS": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), 208 "DLT_ECONET": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), 209 "DLT_EN10MB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 210 "DLT_EN3MB": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 211 "DLT_ENC": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), 212 "DLT_ERF": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), 213 "DLT_ERF_ETH": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), 214 "DLT_ERF_POS": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 215 "DLT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 216 "DLT_FLEXRAY": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), 217 "DLT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), 218 "DLT_FRELAY_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), 219 "DLT_GCOM_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), 220 "DLT_GCOM_T1E1": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), 221 "DLT_GPF_F": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), 222 "DLT_GPF_T": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), 223 "DLT_GPRS_LLC": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), 224 "DLT_HHDLC": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), 225 "DLT_IBM_SN": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), 226 "DLT_IBM_SP": reflect.ValueOf(constant.MakeFromLiteral("145", token.INT, 0)), 227 "DLT_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 228 "DLT_IEEE802_11": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), 229 "DLT_IEEE802_11_RADIO": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 230 "DLT_IEEE802_11_RADIO_AVS": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), 231 "DLT_IEEE802_15_4": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), 232 "DLT_IEEE802_15_4_LINUX": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), 233 "DLT_IEEE802_15_4_NONASK_PHY": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), 234 "DLT_IEEE802_16_MAC_CPS": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), 235 "DLT_IEEE802_16_MAC_CPS_RADIO": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), 236 "DLT_IPFILTER": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), 237 "DLT_IPMB": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), 238 "DLT_IPMB_LINUX": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), 239 "DLT_IP_OVER_FC": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), 240 "DLT_JUNIPER_ATM1": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), 241 "DLT_JUNIPER_ATM2": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), 242 "DLT_JUNIPER_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), 243 "DLT_JUNIPER_ES": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 244 "DLT_JUNIPER_ETHER": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), 245 "DLT_JUNIPER_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), 246 "DLT_JUNIPER_GGSN": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), 247 "DLT_JUNIPER_ISM": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), 248 "DLT_JUNIPER_MFR": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 249 "DLT_JUNIPER_MLFR": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), 250 "DLT_JUNIPER_MLPPP": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), 251 "DLT_JUNIPER_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), 252 "DLT_JUNIPER_PIC_PEER": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), 253 "DLT_JUNIPER_PPP": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), 254 "DLT_JUNIPER_PPPOE": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), 255 "DLT_JUNIPER_PPPOE_ATM": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), 256 "DLT_JUNIPER_SERVICES": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 257 "DLT_JUNIPER_ST": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 258 "DLT_JUNIPER_VP": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), 259 "DLT_LAPB_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), 260 "DLT_LAPD": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), 261 "DLT_LIN": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), 262 "DLT_LINUX_IRDA": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), 263 "DLT_LINUX_LAPD": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), 264 "DLT_LINUX_SLL": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), 265 "DLT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 266 "DLT_LTALK": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), 267 "DLT_MFR": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), 268 "DLT_MOST": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), 269 "DLT_MTP2": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), 270 "DLT_MTP2_WITH_PHDR": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), 271 "DLT_MTP3": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), 272 "DLT_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 273 "DLT_PCI_EXP": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), 274 "DLT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), 275 "DLT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 276 "DLT_PPI": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), 277 "DLT_PPP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 278 "DLT_PPP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 279 "DLT_PPP_ETHER": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 280 "DLT_PPP_PPPD": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), 281 "DLT_PPP_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 282 "DLT_PPP_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), 283 "DLT_PRISM_HEADER": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), 284 "DLT_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 285 "DLT_RAIF1": reflect.ValueOf(constant.MakeFromLiteral("198", token.INT, 0)), 286 "DLT_RAW": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 287 "DLT_REDBACK_SMARTEDGE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 288 "DLT_RIO": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 289 "DLT_SCCP": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), 290 "DLT_SITA": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), 291 "DLT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 292 "DLT_SLIP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 293 "DLT_SUNATM": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), 294 "DLT_SYMANTEC_FIREWALL": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), 295 "DLT_TZSP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 296 "DLT_USB": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), 297 "DLT_USB_LINUX": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), 298 "DLT_X2E_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("213", token.INT, 0)), 299 "DLT_X2E_XORAYA": reflect.ValueOf(constant.MakeFromLiteral("214", token.INT, 0)), 300 "DT_BLK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 301 "DT_CHR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 302 "DT_DBF": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 303 "DT_DIR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 304 "DT_FIFO": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 305 "DT_LNK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 306 "DT_REG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 307 "DT_SOCK": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 308 "DT_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 309 "DT_WHT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 310 "Dup": reflect.ValueOf(syscall.Dup), 311 "Dup2": reflect.ValueOf(syscall.Dup2), 312 "E2BIG": reflect.ValueOf(syscall.E2BIG), 313 "EACCES": reflect.ValueOf(syscall.EACCES), 314 "EADDRINUSE": reflect.ValueOf(syscall.EADDRINUSE), 315 "EADDRNOTAVAIL": reflect.ValueOf(syscall.EADDRNOTAVAIL), 316 "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), 317 "EAGAIN": reflect.ValueOf(syscall.EAGAIN), 318 "EALREADY": reflect.ValueOf(syscall.EALREADY), 319 "EASYNC": reflect.ValueOf(syscall.EASYNC), 320 "EAUTH": reflect.ValueOf(syscall.EAUTH), 321 "EBADF": reflect.ValueOf(syscall.EBADF), 322 "EBADMSG": reflect.ValueOf(syscall.EBADMSG), 323 "EBADRPC": reflect.ValueOf(syscall.EBADRPC), 324 "EBUSY": reflect.ValueOf(syscall.EBUSY), 325 "ECANCELED": reflect.ValueOf(syscall.ECANCELED), 326 "ECHILD": reflect.ValueOf(syscall.ECHILD), 327 "ECHO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 328 "ECHOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 329 "ECHOE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 330 "ECHOK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 331 "ECHOKE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 332 "ECHONL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 333 "ECHOPRT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 334 "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), 335 "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), 336 "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), 337 "EDEADLK": reflect.ValueOf(syscall.EDEADLK), 338 "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), 339 "EDOM": reflect.ValueOf(syscall.EDOM), 340 "EDOOFUS": reflect.ValueOf(syscall.EDOOFUS), 341 "EDQUOT": reflect.ValueOf(syscall.EDQUOT), 342 "EEXIST": reflect.ValueOf(syscall.EEXIST), 343 "EFAULT": reflect.ValueOf(syscall.EFAULT), 344 "EFBIG": reflect.ValueOf(syscall.EFBIG), 345 "EFTYPE": reflect.ValueOf(syscall.EFTYPE), 346 "EHOSTDOWN": reflect.ValueOf(syscall.EHOSTDOWN), 347 "EHOSTUNREACH": reflect.ValueOf(syscall.EHOSTUNREACH), 348 "EIDRM": reflect.ValueOf(syscall.EIDRM), 349 "EILSEQ": reflect.ValueOf(syscall.EILSEQ), 350 "EINPROGRESS": reflect.ValueOf(syscall.EINPROGRESS), 351 "EINTR": reflect.ValueOf(syscall.EINTR), 352 "EINVAL": reflect.ValueOf(syscall.EINVAL), 353 "EIO": reflect.ValueOf(syscall.EIO), 354 "EISCONN": reflect.ValueOf(syscall.EISCONN), 355 "EISDIR": reflect.ValueOf(syscall.EISDIR), 356 "ELAST": reflect.ValueOf(syscall.ELAST), 357 "ELOOP": reflect.ValueOf(syscall.ELOOP), 358 "EMFILE": reflect.ValueOf(syscall.EMFILE), 359 "EMLINK": reflect.ValueOf(syscall.EMLINK), 360 "EMSGSIZE": reflect.ValueOf(syscall.EMSGSIZE), 361 "EMULTIHOP": reflect.ValueOf(syscall.EMULTIHOP), 362 "ENAMETOOLONG": reflect.ValueOf(syscall.ENAMETOOLONG), 363 "ENEEDAUTH": reflect.ValueOf(syscall.ENEEDAUTH), 364 "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), 365 "ENETRESET": reflect.ValueOf(syscall.ENETRESET), 366 "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), 367 "ENFILE": reflect.ValueOf(syscall.ENFILE), 368 "ENOATTR": reflect.ValueOf(syscall.ENOATTR), 369 "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), 370 "ENODEV": reflect.ValueOf(syscall.ENODEV), 371 "ENOENT": reflect.ValueOf(syscall.ENOENT), 372 "ENOEXEC": reflect.ValueOf(syscall.ENOEXEC), 373 "ENOLCK": reflect.ValueOf(syscall.ENOLCK), 374 "ENOLINK": reflect.ValueOf(syscall.ENOLINK), 375 "ENOMEDIUM": reflect.ValueOf(syscall.ENOMEDIUM), 376 "ENOMEM": reflect.ValueOf(syscall.ENOMEM), 377 "ENOMSG": reflect.ValueOf(syscall.ENOMSG), 378 "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), 379 "ENOSPC": reflect.ValueOf(syscall.ENOSPC), 380 "ENOSYS": reflect.ValueOf(syscall.ENOSYS), 381 "ENOTBLK": reflect.ValueOf(syscall.ENOTBLK), 382 "ENOTCONN": reflect.ValueOf(syscall.ENOTCONN), 383 "ENOTDIR": reflect.ValueOf(syscall.ENOTDIR), 384 "ENOTEMPTY": reflect.ValueOf(syscall.ENOTEMPTY), 385 "ENOTSOCK": reflect.ValueOf(syscall.ENOTSOCK), 386 "ENOTSUP": reflect.ValueOf(syscall.ENOTSUP), 387 "ENOTTY": reflect.ValueOf(syscall.ENOTTY), 388 "ENXIO": reflect.ValueOf(syscall.ENXIO), 389 "EOPNOTSUPP": reflect.ValueOf(syscall.EOPNOTSUPP), 390 "EOVERFLOW": reflect.ValueOf(syscall.EOVERFLOW), 391 "EPERM": reflect.ValueOf(syscall.EPERM), 392 "EPFNOSUPPORT": reflect.ValueOf(syscall.EPFNOSUPPORT), 393 "EPIPE": reflect.ValueOf(syscall.EPIPE), 394 "EPROCLIM": reflect.ValueOf(syscall.EPROCLIM), 395 "EPROCUNAVAIL": reflect.ValueOf(syscall.EPROCUNAVAIL), 396 "EPROGMISMATCH": reflect.ValueOf(syscall.EPROGMISMATCH), 397 "EPROGUNAVAIL": reflect.ValueOf(syscall.EPROGUNAVAIL), 398 "EPROTO": reflect.ValueOf(syscall.EPROTO), 399 "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), 400 "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), 401 "ERANGE": reflect.ValueOf(syscall.ERANGE), 402 "EREMOTE": reflect.ValueOf(syscall.EREMOTE), 403 "EROFS": reflect.ValueOf(syscall.EROFS), 404 "ERPCMISMATCH": reflect.ValueOf(syscall.ERPCMISMATCH), 405 "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), 406 "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), 407 "ESPIPE": reflect.ValueOf(syscall.ESPIPE), 408 "ESRCH": reflect.ValueOf(syscall.ESRCH), 409 "ESTALE": reflect.ValueOf(syscall.ESTALE), 410 "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), 411 "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), 412 "ETXTBSY": reflect.ValueOf(syscall.ETXTBSY), 413 "EUNUSED94": reflect.ValueOf(syscall.EUNUSED94), 414 "EUNUSED95": reflect.ValueOf(syscall.EUNUSED95), 415 "EUNUSED96": reflect.ValueOf(syscall.EUNUSED96), 416 "EUNUSED97": reflect.ValueOf(syscall.EUNUSED97), 417 "EUNUSED98": reflect.ValueOf(syscall.EUNUSED98), 418 "EUSERS": reflect.ValueOf(syscall.EUSERS), 419 "EVFILT_AIO": reflect.ValueOf(constant.MakeFromLiteral("-3", token.INT, 0)), 420 "EVFILT_EXCEPT": reflect.ValueOf(constant.MakeFromLiteral("-8", token.INT, 0)), 421 "EVFILT_MARKER": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 422 "EVFILT_PROC": reflect.ValueOf(constant.MakeFromLiteral("-5", token.INT, 0)), 423 "EVFILT_READ": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), 424 "EVFILT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("-6", token.INT, 0)), 425 "EVFILT_SYSCOUNT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 426 "EVFILT_TIMER": reflect.ValueOf(constant.MakeFromLiteral("-7", token.INT, 0)), 427 "EVFILT_VNODE": reflect.ValueOf(constant.MakeFromLiteral("-4", token.INT, 0)), 428 "EVFILT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("-2", token.INT, 0)), 429 "EV_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 430 "EV_CLEAR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 431 "EV_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 432 "EV_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 433 "EV_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 434 "EV_EOF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 435 "EV_ERROR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 436 "EV_FLAG1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 437 "EV_NODATA": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 438 "EV_ONESHOT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 439 "EV_SYSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), 440 "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), 441 "EXDEV": reflect.ValueOf(syscall.EXDEV), 442 "EXTA": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), 443 "EXTB": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), 444 "EXTEXIT_LWP": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 445 "EXTEXIT_PROC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 446 "EXTEXIT_SETINT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 447 "EXTEXIT_SIMPLE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 448 "EXTPROC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 449 "Environ": reflect.ValueOf(syscall.Environ), 450 "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 451 "FD_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 452 "FLUSHO": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), 453 "F_DUP2FD": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 454 "F_DUP2FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 455 "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 456 "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 457 "F_GETFD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 458 "F_GETFL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 459 "F_GETLK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 460 "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 461 "F_OK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 462 "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 463 "F_SETFD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 464 "F_SETFL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 465 "F_SETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 466 "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 467 "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 468 "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 469 "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 470 "Fchdir": reflect.ValueOf(syscall.Fchdir), 471 "Fchflags": reflect.ValueOf(syscall.Fchflags), 472 "Fchmod": reflect.ValueOf(syscall.Fchmod), 473 "Fchown": reflect.ValueOf(syscall.Fchown), 474 "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), 475 "Flock": reflect.ValueOf(syscall.Flock), 476 "FlushBpf": reflect.ValueOf(syscall.FlushBpf), 477 "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), 478 "Fpathconf": reflect.ValueOf(syscall.Fpathconf), 479 "Fstat": reflect.ValueOf(syscall.Fstat), 480 "Fstatfs": reflect.ValueOf(syscall.Fstatfs), 481 "Fsync": reflect.ValueOf(syscall.Fsync), 482 "Ftruncate": reflect.ValueOf(syscall.Ftruncate), 483 "Futimes": reflect.ValueOf(syscall.Futimes), 484 "Getdirentries": reflect.ValueOf(syscall.Getdirentries), 485 "Getdtablesize": reflect.ValueOf(syscall.Getdtablesize), 486 "Getegid": reflect.ValueOf(syscall.Getegid), 487 "Getenv": reflect.ValueOf(syscall.Getenv), 488 "Geteuid": reflect.ValueOf(syscall.Geteuid), 489 "Getfsstat": reflect.ValueOf(syscall.Getfsstat), 490 "Getgid": reflect.ValueOf(syscall.Getgid), 491 "Getgroups": reflect.ValueOf(syscall.Getgroups), 492 "Getpagesize": reflect.ValueOf(syscall.Getpagesize), 493 "Getpeername": reflect.ValueOf(syscall.Getpeername), 494 "Getpgid": reflect.ValueOf(syscall.Getpgid), 495 "Getpgrp": reflect.ValueOf(syscall.Getpgrp), 496 "Getpid": reflect.ValueOf(syscall.Getpid), 497 "Getppid": reflect.ValueOf(syscall.Getppid), 498 "Getpriority": reflect.ValueOf(syscall.Getpriority), 499 "Getrlimit": reflect.ValueOf(syscall.Getrlimit), 500 "Getrusage": reflect.ValueOf(syscall.Getrusage), 501 "Getsid": reflect.ValueOf(syscall.Getsid), 502 "Getsockname": reflect.ValueOf(syscall.Getsockname), 503 "GetsockoptByte": reflect.ValueOf(syscall.GetsockoptByte), 504 "GetsockoptICMPv6Filter": reflect.ValueOf(syscall.GetsockoptICMPv6Filter), 505 "GetsockoptIPMreq": reflect.ValueOf(syscall.GetsockoptIPMreq), 506 "GetsockoptIPv6MTUInfo": reflect.ValueOf(syscall.GetsockoptIPv6MTUInfo), 507 "GetsockoptIPv6Mreq": reflect.ValueOf(syscall.GetsockoptIPv6Mreq), 508 "GetsockoptInet4Addr": reflect.ValueOf(syscall.GetsockoptInet4Addr), 509 "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), 510 "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), 511 "Getuid": reflect.ValueOf(syscall.Getuid), 512 "Getwd": reflect.ValueOf(syscall.Getwd), 513 "HUPCL": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 514 "ICANON": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 515 "ICMP6_FILTER": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 516 "ICRNL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 517 "IEXTEN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 518 "IFAN_ARRIVAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 519 "IFAN_DEPARTURE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 520 "IFF_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 521 "IFF_ALTPHYS": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 522 "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 523 "IFF_CANTCHANGE": reflect.ValueOf(constant.MakeFromLiteral("1150578", token.INT, 0)), 524 "IFF_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 525 "IFF_LINK0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 526 "IFF_LINK1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 527 "IFF_LINK2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 528 "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 529 "IFF_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), 530 "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 531 "IFF_NOARP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 532 "IFF_NPOLLING": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), 533 "IFF_OACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 534 "IFF_OACTIVE_COMPAT": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 535 "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 536 "IFF_POLLING": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 537 "IFF_POLLING_COMPAT": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 538 "IFF_PPROMISC": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 539 "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 540 "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 541 "IFF_SIMPLEX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 542 "IFF_SMART": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 543 "IFF_STATICARP": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), 544 "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 545 "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 546 "IFT_1822": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 547 "IFT_A12MPPSWITCH": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), 548 "IFT_AAL2": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), 549 "IFT_AAL5": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 550 "IFT_ADSL": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), 551 "IFT_AFLANE8023": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 552 "IFT_AFLANE8025": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 553 "IFT_ARAP": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), 554 "IFT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 555 "IFT_ARCNETPLUS": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 556 "IFT_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), 557 "IFT_ATM": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 558 "IFT_ATMDXI": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), 559 "IFT_ATMFUNI": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), 560 "IFT_ATMIMA": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), 561 "IFT_ATMLOGICAL": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 562 "IFT_ATMRADIO": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), 563 "IFT_ATMSUBINTERFACE": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 564 "IFT_ATMVCIENDPT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), 565 "IFT_ATMVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("149", token.INT, 0)), 566 "IFT_BGPPOLICYACCOUNTING": reflect.ValueOf(constant.MakeFromLiteral("162", token.INT, 0)), 567 "IFT_BRIDGE": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), 568 "IFT_BSC": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), 569 "IFT_CARP": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), 570 "IFT_CCTEMUL": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 571 "IFT_CEPT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 572 "IFT_CES": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), 573 "IFT_CHANNEL": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), 574 "IFT_CNR": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), 575 "IFT_COFFEE": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 576 "IFT_COMPOSITELINK": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), 577 "IFT_DCN": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), 578 "IFT_DIGITALPOWERLINE": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), 579 "IFT_DIGITALWRAPPEROVERHEADCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), 580 "IFT_DLSW": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), 581 "IFT_DOCSCABLEDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 582 "IFT_DOCSCABLEMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 583 "IFT_DOCSCABLEUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), 584 "IFT_DS0": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), 585 "IFT_DS0BUNDLE": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), 586 "IFT_DS1FDL": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), 587 "IFT_DS3": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 588 "IFT_DTM": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), 589 "IFT_DVBASILN": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), 590 "IFT_DVBASIOUT": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), 591 "IFT_DVBRCCDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), 592 "IFT_DVBRCCMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), 593 "IFT_DVBRCCUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), 594 "IFT_ENC": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), 595 "IFT_EON": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), 596 "IFT_EPLRS": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), 597 "IFT_ESCON": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), 598 "IFT_ETHER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 599 "IFT_FAITH": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), 600 "IFT_FAST": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), 601 "IFT_FASTETHER": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), 602 "IFT_FASTETHERFX": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), 603 "IFT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 604 "IFT_FIBRECHANNEL": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 605 "IFT_FRAMERELAYINTERCONNECT": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 606 "IFT_FRAMERELAYMPI": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), 607 "IFT_FRDLCIENDPT": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), 608 "IFT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 609 "IFT_FRELAYDCE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 610 "IFT_FRF16MFRBUNDLE": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), 611 "IFT_FRFORWARD": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), 612 "IFT_G703AT2MB": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), 613 "IFT_G703AT64K": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), 614 "IFT_GIF": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 615 "IFT_GIGABITETHERNET": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), 616 "IFT_GR303IDT": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), 617 "IFT_GR303RDT": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), 618 "IFT_H323GATEKEEPER": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), 619 "IFT_H323PROXY": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), 620 "IFT_HDH1822": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 621 "IFT_HDLC": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), 622 "IFT_HDSL2": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), 623 "IFT_HIPERLAN2": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), 624 "IFT_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 625 "IFT_HIPPIINTERFACE": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 626 "IFT_HOSTPAD": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), 627 "IFT_HSSI": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 628 "IFT_HY": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 629 "IFT_IBM370PARCHAN": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), 630 "IFT_IDSL": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), 631 "IFT_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), 632 "IFT_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), 633 "IFT_IEEE80212": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), 634 "IFT_IEEE8023ADLAG": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), 635 "IFT_IFGSN": reflect.ValueOf(constant.MakeFromLiteral("145", token.INT, 0)), 636 "IFT_IMT": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), 637 "IFT_INTERLEAVE": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 638 "IFT_IP": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), 639 "IFT_IPFORWARD": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), 640 "IFT_IPOVERATM": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), 641 "IFT_IPOVERCDLC": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), 642 "IFT_IPOVERCLAW": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), 643 "IFT_IPSWITCH": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), 644 "IFT_ISDN": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), 645 "IFT_ISDNBASIC": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 646 "IFT_ISDNPRIMARY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 647 "IFT_ISDNS": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 648 "IFT_ISDNU": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), 649 "IFT_ISO88022LLC": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), 650 "IFT_ISO88023": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 651 "IFT_ISO88024": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 652 "IFT_ISO88025": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 653 "IFT_ISO88025CRFPINT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), 654 "IFT_ISO88025DTR": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), 655 "IFT_ISO88025FIBER": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), 656 "IFT_ISO88026": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 657 "IFT_ISUP": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), 658 "IFT_L2VLAN": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), 659 "IFT_L3IPVLAN": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 660 "IFT_L3IPXVLAN": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), 661 "IFT_LAPB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 662 "IFT_LAPD": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), 663 "IFT_LAPF": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), 664 "IFT_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 665 "IFT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 666 "IFT_MEDIAMAILOVERIP": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), 667 "IFT_MFSIGLINK": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), 668 "IFT_MIOX25": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), 669 "IFT_MODEM": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 670 "IFT_MPC": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), 671 "IFT_MPLS": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), 672 "IFT_MPLSTUNNEL": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), 673 "IFT_MSDSL": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), 674 "IFT_MVL": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), 675 "IFT_MYRINET": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), 676 "IFT_NFAS": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), 677 "IFT_NSIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 678 "IFT_OPTICALCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), 679 "IFT_OPTICALTRANSPORT": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), 680 "IFT_OTHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 681 "IFT_P10": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 682 "IFT_P80": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 683 "IFT_PARA": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 684 "IFT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), 685 "IFT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), 686 "IFT_PLC": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), 687 "IFT_POS": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), 688 "IFT_PPP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 689 "IFT_PPPMULTILINKBUNDLE": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 690 "IFT_PROPBWAP2MP": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), 691 "IFT_PROPCNLS": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), 692 "IFT_PROPDOCSWIRELESSDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), 693 "IFT_PROPDOCSWIRELESSMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), 694 "IFT_PROPDOCSWIRELESSUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), 695 "IFT_PROPMUX": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 696 "IFT_PROPVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), 697 "IFT_PROPWIRELESSP2P": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), 698 "IFT_PTPSERIAL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 699 "IFT_PVC": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), 700 "IFT_QLLC": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), 701 "IFT_RADIOMAC": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), 702 "IFT_RADSL": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), 703 "IFT_REACHDSL": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), 704 "IFT_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), 705 "IFT_RS232": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 706 "IFT_RSRB": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), 707 "IFT_SDLC": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 708 "IFT_SDSL": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 709 "IFT_SHDSL": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), 710 "IFT_SIP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 711 "IFT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 712 "IFT_SMDSDXI": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 713 "IFT_SMDSICIP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 714 "IFT_SONET": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 715 "IFT_SONETOVERHEADCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), 716 "IFT_SONETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 717 "IFT_SONETVT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 718 "IFT_SRP": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), 719 "IFT_SS7SIGLINK": reflect.ValueOf(constant.MakeFromLiteral("156", token.INT, 0)), 720 "IFT_STACKTOSTACK": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), 721 "IFT_STARLAN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 722 "IFT_STF": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), 723 "IFT_T1": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 724 "IFT_TDLC": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), 725 "IFT_TERMPAD": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), 726 "IFT_TR008": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 727 "IFT_TRANSPHDLC": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), 728 "IFT_TUNNEL": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), 729 "IFT_ULTRA": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 730 "IFT_USB": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), 731 "IFT_V11": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 732 "IFT_V35": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), 733 "IFT_V36": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), 734 "IFT_V37": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 735 "IFT_VDSL": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), 736 "IFT_VIRTUALIPADDRESS": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 737 "IFT_VOICEEM": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), 738 "IFT_VOICEENCAP": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), 739 "IFT_VOICEFXO": reflect.ValueOf(constant.MakeFromLiteral("101", token.INT, 0)), 740 "IFT_VOICEFXS": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), 741 "IFT_VOICEOVERATM": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), 742 "IFT_VOICEOVERFRAMERELAY": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), 743 "IFT_VOICEOVERIP": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 744 "IFT_X213": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), 745 "IFT_X25": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 746 "IFT_X25DDN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 747 "IFT_X25HUNTGROUP": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), 748 "IFT_X25MLP": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), 749 "IFT_X25PLE": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), 750 "IFT_XETHER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 751 "IGNBRK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 752 "IGNCR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 753 "IGNPAR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 754 "IMAXBEL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 755 "INLCR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 756 "INPCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 757 "IN_CLASSA_HOST": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), 758 "IN_CLASSA_MAX": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 759 "IN_CLASSA_NET": reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)), 760 "IN_CLASSA_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 761 "IN_CLASSB_HOST": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 762 "IN_CLASSB_MAX": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 763 "IN_CLASSB_NET": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), 764 "IN_CLASSB_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 765 "IN_CLASSC_HOST": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 766 "IN_CLASSC_NET": reflect.ValueOf(constant.MakeFromLiteral("4294967040", token.INT, 0)), 767 "IN_CLASSC_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 768 "IN_CLASSD_HOST": reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)), 769 "IN_CLASSD_NET": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), 770 "IN_CLASSD_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 771 "IN_LOOPBACKNET": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 772 "IPPROTO_3PC": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 773 "IPPROTO_ADFS": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), 774 "IPPROTO_AH": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 775 "IPPROTO_AHIP": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 776 "IPPROTO_APES": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), 777 "IPPROTO_ARGUS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 778 "IPPROTO_AX25": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), 779 "IPPROTO_BHA": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 780 "IPPROTO_BLT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 781 "IPPROTO_BRSATMON": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), 782 "IPPROTO_CARP": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 783 "IPPROTO_CFTP": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), 784 "IPPROTO_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 785 "IPPROTO_CMTP": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), 786 "IPPROTO_CPHB": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), 787 "IPPROTO_CPNX": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), 788 "IPPROTO_DDP": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 789 "IPPROTO_DGP": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), 790 "IPPROTO_DIVERT": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), 791 "IPPROTO_DONE": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), 792 "IPPROTO_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 793 "IPPROTO_EGP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 794 "IPPROTO_EMCON": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 795 "IPPROTO_ENCAP": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), 796 "IPPROTO_EON": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 797 "IPPROTO_ESP": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 798 "IPPROTO_ETHERIP": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), 799 "IPPROTO_FRAGMENT": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 800 "IPPROTO_GGP": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 801 "IPPROTO_GMTP": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), 802 "IPPROTO_GRE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 803 "IPPROTO_HELLO": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), 804 "IPPROTO_HMP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 805 "IPPROTO_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 806 "IPPROTO_ICMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 807 "IPPROTO_ICMPV6": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 808 "IPPROTO_IDP": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 809 "IPPROTO_IDPR": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 810 "IPPROTO_IDRP": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), 811 "IPPROTO_IGMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 812 "IPPROTO_IGP": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), 813 "IPPROTO_IGRP": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), 814 "IPPROTO_IL": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), 815 "IPPROTO_INLSP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 816 "IPPROTO_INP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 817 "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 818 "IPPROTO_IPCOMP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 819 "IPPROTO_IPCV": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), 820 "IPPROTO_IPEIP": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), 821 "IPPROTO_IPIP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 822 "IPPROTO_IPPC": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), 823 "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 824 "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), 825 "IPPROTO_IRTP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 826 "IPPROTO_KRYPTOLAN": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), 827 "IPPROTO_LARP": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), 828 "IPPROTO_LEAF1": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), 829 "IPPROTO_LEAF2": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 830 "IPPROTO_MAX": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 831 "IPPROTO_MAXID": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 832 "IPPROTO_MEAS": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 833 "IPPROTO_MHRP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 834 "IPPROTO_MICP": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), 835 "IPPROTO_MOBILE": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), 836 "IPPROTO_MTP": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), 837 "IPPROTO_MUX": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 838 "IPPROTO_ND": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), 839 "IPPROTO_NHRP": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 840 "IPPROTO_NONE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 841 "IPPROTO_NSP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 842 "IPPROTO_NVPII": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 843 "IPPROTO_OSPFIGP": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), 844 "IPPROTO_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 845 "IPPROTO_PGM": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), 846 "IPPROTO_PIGP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 847 "IPPROTO_PIM": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), 848 "IPPROTO_PRM": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 849 "IPPROTO_PUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 850 "IPPROTO_PVP": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 851 "IPPROTO_RAW": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 852 "IPPROTO_RCCMON": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 853 "IPPROTO_RDP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 854 "IPPROTO_ROUTING": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 855 "IPPROTO_RSVP": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 856 "IPPROTO_RVD": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), 857 "IPPROTO_SATEXPAK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 858 "IPPROTO_SATMON": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), 859 "IPPROTO_SCCSP": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 860 "IPPROTO_SCTP": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 861 "IPPROTO_SDRP": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 862 "IPPROTO_SEP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 863 "IPPROTO_SKIP": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 864 "IPPROTO_SRPC": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), 865 "IPPROTO_ST": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 866 "IPPROTO_SVMTP": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), 867 "IPPROTO_SWIPE": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), 868 "IPPROTO_TCF": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), 869 "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 870 "IPPROTO_TLSP": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 871 "IPPROTO_TP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 872 "IPPROTO_TPXX": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 873 "IPPROTO_TRUNK1": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 874 "IPPROTO_TRUNK2": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 875 "IPPROTO_TTP": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), 876 "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 877 "IPPROTO_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), 878 "IPPROTO_VINES": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), 879 "IPPROTO_VISA": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), 880 "IPPROTO_VMTP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), 881 "IPPROTO_WBEXPAK": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), 882 "IPPROTO_WBMON": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), 883 "IPPROTO_WSN": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), 884 "IPPROTO_XNET": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 885 "IPPROTO_XTP": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 886 "IPV6_AUTOFLOWLABEL": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 887 "IPV6_BINDV6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 888 "IPV6_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 889 "IPV6_DEFAULT_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 890 "IPV6_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 891 "IPV6_DEFHLIM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 892 "IPV6_DONTFRAG": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), 893 "IPV6_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 894 "IPV6_FAITH": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 895 "IPV6_FLOWINFO_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294967055", token.INT, 0)), 896 "IPV6_FLOWLABEL_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294905600", token.INT, 0)), 897 "IPV6_FRAGTTL": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 898 "IPV6_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 899 "IPV6_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 900 "IPV6_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 901 "IPV6_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 902 "IPV6_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 903 "IPV6_HLIMDEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 904 "IPV6_HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 905 "IPV6_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 906 "IPV6_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 907 "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 908 "IPV6_LEAVE_GROUP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 909 "IPV6_MAXHLIM": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 910 "IPV6_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 911 "IPV6_MMTU": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), 912 "IPV6_MSFILTER": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), 913 "IPV6_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 914 "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 915 "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 916 "IPV6_NEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 917 "IPV6_PATHMTU": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 918 "IPV6_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), 919 "IPV6_PKTOPTIONS": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 920 "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 921 "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 922 "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 923 "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 924 "IPV6_PREFER_TEMPADDR": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), 925 "IPV6_RECVDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), 926 "IPV6_RECVHOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 927 "IPV6_RECVHOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 928 "IPV6_RECVPATHMTU": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 929 "IPV6_RECVPKTINFO": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 930 "IPV6_RECVRTHDR": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), 931 "IPV6_RECVTCLASS": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 932 "IPV6_RTHDR": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 933 "IPV6_RTHDRDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 934 "IPV6_RTHDR_LOOSE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 935 "IPV6_RTHDR_STRICT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 936 "IPV6_RTHDR_TYPE_0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 937 "IPV6_SOCKOPT_RESERVED1": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 938 "IPV6_TCLASS": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 939 "IPV6_UNICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 940 "IPV6_USE_MIN_MTU": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 941 "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 942 "IPV6_VERSION": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 943 "IPV6_VERSION_MASK": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 944 "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 945 "IP_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 946 "IP_DEFAULT_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 947 "IP_DF": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 948 "IP_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 949 "IP_DUMMYNET_CONFIGURE": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 950 "IP_DUMMYNET_DEL": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 951 "IP_DUMMYNET_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), 952 "IP_DUMMYNET_GET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 953 "IP_FAITH": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 954 "IP_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 955 "IP_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 956 "IP_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), 957 "IP_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 958 "IP_FW_RESETLOG": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), 959 "IP_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), 960 "IP_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 961 "IP_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 962 "IP_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 963 "IP_MAX_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 964 "IP_MF": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 965 "IP_MINTTL": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), 966 "IP_MSS": reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)), 967 "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 968 "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 969 "IP_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 970 "IP_MULTICAST_VIF": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 971 "IP_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), 972 "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 973 "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 974 "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 975 "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 976 "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 977 "IP_RECVDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 978 "IP_RECVIF": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 979 "IP_RECVOPTS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 980 "IP_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 981 "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), 982 "IP_RETOPTS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 983 "IP_RF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 984 "IP_RSVP_OFF": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 985 "IP_RSVP_ON": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 986 "IP_RSVP_VIF_OFF": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 987 "IP_RSVP_VIF_ON": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 988 "IP_TOS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 989 "IP_TTL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 990 "ISIG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 991 "ISTRIP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 992 "IXANY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 993 "IXOFF": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 994 "IXON": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 995 "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), 996 "Issetugid": reflect.ValueOf(syscall.Issetugid), 997 "Kevent": reflect.ValueOf(syscall.Kevent), 998 "Kqueue": reflect.ValueOf(syscall.Kqueue), 999 "LOCK_EX": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1000 "LOCK_NB": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1001 "LOCK_SH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1002 "LOCK_UN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1003 "Lchown": reflect.ValueOf(syscall.Lchown), 1004 "Link": reflect.ValueOf(syscall.Link), 1005 "Listen": reflect.ValueOf(syscall.Listen), 1006 "Lstat": reflect.ValueOf(syscall.Lstat), 1007 "MADV_AUTOSYNC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1008 "MADV_CONTROL_END": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1009 "MADV_CONTROL_START": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1010 "MADV_CORE": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1011 "MADV_DONTNEED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1012 "MADV_FREE": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1013 "MADV_INVAL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1014 "MADV_NOCORE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1015 "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1016 "MADV_NOSYNC": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1017 "MADV_RANDOM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1018 "MADV_SEQUENTIAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1019 "MADV_SETMAP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1020 "MADV_WILLNEED": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1021 "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1022 "MAP_COPY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1023 "MAP_FILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1024 "MAP_FIXED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1025 "MAP_HASSEMAPHORE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1026 "MAP_INHERIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1027 "MAP_NOCORE": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1028 "MAP_NOEXTEND": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1029 "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1030 "MAP_NOSYNC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1031 "MAP_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1032 "MAP_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1033 "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1034 "MAP_SIZEALIGN": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), 1035 "MAP_STACK": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1036 "MAP_TRYFIXED": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1037 "MAP_VPAGETABLE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1038 "MCL_CURRENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1039 "MCL_FUTURE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1040 "MSG_CTRUNC": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1041 "MSG_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1042 "MSG_DONTWAIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1043 "MSG_EOF": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1044 "MSG_EOR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1045 "MSG_FBLOCKING": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1046 "MSG_FMASK": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), 1047 "MSG_FNONBLOCKING": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1048 "MSG_NOSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1049 "MSG_NOTIFICATION": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1050 "MSG_OOB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1051 "MSG_PEEK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1052 "MSG_SYNC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1053 "MSG_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1054 "MSG_WAITALL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1055 "MS_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1056 "MS_INVALIDATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1057 "MS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1058 "Mkdir": reflect.ValueOf(syscall.Mkdir), 1059 "Mkfifo": reflect.ValueOf(syscall.Mkfifo), 1060 "Mknod": reflect.ValueOf(syscall.Mknod), 1061 "Mmap": reflect.ValueOf(syscall.Mmap), 1062 "Munmap": reflect.ValueOf(syscall.Munmap), 1063 "NAME_MAX": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 1064 "NET_RT_DUMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1065 "NET_RT_FLAGS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1066 "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1067 "NET_RT_MAXID": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1068 "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), 1069 "NOTE_ATTRIB": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1070 "NOTE_CHILD": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1071 "NOTE_DELETE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1072 "NOTE_EXEC": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1073 "NOTE_EXIT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), 1074 "NOTE_EXTEND": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1075 "NOTE_FORK": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), 1076 "NOTE_LINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1077 "NOTE_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1078 "NOTE_OOB": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1079 "NOTE_PCTRLMASK": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), 1080 "NOTE_PDATAMASK": reflect.ValueOf(constant.MakeFromLiteral("1048575", token.INT, 0)), 1081 "NOTE_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1082 "NOTE_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1083 "NOTE_TRACK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1084 "NOTE_TRACKERR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1085 "NOTE_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1086 "Nanosleep": reflect.ValueOf(syscall.Nanosleep), 1087 "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), 1088 "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), 1089 "OCRNL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1090 "ONLCR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1091 "ONLRET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1092 "ONOCR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1093 "ONOEOT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1094 "OPOST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1095 "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1096 "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1097 "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1098 "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1099 "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1100 "O_DIRECT": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1101 "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), 1102 "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1103 "O_EXLOCK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1104 "O_FAPPEND": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), 1105 "O_FASYNCWRITE": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), 1106 "O_FBLOCKING": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), 1107 "O_FBUFFERED": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), 1108 "O_FMASK": reflect.ValueOf(constant.MakeFromLiteral("133955584", token.INT, 0)), 1109 "O_FNONBLOCKING": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), 1110 "O_FOFFSET": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), 1111 "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1112 "O_FSYNCWRITE": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), 1113 "O_FUNBUFFERED": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 1114 "O_MAPONREAD": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), 1115 "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1116 "O_NOCTTY": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1117 "O_NOFOLLOW": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1118 "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1119 "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1120 "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1121 "O_SHLOCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1122 "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1123 "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1124 "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1125 "Open": reflect.ValueOf(syscall.Open), 1126 "PARENB": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1127 "PARMRK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1128 "PARODD": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1129 "PENDIN": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1130 "PRIO_PGRP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1131 "PRIO_PROCESS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1132 "PRIO_USER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1133 "PROT_EXEC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1134 "PROT_NONE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1135 "PROT_READ": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1136 "PROT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1137 "PTRACE_CONT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1138 "PTRACE_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1139 "PTRACE_TRACEME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1140 "ParseDirent": reflect.ValueOf(syscall.ParseDirent), 1141 "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), 1142 "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), 1143 "ParseSocketControlMessage": reflect.ValueOf(syscall.ParseSocketControlMessage), 1144 "ParseUnixRights": reflect.ValueOf(syscall.ParseUnixRights), 1145 "Pathconf": reflect.ValueOf(syscall.Pathconf), 1146 "Pipe": reflect.ValueOf(syscall.Pipe), 1147 "Pread": reflect.ValueOf(syscall.Pread), 1148 "Pwrite": reflect.ValueOf(syscall.Pwrite), 1149 "RLIMIT_AS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1150 "RLIMIT_CORE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1151 "RLIMIT_CPU": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1152 "RLIMIT_DATA": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1153 "RLIMIT_FSIZE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1154 "RLIMIT_NOFILE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1155 "RLIMIT_STACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1156 "RLIM_INFINITY": reflect.ValueOf(constant.MakeFromLiteral("9223372036854775807", token.INT, 0)), 1157 "RTAX_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1158 "RTAX_BRD": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1159 "RTAX_DST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1160 "RTAX_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1161 "RTAX_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1162 "RTAX_IFA": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1163 "RTAX_IFP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1164 "RTAX_MAX": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1165 "RTAX_MPLS1": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1166 "RTAX_MPLS2": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1167 "RTAX_MPLS3": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1168 "RTAX_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1169 "RTA_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1170 "RTA_BRD": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1171 "RTA_DST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1172 "RTA_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1173 "RTA_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1174 "RTA_IFA": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1175 "RTA_IFP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1176 "RTA_MPLS1": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1177 "RTA_MPLS2": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1178 "RTA_MPLS3": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1179 "RTA_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1180 "RTF_BLACKHOLE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1181 "RTF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), 1182 "RTF_CLONING": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1183 "RTF_DONE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1184 "RTF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1185 "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1186 "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1187 "RTF_LLINFO": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1188 "RTF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), 1189 "RTF_MODIFIED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1190 "RTF_MPLSOPS": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), 1191 "RTF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), 1192 "RTF_PINNED": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), 1193 "RTF_PRCLONING": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), 1194 "RTF_PROTO1": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1195 "RTF_PROTO2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 1196 "RTF_PROTO3": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), 1197 "RTF_REJECT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1198 "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1199 "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1200 "RTF_WASCLONED": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), 1201 "RTF_XRESOLVE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1202 "RTM_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1203 "RTM_CHANGE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1204 "RTM_DELADDR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1205 "RTM_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1206 "RTM_DELMADDR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1207 "RTM_GET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1208 "RTM_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 1209 "RTM_IFANNOUNCE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1210 "RTM_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1211 "RTM_LOCK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1212 "RTM_LOSING": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1213 "RTM_MISS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1214 "RTM_NEWADDR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1215 "RTM_NEWMADDR": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 1216 "RTM_OLDADD": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1217 "RTM_OLDDEL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1218 "RTM_REDIRECT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1219 "RTM_RESOLVE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1220 "RTM_RTTUNIT": reflect.ValueOf(constant.MakeFromLiteral("1000000", token.INT, 0)), 1221 "RTM_VERSION": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1222 "RTV_EXPIRE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1223 "RTV_HOPCOUNT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1224 "RTV_IWCAPSEGS": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1225 "RTV_IWMAXSEGS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1226 "RTV_MSL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1227 "RTV_MTU": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1228 "RTV_RPIPE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1229 "RTV_RTT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1230 "RTV_RTTVAR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1231 "RTV_SPIPE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1232 "RTV_SSTHRESH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1233 "RUSAGE_CHILDREN": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), 1234 "RUSAGE_SELF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1235 "Read": reflect.ValueOf(syscall.Read), 1236 "ReadDirent": reflect.ValueOf(syscall.ReadDirent), 1237 "Readlink": reflect.ValueOf(syscall.Readlink), 1238 "Recvfrom": reflect.ValueOf(syscall.Recvfrom), 1239 "Recvmsg": reflect.ValueOf(syscall.Recvmsg), 1240 "Rename": reflect.ValueOf(syscall.Rename), 1241 "Revoke": reflect.ValueOf(syscall.Revoke), 1242 "Rmdir": reflect.ValueOf(syscall.Rmdir), 1243 "RouteRIB": reflect.ValueOf(syscall.RouteRIB), 1244 "SCM_CREDS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1245 "SCM_RIGHTS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1246 "SCM_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1247 "SHUT_RD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1248 "SHUT_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1249 "SHUT_WR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1250 "SIGABRT": reflect.ValueOf(syscall.SIGABRT), 1251 "SIGALRM": reflect.ValueOf(syscall.SIGALRM), 1252 "SIGBUS": reflect.ValueOf(syscall.SIGBUS), 1253 "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), 1254 "SIGCKPT": reflect.ValueOf(syscall.SIGCKPT), 1255 "SIGCKPTEXIT": reflect.ValueOf(syscall.SIGCKPTEXIT), 1256 "SIGCONT": reflect.ValueOf(syscall.SIGCONT), 1257 "SIGEMT": reflect.ValueOf(syscall.SIGEMT), 1258 "SIGFPE": reflect.ValueOf(syscall.SIGFPE), 1259 "SIGHUP": reflect.ValueOf(syscall.SIGHUP), 1260 "SIGILL": reflect.ValueOf(syscall.SIGILL), 1261 "SIGINFO": reflect.ValueOf(syscall.SIGINFO), 1262 "SIGINT": reflect.ValueOf(syscall.SIGINT), 1263 "SIGIO": reflect.ValueOf(syscall.SIGIO), 1264 "SIGIOT": reflect.ValueOf(syscall.SIGIOT), 1265 "SIGKILL": reflect.ValueOf(syscall.SIGKILL), 1266 "SIGPIPE": reflect.ValueOf(syscall.SIGPIPE), 1267 "SIGPROF": reflect.ValueOf(syscall.SIGPROF), 1268 "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), 1269 "SIGSEGV": reflect.ValueOf(syscall.SIGSEGV), 1270 "SIGSTOP": reflect.ValueOf(syscall.SIGSTOP), 1271 "SIGSYS": reflect.ValueOf(syscall.SIGSYS), 1272 "SIGTERM": reflect.ValueOf(syscall.SIGTERM), 1273 "SIGTHR": reflect.ValueOf(syscall.SIGTHR), 1274 "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), 1275 "SIGTSTP": reflect.ValueOf(syscall.SIGTSTP), 1276 "SIGTTIN": reflect.ValueOf(syscall.SIGTTIN), 1277 "SIGTTOU": reflect.ValueOf(syscall.SIGTTOU), 1278 "SIGURG": reflect.ValueOf(syscall.SIGURG), 1279 "SIGUSR1": reflect.ValueOf(syscall.SIGUSR1), 1280 "SIGUSR2": reflect.ValueOf(syscall.SIGUSR2), 1281 "SIGVTALRM": reflect.ValueOf(syscall.SIGVTALRM), 1282 "SIGWINCH": reflect.ValueOf(syscall.SIGWINCH), 1283 "SIGXCPU": reflect.ValueOf(syscall.SIGXCPU), 1284 "SIGXFSZ": reflect.ValueOf(syscall.SIGXFSZ), 1285 "SIOCADDMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607729", token.INT, 0)), 1286 "SIOCADDRT": reflect.ValueOf(constant.MakeFromLiteral("2151707146", token.INT, 0)), 1287 "SIOCAIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704858", token.INT, 0)), 1288 "SIOCALIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860635", token.INT, 0)), 1289 "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)), 1290 "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607730", token.INT, 0)), 1291 "SIOCDELRT": reflect.ValueOf(constant.MakeFromLiteral("2151707147", token.INT, 0)), 1292 "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607705", token.INT, 0)), 1293 "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607753", token.INT, 0)), 1294 "SIOCDLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860637", token.INT, 0)), 1295 "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223873915", token.INT, 0)), 1296 "SIOCGETSGCNT": reflect.ValueOf(constant.MakeFromLiteral("3223351824", token.INT, 0)), 1297 "SIOCGETVIFCNT": reflect.ValueOf(constant.MakeFromLiteral("3223876111", token.INT, 0)), 1298 "SIOCGHIWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033409", token.INT, 0)), 1299 "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349537", token.INT, 0)), 1300 "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349539", token.INT, 0)), 1301 "SIOCGIFCAP": reflect.ValueOf(constant.MakeFromLiteral("3223349535", token.INT, 0)), 1302 "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3222300964", token.INT, 0)), 1303 "SIOCGIFDATA": reflect.ValueOf(constant.MakeFromLiteral("3223349542", token.INT, 0)), 1304 "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349538", token.INT, 0)), 1305 "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349521", token.INT, 0)), 1306 "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3223349562", token.INT, 0)), 1307 "SIOCGIFGMEMB": reflect.ValueOf(constant.MakeFromLiteral("3223873930", token.INT, 0)), 1308 "SIOCGIFINDEX": reflect.ValueOf(constant.MakeFromLiteral("3223349536", token.INT, 0)), 1309 "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3224398136", token.INT, 0)), 1310 "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("3223349527", token.INT, 0)), 1311 "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349555", token.INT, 0)), 1312 "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("3223349541", token.INT, 0)), 1313 "SIOCGIFPDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349576", token.INT, 0)), 1314 "SIOCGIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("3223349557", token.INT, 0)), 1315 "SIOCGIFPOLLCPU": reflect.ValueOf(constant.MakeFromLiteral("3223349630", token.INT, 0)), 1316 "SIOCGIFPSRCADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349575", token.INT, 0)), 1317 "SIOCGIFSTATUS": reflect.ValueOf(constant.MakeFromLiteral("3274795323", token.INT, 0)), 1318 "SIOCGIFTSOLEN": reflect.ValueOf(constant.MakeFromLiteral("3223349632", token.INT, 0)), 1319 "SIOCGLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602460", token.INT, 0)), 1320 "SIOCGLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602507", token.INT, 0)), 1321 "SIOCGLOWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033411", token.INT, 0)), 1322 "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)), 1323 "SIOCGPRIVATE_0": reflect.ValueOf(constant.MakeFromLiteral("3223349584", token.INT, 0)), 1324 "SIOCGPRIVATE_1": reflect.ValueOf(constant.MakeFromLiteral("3223349585", token.INT, 0)), 1325 "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("3223349626", token.INT, 0)), 1326 "SIOCIFCREATE2": reflect.ValueOf(constant.MakeFromLiteral("3223349628", token.INT, 0)), 1327 "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2149607801", token.INT, 0)), 1328 "SIOCIFGCLONERS": reflect.ValueOf(constant.MakeFromLiteral("3222301048", token.INT, 0)), 1329 "SIOCSDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("2150132091", token.INT, 0)), 1330 "SIOCSHIWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775232", token.INT, 0)), 1331 "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607692", token.INT, 0)), 1332 "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607699", token.INT, 0)), 1333 "SIOCSIFCAP": reflect.ValueOf(constant.MakeFromLiteral("2149607710", token.INT, 0)), 1334 "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607694", token.INT, 0)), 1335 "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2149607696", token.INT, 0)), 1336 "SIOCSIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("2149607737", token.INT, 0)), 1337 "SIOCSIFLLADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607740", token.INT, 0)), 1338 "SIOCSIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223349559", token.INT, 0)), 1339 "SIOCSIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("2149607704", token.INT, 0)), 1340 "SIOCSIFMTU": reflect.ValueOf(constant.MakeFromLiteral("2149607732", token.INT, 0)), 1341 "SIOCSIFNAME": reflect.ValueOf(constant.MakeFromLiteral("2149607720", token.INT, 0)), 1342 "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607702", token.INT, 0)), 1343 "SIOCSIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704902", token.INT, 0)), 1344 "SIOCSIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("2149607734", token.INT, 0)), 1345 "SIOCSIFPOLLCPU": reflect.ValueOf(constant.MakeFromLiteral("2149607805", token.INT, 0)), 1346 "SIOCSIFTSOLEN": reflect.ValueOf(constant.MakeFromLiteral("2149607807", token.INT, 0)), 1347 "SIOCSLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860682", token.INT, 0)), 1348 "SIOCSLOWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775234", token.INT, 0)), 1349 "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775240", token.INT, 0)), 1350 "SOCK_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), 1351 "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1352 "SOCK_MAXADDRLEN": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), 1353 "SOCK_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), 1354 "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1355 "SOCK_RDM": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1356 "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1357 "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1358 "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 1359 "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1360 "SO_ACCEPTCONN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1361 "SO_ACCEPTFILTER": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1362 "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1363 "SO_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1364 "SO_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1365 "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)), 1366 "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1367 "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1368 "SO_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1369 "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1370 "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)), 1371 "SO_RCVLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)), 1372 "SO_RCVTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4102", token.INT, 0)), 1373 "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1374 "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1375 "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)), 1376 "SO_SNDLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)), 1377 "SO_SNDSPACE": reflect.ValueOf(constant.MakeFromLiteral("4106", token.INT, 0)), 1378 "SO_SNDTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4101", token.INT, 0)), 1379 "SO_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1380 "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), 1381 "SO_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1382 "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), 1383 "SYS_ACCEPT4": reflect.ValueOf(constant.MakeFromLiteral("541", token.INT, 0)), 1384 "SYS_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), 1385 "SYS_ACCT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), 1386 "SYS_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), 1387 "SYS_AIO_CANCEL": reflect.ValueOf(constant.MakeFromLiteral("316", token.INT, 0)), 1388 "SYS_AIO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("317", token.INT, 0)), 1389 "SYS_AIO_READ": reflect.ValueOf(constant.MakeFromLiteral("318", token.INT, 0)), 1390 "SYS_AIO_RETURN": reflect.ValueOf(constant.MakeFromLiteral("314", token.INT, 0)), 1391 "SYS_AIO_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("315", token.INT, 0)), 1392 "SYS_AIO_WAITCOMPLETE": reflect.ValueOf(constant.MakeFromLiteral("359", token.INT, 0)), 1393 "SYS_AIO_WRITE": reflect.ValueOf(constant.MakeFromLiteral("319", token.INT, 0)), 1394 "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), 1395 "SYS_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1396 "SYS_CHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), 1397 "SYS_CHMOD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 1398 "SYS_CHOWN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1399 "SYS_CHROOT": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), 1400 "SYS_CHROOT_KERNEL": reflect.ValueOf(constant.MakeFromLiteral("522", token.INT, 0)), 1401 "SYS_CLOCK_GETRES": reflect.ValueOf(constant.MakeFromLiteral("234", token.INT, 0)), 1402 "SYS_CLOCK_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("232", token.INT, 0)), 1403 "SYS_CLOCK_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("233", token.INT, 0)), 1404 "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1405 "SYS_CLOSEFROM": reflect.ValueOf(constant.MakeFromLiteral("474", token.INT, 0)), 1406 "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), 1407 "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), 1408 "SYS_DUP2": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), 1409 "SYS_EACCESS": reflect.ValueOf(constant.MakeFromLiteral("532", token.INT, 0)), 1410 "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), 1411 "SYS_EXEC_SYS_REGISTER": reflect.ValueOf(constant.MakeFromLiteral("465", token.INT, 0)), 1412 "SYS_EXEC_SYS_UNREGISTER": reflect.ValueOf(constant.MakeFromLiteral("466", token.INT, 0)), 1413 "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1414 "SYS_EXTACCEPT": reflect.ValueOf(constant.MakeFromLiteral("482", token.INT, 0)), 1415 "SYS_EXTATTRCTL": reflect.ValueOf(constant.MakeFromLiteral("355", token.INT, 0)), 1416 "SYS_EXTATTR_DELETE_FILE": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), 1417 "SYS_EXTATTR_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("357", token.INT, 0)), 1418 "SYS_EXTATTR_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("356", token.INT, 0)), 1419 "SYS_EXTCONNECT": reflect.ValueOf(constant.MakeFromLiteral("483", token.INT, 0)), 1420 "SYS_EXTEXIT": reflect.ValueOf(constant.MakeFromLiteral("494", token.INT, 0)), 1421 "SYS_EXTPREAD": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), 1422 "SYS_EXTPREADV": reflect.ValueOf(constant.MakeFromLiteral("289", token.INT, 0)), 1423 "SYS_EXTPWRITE": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), 1424 "SYS_EXTPWRITEV": reflect.ValueOf(constant.MakeFromLiteral("290", token.INT, 0)), 1425 "SYS_FACCESSAT": reflect.ValueOf(constant.MakeFromLiteral("509", token.INT, 0)), 1426 "SYS_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1427 "SYS_FCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), 1428 "SYS_FCHMOD": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), 1429 "SYS_FCHMODAT": reflect.ValueOf(constant.MakeFromLiteral("506", token.INT, 0)), 1430 "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), 1431 "SYS_FCHOWNAT": reflect.ValueOf(constant.MakeFromLiteral("507", token.INT, 0)), 1432 "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), 1433 "SYS_FHOPEN": reflect.ValueOf(constant.MakeFromLiteral("298", token.INT, 0)), 1434 "SYS_FHSTAT": reflect.ValueOf(constant.MakeFromLiteral("478", token.INT, 0)), 1435 "SYS_FHSTATFS": reflect.ValueOf(constant.MakeFromLiteral("297", token.INT, 0)), 1436 "SYS_FHSTATVFS": reflect.ValueOf(constant.MakeFromLiteral("502", token.INT, 0)), 1437 "SYS_FLOCK": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), 1438 "SYS_FORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1439 "SYS_FPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), 1440 "SYS_FSTAT": reflect.ValueOf(constant.MakeFromLiteral("476", token.INT, 0)), 1441 "SYS_FSTATAT": reflect.ValueOf(constant.MakeFromLiteral("505", token.INT, 0)), 1442 "SYS_FSTATFS": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), 1443 "SYS_FSTATVFS": reflect.ValueOf(constant.MakeFromLiteral("501", token.INT, 0)), 1444 "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), 1445 "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), 1446 "SYS_FUTIMES": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), 1447 "SYS_GETDENTS": reflect.ValueOf(constant.MakeFromLiteral("480", token.INT, 0)), 1448 "SYS_GETDIRENTRIES": reflect.ValueOf(constant.MakeFromLiteral("479", token.INT, 0)), 1449 "SYS_GETDOMAINNAME": reflect.ValueOf(constant.MakeFromLiteral("162", token.INT, 0)), 1450 "SYS_GETDTABLESIZE": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), 1451 "SYS_GETEGID": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), 1452 "SYS_GETEUID": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), 1453 "SYS_GETFH": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), 1454 "SYS_GETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 1455 "SYS_GETGID": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), 1456 "SYS_GETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), 1457 "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), 1458 "SYS_GETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), 1459 "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), 1460 "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), 1461 "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), 1462 "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1463 "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), 1464 "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), 1465 "SYS_GETRESGID": reflect.ValueOf(constant.MakeFromLiteral("361", token.INT, 0)), 1466 "SYS_GETRESUID": reflect.ValueOf(constant.MakeFromLiteral("360", token.INT, 0)), 1467 "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), 1468 "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), 1469 "SYS_GETSID": reflect.ValueOf(constant.MakeFromLiteral("310", token.INT, 0)), 1470 "SYS_GETSOCKNAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1471 "SYS_GETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), 1472 "SYS_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), 1473 "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1474 "SYS_GETVFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("503", token.INT, 0)), 1475 "SYS_GET_TLS_AREA": reflect.ValueOf(constant.MakeFromLiteral("473", token.INT, 0)), 1476 "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 1477 "SYS_IOPRIO_GET": reflect.ValueOf(constant.MakeFromLiteral("521", token.INT, 0)), 1478 "SYS_IOPRIO_SET": reflect.ValueOf(constant.MakeFromLiteral("520", token.INT, 0)), 1479 "SYS_ISSETUGID": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), 1480 "SYS_JAIL": reflect.ValueOf(constant.MakeFromLiteral("338", token.INT, 0)), 1481 "SYS_JAIL_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("471", token.INT, 0)), 1482 "SYS_KEVENT": reflect.ValueOf(constant.MakeFromLiteral("363", token.INT, 0)), 1483 "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), 1484 "SYS_KLDFIND": reflect.ValueOf(constant.MakeFromLiteral("306", token.INT, 0)), 1485 "SYS_KLDFIRSTMOD": reflect.ValueOf(constant.MakeFromLiteral("309", token.INT, 0)), 1486 "SYS_KLDLOAD": reflect.ValueOf(constant.MakeFromLiteral("304", token.INT, 0)), 1487 "SYS_KLDNEXT": reflect.ValueOf(constant.MakeFromLiteral("307", token.INT, 0)), 1488 "SYS_KLDSTAT": reflect.ValueOf(constant.MakeFromLiteral("308", token.INT, 0)), 1489 "SYS_KLDSYM": reflect.ValueOf(constant.MakeFromLiteral("337", token.INT, 0)), 1490 "SYS_KLDUNLOAD": reflect.ValueOf(constant.MakeFromLiteral("305", token.INT, 0)), 1491 "SYS_KQUEUE": reflect.ValueOf(constant.MakeFromLiteral("362", token.INT, 0)), 1492 "SYS_KTRACE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), 1493 "SYS_LCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("391", token.INT, 0)), 1494 "SYS_LCHMOD": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), 1495 "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), 1496 "SYS_LINK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1497 "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("531", token.INT, 0)), 1498 "SYS_LIO_LISTIO": reflect.ValueOf(constant.MakeFromLiteral("320", token.INT, 0)), 1499 "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), 1500 "SYS_LPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("533", token.INT, 0)), 1501 "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), 1502 "SYS_LSTAT": reflect.ValueOf(constant.MakeFromLiteral("477", token.INT, 0)), 1503 "SYS_LUTIMES": reflect.ValueOf(constant.MakeFromLiteral("276", token.INT, 0)), 1504 "SYS_LWP_CREATE": reflect.ValueOf(constant.MakeFromLiteral("495", token.INT, 0)), 1505 "SYS_LWP_GETTID": reflect.ValueOf(constant.MakeFromLiteral("496", token.INT, 0)), 1506 "SYS_LWP_KILL": reflect.ValueOf(constant.MakeFromLiteral("497", token.INT, 0)), 1507 "SYS_LWP_RTPRIO": reflect.ValueOf(constant.MakeFromLiteral("498", token.INT, 0)), 1508 "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), 1509 "SYS_MCONTROL": reflect.ValueOf(constant.MakeFromLiteral("485", token.INT, 0)), 1510 "SYS_MINCORE": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), 1511 "SYS_MINHERIT": reflect.ValueOf(constant.MakeFromLiteral("250", token.INT, 0)), 1512 "SYS_MKDIR": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), 1513 "SYS_MKDIRAT": reflect.ValueOf(constant.MakeFromLiteral("524", token.INT, 0)), 1514 "SYS_MKFIFO": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), 1515 "SYS_MKFIFOAT": reflect.ValueOf(constant.MakeFromLiteral("525", token.INT, 0)), 1516 "SYS_MKNOD": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1517 "SYS_MKNODAT": reflect.ValueOf(constant.MakeFromLiteral("526", token.INT, 0)), 1518 "SYS_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), 1519 "SYS_MLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("324", token.INT, 0)), 1520 "SYS_MMAP": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), 1521 "SYS_MODFIND": reflect.ValueOf(constant.MakeFromLiteral("303", token.INT, 0)), 1522 "SYS_MODFNEXT": reflect.ValueOf(constant.MakeFromLiteral("302", token.INT, 0)), 1523 "SYS_MODNEXT": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), 1524 "SYS_MODSTAT": reflect.ValueOf(constant.MakeFromLiteral("301", token.INT, 0)), 1525 "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), 1526 "SYS_MOUNTCTL": reflect.ValueOf(constant.MakeFromLiteral("468", token.INT, 0)), 1527 "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), 1528 "SYS_MQ_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("511", token.INT, 0)), 1529 "SYS_MQ_GETATTR": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), 1530 "SYS_MQ_NOTIFY": reflect.ValueOf(constant.MakeFromLiteral("515", token.INT, 0)), 1531 "SYS_MQ_OPEN": reflect.ValueOf(constant.MakeFromLiteral("510", token.INT, 0)), 1532 "SYS_MQ_RECEIVE": reflect.ValueOf(constant.MakeFromLiteral("517", token.INT, 0)), 1533 "SYS_MQ_SEND": reflect.ValueOf(constant.MakeFromLiteral("516", token.INT, 0)), 1534 "SYS_MQ_SETATTR": reflect.ValueOf(constant.MakeFromLiteral("514", token.INT, 0)), 1535 "SYS_MQ_TIMEDRECEIVE": reflect.ValueOf(constant.MakeFromLiteral("519", token.INT, 0)), 1536 "SYS_MQ_TIMEDSEND": reflect.ValueOf(constant.MakeFromLiteral("518", token.INT, 0)), 1537 "SYS_MQ_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1538 "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("224", token.INT, 0)), 1539 "SYS_MSGGET": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), 1540 "SYS_MSGRCV": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), 1541 "SYS_MSGSND": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), 1542 "SYS_MSYNC": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), 1543 "SYS_MUNLOCK": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), 1544 "SYS_MUNLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("325", token.INT, 0)), 1545 "SYS_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), 1546 "SYS_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), 1547 "SYS_NTP_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 1548 "SYS_OBREAK": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1549 "SYS_OPEN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1550 "SYS_OPENAT": reflect.ValueOf(constant.MakeFromLiteral("504", token.INT, 0)), 1551 "SYS_OPENBSD_POLL": reflect.ValueOf(constant.MakeFromLiteral("252", token.INT, 0)), 1552 "SYS_PATHCONF": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), 1553 "SYS_PIPE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), 1554 "SYS_POLL": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), 1555 "SYS_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), 1556 "SYS_PSELECT": reflect.ValueOf(constant.MakeFromLiteral("499", token.INT, 0)), 1557 "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), 1558 "SYS_QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), 1559 "SYS_READ": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1560 "SYS_READLINK": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), 1561 "SYS_READLINKAT": reflect.ValueOf(constant.MakeFromLiteral("527", token.INT, 0)), 1562 "SYS_READV": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), 1563 "SYS_REBOOT": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), 1564 "SYS_RECVFROM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), 1565 "SYS_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), 1566 "SYS_RENAME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1567 "SYS_RENAMEAT": reflect.ValueOf(constant.MakeFromLiteral("523", token.INT, 0)), 1568 "SYS_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 1569 "SYS_RFORK": reflect.ValueOf(constant.MakeFromLiteral("251", token.INT, 0)), 1570 "SYS_RMDIR": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), 1571 "SYS_RTPRIO": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), 1572 "SYS_SBRK": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), 1573 "SYS_SCHED_GETPARAM": reflect.ValueOf(constant.MakeFromLiteral("328", token.INT, 0)), 1574 "SYS_SCHED_GETSCHEDULER": reflect.ValueOf(constant.MakeFromLiteral("330", token.INT, 0)), 1575 "SYS_SCHED_GET_PRIORITY_MAX": reflect.ValueOf(constant.MakeFromLiteral("332", token.INT, 0)), 1576 "SYS_SCHED_GET_PRIORITY_MIN": reflect.ValueOf(constant.MakeFromLiteral("333", token.INT, 0)), 1577 "SYS_SCHED_RR_GET_INTERVAL": reflect.ValueOf(constant.MakeFromLiteral("334", token.INT, 0)), 1578 "SYS_SCHED_SETPARAM": reflect.ValueOf(constant.MakeFromLiteral("327", token.INT, 0)), 1579 "SYS_SCHED_SETSCHEDULER": reflect.ValueOf(constant.MakeFromLiteral("329", token.INT, 0)), 1580 "SYS_SCHED_YIELD": reflect.ValueOf(constant.MakeFromLiteral("331", token.INT, 0)), 1581 "SYS_SCTP_PEELOFF": reflect.ValueOf(constant.MakeFromLiteral("364", token.INT, 0)), 1582 "SYS_SELECT": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), 1583 "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), 1584 "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), 1585 "SYS_SENDFILE": reflect.ValueOf(constant.MakeFromLiteral("393", token.INT, 0)), 1586 "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1587 "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), 1588 "SYS_SETDOMAINNAME": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), 1589 "SYS_SETEGID": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), 1590 "SYS_SETEUID": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), 1591 "SYS_SETGID": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), 1592 "SYS_SETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), 1593 "SYS_SETITIMER": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), 1594 "SYS_SETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), 1595 "SYS_SETPGID": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), 1596 "SYS_SETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), 1597 "SYS_SETREGID": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 1598 "SYS_SETRESGID": reflect.ValueOf(constant.MakeFromLiteral("312", token.INT, 0)), 1599 "SYS_SETRESUID": reflect.ValueOf(constant.MakeFromLiteral("311", token.INT, 0)), 1600 "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), 1601 "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), 1602 "SYS_SETSID": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), 1603 "SYS_SETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), 1604 "SYS_SETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), 1605 "SYS_SETUID": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), 1606 "SYS_SET_TLS_AREA": reflect.ValueOf(constant.MakeFromLiteral("472", token.INT, 0)), 1607 "SYS_SHMAT": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), 1608 "SYS_SHMCTL": reflect.ValueOf(constant.MakeFromLiteral("229", token.INT, 0)), 1609 "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), 1610 "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), 1611 "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), 1612 "SYS_SIGACTION": reflect.ValueOf(constant.MakeFromLiteral("342", token.INT, 0)), 1613 "SYS_SIGALTSTACK": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), 1614 "SYS_SIGPENDING": reflect.ValueOf(constant.MakeFromLiteral("343", token.INT, 0)), 1615 "SYS_SIGPROCMASK": reflect.ValueOf(constant.MakeFromLiteral("340", token.INT, 0)), 1616 "SYS_SIGRETURN": reflect.ValueOf(constant.MakeFromLiteral("344", token.INT, 0)), 1617 "SYS_SIGSUSPEND": reflect.ValueOf(constant.MakeFromLiteral("341", token.INT, 0)), 1618 "SYS_SIGTIMEDWAIT": reflect.ValueOf(constant.MakeFromLiteral("345", token.INT, 0)), 1619 "SYS_SIGWAITINFO": reflect.ValueOf(constant.MakeFromLiteral("346", token.INT, 0)), 1620 "SYS_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), 1621 "SYS_SOCKETPAIR": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), 1622 "SYS_SSTK": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), 1623 "SYS_STAT": reflect.ValueOf(constant.MakeFromLiteral("475", token.INT, 0)), 1624 "SYS_STATFS": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), 1625 "SYS_STATVFS": reflect.ValueOf(constant.MakeFromLiteral("500", token.INT, 0)), 1626 "SYS_SWAPOFF": reflect.ValueOf(constant.MakeFromLiteral("529", token.INT, 0)), 1627 "SYS_SWAPON": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), 1628 "SYS_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), 1629 "SYS_SYMLINKAT": reflect.ValueOf(constant.MakeFromLiteral("528", token.INT, 0)), 1630 "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), 1631 "SYS_SYSARCH": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), 1632 "SYS_SYS_CHECKPOINT": reflect.ValueOf(constant.MakeFromLiteral("467", token.INT, 0)), 1633 "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), 1634 "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 1635 "SYS_UMTX_SLEEP": reflect.ValueOf(constant.MakeFromLiteral("469", token.INT, 0)), 1636 "SYS_UMTX_WAKEUP": reflect.ValueOf(constant.MakeFromLiteral("470", token.INT, 0)), 1637 "SYS_UNAME": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), 1638 "SYS_UNDELETE": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), 1639 "SYS_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1640 "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("508", token.INT, 0)), 1641 "SYS_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), 1642 "SYS_USCHED_SET": reflect.ValueOf(constant.MakeFromLiteral("481", token.INT, 0)), 1643 "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("539", token.INT, 0)), 1644 "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), 1645 "SYS_UTRACE": reflect.ValueOf(constant.MakeFromLiteral("335", token.INT, 0)), 1646 "SYS_UUIDGEN": reflect.ValueOf(constant.MakeFromLiteral("392", token.INT, 0)), 1647 "SYS_VARSYM_GET": reflect.ValueOf(constant.MakeFromLiteral("451", token.INT, 0)), 1648 "SYS_VARSYM_LIST": reflect.ValueOf(constant.MakeFromLiteral("452", token.INT, 0)), 1649 "SYS_VARSYM_SET": reflect.ValueOf(constant.MakeFromLiteral("450", token.INT, 0)), 1650 "SYS_VFORK": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), 1651 "SYS_VMM_GUEST_CTL": reflect.ValueOf(constant.MakeFromLiteral("534", token.INT, 0)), 1652 "SYS_VMM_GUEST_SYNC_ADDR": reflect.ValueOf(constant.MakeFromLiteral("535", token.INT, 0)), 1653 "SYS_VMSPACE_CREATE": reflect.ValueOf(constant.MakeFromLiteral("486", token.INT, 0)), 1654 "SYS_VMSPACE_CTL": reflect.ValueOf(constant.MakeFromLiteral("488", token.INT, 0)), 1655 "SYS_VMSPACE_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("487", token.INT, 0)), 1656 "SYS_VMSPACE_MCONTROL": reflect.ValueOf(constant.MakeFromLiteral("491", token.INT, 0)), 1657 "SYS_VMSPACE_MMAP": reflect.ValueOf(constant.MakeFromLiteral("489", token.INT, 0)), 1658 "SYS_VMSPACE_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("490", token.INT, 0)), 1659 "SYS_VMSPACE_PREAD": reflect.ValueOf(constant.MakeFromLiteral("492", token.INT, 0)), 1660 "SYS_VMSPACE_PWRITE": reflect.ValueOf(constant.MakeFromLiteral("493", token.INT, 0)), 1661 "SYS_VQUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("530", token.INT, 0)), 1662 "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1663 "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1664 "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), 1665 "SYS_YIELD": reflect.ValueOf(constant.MakeFromLiteral("321", token.INT, 0)), 1666 "SYS___ACL_ACLCHECK_FD": reflect.ValueOf(constant.MakeFromLiteral("354", token.INT, 0)), 1667 "SYS___ACL_ACLCHECK_FILE": reflect.ValueOf(constant.MakeFromLiteral("353", token.INT, 0)), 1668 "SYS___ACL_DELETE_FD": reflect.ValueOf(constant.MakeFromLiteral("352", token.INT, 0)), 1669 "SYS___ACL_DELETE_FILE": reflect.ValueOf(constant.MakeFromLiteral("351", token.INT, 0)), 1670 "SYS___ACL_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("349", token.INT, 0)), 1671 "SYS___ACL_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("347", token.INT, 0)), 1672 "SYS___ACL_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("350", token.INT, 0)), 1673 "SYS___ACL_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("348", token.INT, 0)), 1674 "SYS___GETCWD": reflect.ValueOf(constant.MakeFromLiteral("326", token.INT, 0)), 1675 "SYS___SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("220", token.INT, 0)), 1676 "SYS___SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), 1677 "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), 1678 "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), 1679 "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), 1680 "S_IFIFO": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), 1681 "S_IFLNK": reflect.ValueOf(constant.MakeFromLiteral("40960", token.INT, 0)), 1682 "S_IFMT": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), 1683 "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), 1684 "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), 1685 "S_IRUSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1686 "S_IRWXG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), 1687 "S_IRWXO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1688 "S_ISGID": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1689 "S_ISUID": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), 1690 "S_ISVTX": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1691 "S_IWUSR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1692 "S_IXUSR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1693 "Seek": reflect.ValueOf(syscall.Seek), 1694 "Select": reflect.ValueOf(syscall.Select), 1695 "Sendfile": reflect.ValueOf(syscall.Sendfile), 1696 "Sendmsg": reflect.ValueOf(syscall.Sendmsg), 1697 "SendmsgN": reflect.ValueOf(syscall.SendmsgN), 1698 "Sendto": reflect.ValueOf(syscall.Sendto), 1699 "SetBpf": reflect.ValueOf(syscall.SetBpf), 1700 "SetBpfBuflen": reflect.ValueOf(syscall.SetBpfBuflen), 1701 "SetBpfDatalink": reflect.ValueOf(syscall.SetBpfDatalink), 1702 "SetBpfHeadercmpl": reflect.ValueOf(syscall.SetBpfHeadercmpl), 1703 "SetBpfImmediate": reflect.ValueOf(syscall.SetBpfImmediate), 1704 "SetBpfInterface": reflect.ValueOf(syscall.SetBpfInterface), 1705 "SetBpfPromisc": reflect.ValueOf(syscall.SetBpfPromisc), 1706 "SetBpfTimeout": reflect.ValueOf(syscall.SetBpfTimeout), 1707 "SetKevent": reflect.ValueOf(syscall.SetKevent), 1708 "SetNonblock": reflect.ValueOf(syscall.SetNonblock), 1709 "Setegid": reflect.ValueOf(syscall.Setegid), 1710 "Setenv": reflect.ValueOf(syscall.Setenv), 1711 "Seteuid": reflect.ValueOf(syscall.Seteuid), 1712 "Setgid": reflect.ValueOf(syscall.Setgid), 1713 "Setgroups": reflect.ValueOf(syscall.Setgroups), 1714 "Setlogin": reflect.ValueOf(syscall.Setlogin), 1715 "Setpgid": reflect.ValueOf(syscall.Setpgid), 1716 "Setpriority": reflect.ValueOf(syscall.Setpriority), 1717 "Setregid": reflect.ValueOf(syscall.Setregid), 1718 "Setreuid": reflect.ValueOf(syscall.Setreuid), 1719 "Setrlimit": reflect.ValueOf(syscall.Setrlimit), 1720 "Setsid": reflect.ValueOf(syscall.Setsid), 1721 "SetsockoptByte": reflect.ValueOf(syscall.SetsockoptByte), 1722 "SetsockoptICMPv6Filter": reflect.ValueOf(syscall.SetsockoptICMPv6Filter), 1723 "SetsockoptIPMreq": reflect.ValueOf(syscall.SetsockoptIPMreq), 1724 "SetsockoptIPv6Mreq": reflect.ValueOf(syscall.SetsockoptIPv6Mreq), 1725 "SetsockoptInet4Addr": reflect.ValueOf(syscall.SetsockoptInet4Addr), 1726 "SetsockoptInt": reflect.ValueOf(syscall.SetsockoptInt), 1727 "SetsockoptLinger": reflect.ValueOf(syscall.SetsockoptLinger), 1728 "SetsockoptString": reflect.ValueOf(syscall.SetsockoptString), 1729 "SetsockoptTimeval": reflect.ValueOf(syscall.SetsockoptTimeval), 1730 "Settimeofday": reflect.ValueOf(syscall.Settimeofday), 1731 "Setuid": reflect.ValueOf(syscall.Setuid), 1732 "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1733 "SizeofBpfInsn": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1734 "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1735 "SizeofBpfStat": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1736 "SizeofBpfVersion": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1737 "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1738 "SizeofICMPv6Filter": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1739 "SizeofIPMreq": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1740 "SizeofIPv6MTUInfo": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1741 "SizeofIPv6Mreq": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1742 "SizeofIfAnnounceMsghdr": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), 1743 "SizeofIfData": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), 1744 "SizeofIfMsghdr": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), 1745 "SizeofIfaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1746 "SizeofIfmaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1747 "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), 1748 "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1749 "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), 1750 "SizeofRtMetrics": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), 1751 "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), 1752 "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), 1753 "SizeofSockaddrDatalink": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), 1754 "SizeofSockaddrInet4": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1755 "SizeofSockaddrInet6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), 1756 "SizeofSockaddrUnix": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), 1757 "SlicePtrFromStrings": reflect.ValueOf(syscall.SlicePtrFromStrings), 1758 "Socket": reflect.ValueOf(syscall.Socket), 1759 "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), 1760 "Socketpair": reflect.ValueOf(syscall.Socketpair), 1761 "Stat": reflect.ValueOf(syscall.Stat), 1762 "Statfs": reflect.ValueOf(syscall.Statfs), 1763 "Stderr": reflect.ValueOf(&syscall.Stderr).Elem(), 1764 "Stdin": reflect.ValueOf(&syscall.Stdin).Elem(), 1765 "Stdout": reflect.ValueOf(&syscall.Stdout).Elem(), 1766 "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), 1767 "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), 1768 "StringSlicePtr": reflect.ValueOf(syscall.StringSlicePtr), 1769 "Symlink": reflect.ValueOf(syscall.Symlink), 1770 "Sync": reflect.ValueOf(syscall.Sync), 1771 "Sysctl": reflect.ValueOf(syscall.Sysctl), 1772 "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), 1773 "TCIFLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1774 "TCIOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1775 "TCOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1776 "TCP_FASTKEEP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1777 "TCP_KEEPCNT": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), 1778 "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1779 "TCP_KEEPINIT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1780 "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1781 "TCP_MAXBURST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1782 "TCP_MAXHLEN": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), 1783 "TCP_MAXOLEN": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), 1784 "TCP_MAXSEG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1785 "TCP_MAXWIN": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), 1786 "TCP_MAX_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1787 "TCP_MINMSS": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1788 "TCP_MIN_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1789 "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), 1790 "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1791 "TCP_NOOPT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1792 "TCP_NOPUSH": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1793 "TCP_SIGNATURE_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1794 "TCSAFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1795 "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)), 1796 "TIOCCDTR": reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)), 1797 "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("2147775586", token.INT, 0)), 1798 "TIOCDCDTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820184", token.INT, 0)), 1799 "TIOCDRAIN": reflect.ValueOf(constant.MakeFromLiteral("536900702", token.INT, 0)), 1800 "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)), 1801 "TIOCEXT": reflect.ValueOf(constant.MakeFromLiteral("2147775584", token.INT, 0)), 1802 "TIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2147775504", token.INT, 0)), 1803 "TIOCGDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033750", token.INT, 0)), 1804 "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1076655123", token.INT, 0)), 1805 "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("1074033690", token.INT, 0)), 1806 "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)), 1807 "TIOCGSID": reflect.ValueOf(constant.MakeFromLiteral("1074033763", token.INT, 0)), 1808 "TIOCGSIZE": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), 1809 "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), 1810 "TIOCISPTMASTER": reflect.ValueOf(constant.MakeFromLiteral("536900693", token.INT, 0)), 1811 "TIOCMBIC": reflect.ValueOf(constant.MakeFromLiteral("2147775595", token.INT, 0)), 1812 "TIOCMBIS": reflect.ValueOf(constant.MakeFromLiteral("2147775596", token.INT, 0)), 1813 "TIOCMGDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033754", token.INT, 0)), 1814 "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)), 1815 "TIOCMODG": reflect.ValueOf(constant.MakeFromLiteral("1074033667", token.INT, 0)), 1816 "TIOCMODS": reflect.ValueOf(constant.MakeFromLiteral("2147775492", token.INT, 0)), 1817 "TIOCMSDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775579", token.INT, 0)), 1818 "TIOCMSET": reflect.ValueOf(constant.MakeFromLiteral("2147775597", token.INT, 0)), 1819 "TIOCM_CAR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1820 "TIOCM_CD": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1821 "TIOCM_CTS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1822 "TIOCM_DSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), 1823 "TIOCM_DTR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1824 "TIOCM_LE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1825 "TIOCM_RI": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1826 "TIOCM_RNG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1827 "TIOCM_RTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1828 "TIOCM_SR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1829 "TIOCM_ST": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1830 "TIOCNOTTY": reflect.ValueOf(constant.MakeFromLiteral("536900721", token.INT, 0)), 1831 "TIOCNXCL": reflect.ValueOf(constant.MakeFromLiteral("536900622", token.INT, 0)), 1832 "TIOCOUTQ": reflect.ValueOf(constant.MakeFromLiteral("1074033779", token.INT, 0)), 1833 "TIOCPKT": reflect.ValueOf(constant.MakeFromLiteral("2147775600", token.INT, 0)), 1834 "TIOCPKT_DATA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1835 "TIOCPKT_DOSTOP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), 1836 "TIOCPKT_FLUSHREAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1837 "TIOCPKT_FLUSHWRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1838 "TIOCPKT_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), 1839 "TIOCPKT_NOSTOP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1840 "TIOCPKT_START": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1841 "TIOCPKT_STOP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1842 "TIOCREMOTE": reflect.ValueOf(constant.MakeFromLiteral("2147775593", token.INT, 0)), 1843 "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("536900731", token.INT, 0)), 1844 "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("536900705", token.INT, 0)), 1845 "TIOCSDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775575", token.INT, 0)), 1846 "TIOCSDTR": reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)), 1847 "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2150396948", token.INT, 0)), 1848 "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2150396950", token.INT, 0)), 1849 "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2150396949", token.INT, 0)), 1850 "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("2147775515", token.INT, 0)), 1851 "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("536900703", token.INT, 0)), 1852 "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775606", token.INT, 0)), 1853 "TIOCSSIZE": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), 1854 "TIOCSTART": reflect.ValueOf(constant.MakeFromLiteral("536900718", token.INT, 0)), 1855 "TIOCSTAT": reflect.ValueOf(constant.MakeFromLiteral("536900709", token.INT, 0)), 1856 "TIOCSTI": reflect.ValueOf(constant.MakeFromLiteral("2147578994", token.INT, 0)), 1857 "TIOCSTOP": reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)), 1858 "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), 1859 "TIOCTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820185", token.INT, 0)), 1860 "TIOCUCNTL": reflect.ValueOf(constant.MakeFromLiteral("2147775590", token.INT, 0)), 1861 "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), 1862 "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), 1863 "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), 1864 "Truncate": reflect.ValueOf(syscall.Truncate), 1865 "Umask": reflect.ValueOf(syscall.Umask), 1866 "Undelete": reflect.ValueOf(syscall.Undelete), 1867 "UnixRights": reflect.ValueOf(syscall.UnixRights), 1868 "Unlink": reflect.ValueOf(syscall.Unlink), 1869 "Unmount": reflect.ValueOf(syscall.Unmount), 1870 "Unsetenv": reflect.ValueOf(syscall.Unsetenv), 1871 "Utimes": reflect.ValueOf(syscall.Utimes), 1872 "UtimesNano": reflect.ValueOf(syscall.UtimesNano), 1873 "VCHECKPT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), 1874 "VDISCARD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), 1875 "VDSUSP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), 1876 "VEOF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), 1877 "VEOL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1878 "VEOL2": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1879 "VERASE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), 1880 "VERASE2": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), 1881 "VINTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), 1882 "VKILL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), 1883 "VLNEXT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), 1884 "VMIN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), 1885 "VQUIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), 1886 "VREPRINT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), 1887 "VSTART": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), 1888 "VSTATUS": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), 1889 "VSTOP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), 1890 "VSUSP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), 1891 "VTIME": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), 1892 "VWERASE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1893 "WCONTINUED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), 1894 "WCOREFLAG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), 1895 "WLINUXCLONE": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), 1896 "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), 1897 "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), 1898 "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), 1899 "Wait4": reflect.ValueOf(syscall.Wait4), 1900 "Write": reflect.ValueOf(syscall.Write), 1901 1902 // type definitions 1903 "BpfHdr": reflect.ValueOf((*syscall.BpfHdr)(nil)), 1904 "BpfInsn": reflect.ValueOf((*syscall.BpfInsn)(nil)), 1905 "BpfProgram": reflect.ValueOf((*syscall.BpfProgram)(nil)), 1906 "BpfStat": reflect.ValueOf((*syscall.BpfStat)(nil)), 1907 "BpfVersion": reflect.ValueOf((*syscall.BpfVersion)(nil)), 1908 "Cmsghdr": reflect.ValueOf((*syscall.Cmsghdr)(nil)), 1909 "Conn": reflect.ValueOf((*syscall.Conn)(nil)), 1910 "Credential": reflect.ValueOf((*syscall.Credential)(nil)), 1911 "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), 1912 "Errno": reflect.ValueOf((*syscall.Errno)(nil)), 1913 "FdSet": reflect.ValueOf((*syscall.FdSet)(nil)), 1914 "Flock_t": reflect.ValueOf((*syscall.Flock_t)(nil)), 1915 "Fsid": reflect.ValueOf((*syscall.Fsid)(nil)), 1916 "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), 1917 "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), 1918 "IPv6MTUInfo": reflect.ValueOf((*syscall.IPv6MTUInfo)(nil)), 1919 "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), 1920 "IfAnnounceMsghdr": reflect.ValueOf((*syscall.IfAnnounceMsghdr)(nil)), 1921 "IfData": reflect.ValueOf((*syscall.IfData)(nil)), 1922 "IfMsghdr": reflect.ValueOf((*syscall.IfMsghdr)(nil)), 1923 "IfaMsghdr": reflect.ValueOf((*syscall.IfaMsghdr)(nil)), 1924 "IfmaMsghdr": reflect.ValueOf((*syscall.IfmaMsghdr)(nil)), 1925 "Inet6Pktinfo": reflect.ValueOf((*syscall.Inet6Pktinfo)(nil)), 1926 "InterfaceAddrMessage": reflect.ValueOf((*syscall.InterfaceAddrMessage)(nil)), 1927 "InterfaceAnnounceMessage": reflect.ValueOf((*syscall.InterfaceAnnounceMessage)(nil)), 1928 "InterfaceMessage": reflect.ValueOf((*syscall.InterfaceMessage)(nil)), 1929 "InterfaceMulticastAddrMessage": reflect.ValueOf((*syscall.InterfaceMulticastAddrMessage)(nil)), 1930 "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), 1931 "Kevent_t": reflect.ValueOf((*syscall.Kevent_t)(nil)), 1932 "Linger": reflect.ValueOf((*syscall.Linger)(nil)), 1933 "Msghdr": reflect.ValueOf((*syscall.Msghdr)(nil)), 1934 "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), 1935 "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), 1936 "RawSockaddr": reflect.ValueOf((*syscall.RawSockaddr)(nil)), 1937 "RawSockaddrAny": reflect.ValueOf((*syscall.RawSockaddrAny)(nil)), 1938 "RawSockaddrDatalink": reflect.ValueOf((*syscall.RawSockaddrDatalink)(nil)), 1939 "RawSockaddrInet4": reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)), 1940 "RawSockaddrInet6": reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)), 1941 "RawSockaddrUnix": reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)), 1942 "Rlimit": reflect.ValueOf((*syscall.Rlimit)(nil)), 1943 "RouteMessage": reflect.ValueOf((*syscall.RouteMessage)(nil)), 1944 "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(nil)), 1945 "RtMetrics": reflect.ValueOf((*syscall.RtMetrics)(nil)), 1946 "RtMsghdr": reflect.ValueOf((*syscall.RtMsghdr)(nil)), 1947 "Rusage": reflect.ValueOf((*syscall.Rusage)(nil)), 1948 "Signal": reflect.ValueOf((*syscall.Signal)(nil)), 1949 "Sockaddr": reflect.ValueOf((*syscall.Sockaddr)(nil)), 1950 "SockaddrDatalink": reflect.ValueOf((*syscall.SockaddrDatalink)(nil)), 1951 "SockaddrInet4": reflect.ValueOf((*syscall.SockaddrInet4)(nil)), 1952 "SockaddrInet6": reflect.ValueOf((*syscall.SockaddrInet6)(nil)), 1953 "SockaddrUnix": reflect.ValueOf((*syscall.SockaddrUnix)(nil)), 1954 "SocketControlMessage": reflect.ValueOf((*syscall.SocketControlMessage)(nil)), 1955 "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), 1956 "Statfs_t": reflect.ValueOf((*syscall.Statfs_t)(nil)), 1957 "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(nil)), 1958 "Termios": reflect.ValueOf((*syscall.Termios)(nil)), 1959 "Timespec": reflect.ValueOf((*syscall.Timespec)(nil)), 1960 "Timeval": reflect.ValueOf((*syscall.Timeval)(nil)), 1961 "WaitStatus": reflect.ValueOf((*syscall.WaitStatus)(nil)), 1962 1963 // interface wrapper definitions 1964 "_Conn": reflect.ValueOf((*_syscall_Conn)(nil)), 1965 "_RawConn": reflect.ValueOf((*_syscall_RawConn)(nil)), 1966 "_RoutingMessage": reflect.ValueOf((*_syscall_RoutingMessage)(nil)), 1967 "_Sockaddr": reflect.ValueOf((*_syscall_Sockaddr)(nil)), 1968 } 1969 } 1970 1971 // _syscall_Conn is an interface wrapper for Conn type 1972 type _syscall_Conn struct { 1973 IValue interface{} 1974 WSyscallConn func() (syscall.RawConn, error) 1975 } 1976 1977 func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { 1978 return W.WSyscallConn() 1979 } 1980 1981 // _syscall_RawConn is an interface wrapper for RawConn type 1982 type _syscall_RawConn struct { 1983 IValue interface{} 1984 WControl func(f func(fd uintptr)) error 1985 WRead func(f func(fd uintptr) (done bool)) error 1986 WWrite func(f func(fd uintptr) (done bool)) error 1987 } 1988 1989 func (W _syscall_RawConn) Control(f func(fd uintptr)) error { 1990 return W.WControl(f) 1991 } 1992 func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error { 1993 return W.WRead(f) 1994 } 1995 func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error { 1996 return W.WWrite(f) 1997 } 1998 1999 // _syscall_RoutingMessage is an interface wrapper for RoutingMessage type 2000 type _syscall_RoutingMessage struct { 2001 IValue interface{} 2002 } 2003 2004 // _syscall_Sockaddr is an interface wrapper for Sockaddr type 2005 type _syscall_Sockaddr struct { 2006 IValue interface{} 2007 }