in_openbsd_arm64.go 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248
  1. // Code generated by 'ccgo netinet/in/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o netinet/in/in_openbsd_arm64.go -pkgname in', DO NOT EDIT.
  2. package in
  3. import (
  4. "math"
  5. "reflect"
  6. "sync/atomic"
  7. "unsafe"
  8. )
  9. var _ = math.Pi
  10. var _ reflect.Kind
  11. var _ atomic.Value
  12. var _ unsafe.Pointer
  13. const (
  14. BIG_ENDIAN = 4321 // endian.h:45:1:
  15. BYTE_ORDER = 1234 // endian.h:47:1:
  16. ICMP6_FILTER = 18 // in6.h:304:1:
  17. INET6_ADDRSTRLEN = 46 // in6.h:97:1:
  18. INET_ADDRSTRLEN = 16 // in.h:382:1:
  19. IN_CLASSA_MAX = 128 // in.h:195:1:
  20. IN_CLASSA_NSHIFT = 24 // in.h:193:1:
  21. IN_CLASSB_MAX = 65536 // in.h:202:1:
  22. IN_CLASSB_NSHIFT = 16 // in.h:200:1:
  23. IN_CLASSC_NSHIFT = 8 // in.h:207:1:
  24. IN_CLASSD_NSHIFT = 28 // in.h:214:1:
  25. IN_LOOPBACKNET = 127 // in.h:253:1:
  26. IN_RFC3021_NSHIFT = 31 // in.h:219:1:
  27. IPCTL_ARPDOWN = 40 // in.h:698:1:
  28. IPCTL_ARPQUEUE = 41 // in.h:699:1:
  29. IPCTL_ARPQUEUED = 36 // in.h:694:1:
  30. IPCTL_ARPTIMEOUT = 39 // in.h:697:1:
  31. IPCTL_DEFTTL = 3 // in.h:662:1:
  32. IPCTL_DIRECTEDBCAST = 6 // in.h:664:1:
  33. IPCTL_ENCDEBUG = 12 // in.h:670:1:
  34. IPCTL_FORWARDING = 1 // in.h:660:1:
  35. IPCTL_IFQUEUE = 30 // in.h:688:1:
  36. IPCTL_IPPORT_FIRSTAUTO = 7 // in.h:665:1:
  37. IPCTL_IPPORT_HIFIRSTAUTO = 9 // in.h:667:1:
  38. IPCTL_IPPORT_HILASTAUTO = 10 // in.h:668:1:
  39. IPCTL_IPPORT_LASTAUTO = 8 // in.h:666:1:
  40. IPCTL_IPPORT_MAXQUEUE = 11 // in.h:669:1:
  41. IPCTL_IPSEC_ALLOCATIONS = 18 // in.h:676:1:
  42. IPCTL_IPSEC_AUTH_ALGORITHM = 26 // in.h:684:1:
  43. IPCTL_IPSEC_BYTES = 20 // in.h:678:1:
  44. IPCTL_IPSEC_EMBRYONIC_SA_TIMEOUT = 15 // in.h:673:1:
  45. IPCTL_IPSEC_ENC_ALGORITHM = 25 // in.h:683:1:
  46. IPCTL_IPSEC_EXPIRE_ACQUIRE = 14 // in.h:672:1:
  47. IPCTL_IPSEC_FIRSTUSE = 24 // in.h:682:1:
  48. IPCTL_IPSEC_IPCOMP_ALGORITHM = 29 // in.h:687:1:
  49. IPCTL_IPSEC_REQUIRE_PFS = 16 // in.h:674:1:
  50. IPCTL_IPSEC_SOFT_ALLOCATIONS = 17 // in.h:675:1:
  51. IPCTL_IPSEC_SOFT_BYTES = 19 // in.h:677:1:
  52. IPCTL_IPSEC_SOFT_FIRSTUSE = 23 // in.h:681:1:
  53. IPCTL_IPSEC_SOFT_TIMEOUT = 22 // in.h:680:1:
  54. IPCTL_IPSEC_STATS = 13 // in.h:671:1:
  55. IPCTL_IPSEC_TIMEOUT = 21 // in.h:679:1:
  56. IPCTL_MAXID = 42 // in.h:700:1:
  57. IPCTL_MFORWARDING = 31 // in.h:689:1:
  58. IPCTL_MRTMFC = 37 // in.h:695:1:
  59. IPCTL_MRTPROTO = 34 // in.h:692:1:
  60. IPCTL_MRTSTATS = 35 // in.h:693:1:
  61. IPCTL_MRTVIF = 38 // in.h:696:1:
  62. IPCTL_MTUDISC = 27 // in.h:685:1:
  63. IPCTL_MTUDISCTIMEOUT = 28 // in.h:686:1:
  64. IPCTL_MULTIPATH = 32 // in.h:690:1:
  65. IPCTL_SENDREDIRECTS = 2 // in.h:661:1:
  66. IPCTL_SOURCEROUTE = 5 // in.h:663:1:
  67. IPCTL_STATS = 33 // in.h:691:1:
  68. IPPORT_HIFIRSTAUTO = 49152 // in.h:159:1:
  69. IPPORT_HILASTAUTO = 65535 // in.h:160:1:
  70. IPPORT_RESERVED = 1024 // in.h:153:1:
  71. IPPORT_USERRESERVED = 49151 // in.h:154:1:
  72. IPPROTO_AH = 51 // in.h:89:1:
  73. IPPROTO_CARP = 112 // in.h:99:1:
  74. IPPROTO_DIVERT = 258 // in.h:109:1:
  75. IPPROTO_DONE = 257 // in.h:173:1:
  76. IPPROTO_DSTOPTS = 60 // in.h:93:1:
  77. IPPROTO_EGP = 8 // in.h:78:1:
  78. IPPROTO_ENCAP = 98 // in.h:96:1:
  79. IPPROTO_EON = 80 // in.h:94:1:
  80. IPPROTO_ESP = 50 // in.h:88:1:
  81. IPPROTO_ETHERIP = 97 // in.h:95:1:
  82. IPPROTO_FRAGMENT = 44 // in.h:85:1:
  83. IPPROTO_GGP = 3 // in.h:74:1:
  84. IPPROTO_GRE = 47 // in.h:87:1:
  85. IPPROTO_HOPOPTS = 0 // in.h:71:1:
  86. IPPROTO_ICMP = 1 // in.h:72:1:
  87. IPPROTO_ICMPV6 = 58 // in.h:91:1:
  88. IPPROTO_IDP = 22 // in.h:81:1:
  89. IPPROTO_IGMP = 2 // in.h:73:1:
  90. IPPROTO_IP = 0 // in.h:70:1:
  91. IPPROTO_IPCOMP = 108 // in.h:98:1:
  92. IPPROTO_IPIP = 4 // in.h:75:1:
  93. IPPROTO_IPV4 = 4 // in.h:76:1:
  94. IPPROTO_IPV6 = 41 // in.h:83:1:
  95. IPPROTO_MAX = 256 // in.h:106:1:
  96. IPPROTO_MAXID = 259 // in.h:393:1:
  97. IPPROTO_MOBILE = 55 // in.h:90:1:
  98. IPPROTO_MPLS = 137 // in.h:102:1:
  99. IPPROTO_NONE = 59 // in.h:92:1:
  100. IPPROTO_PFSYNC = 240 // in.h:103:1:
  101. IPPROTO_PIM = 103 // in.h:97:1:
  102. IPPROTO_PUP = 12 // in.h:79:1:
  103. IPPROTO_RAW = 255 // in.h:104:1:
  104. IPPROTO_ROUTING = 43 // in.h:84:1:
  105. IPPROTO_RSVP = 46 // in.h:86:1:
  106. IPPROTO_SCTP = 132 // in.h:100:1:
  107. IPPROTO_TCP = 6 // in.h:77:1:
  108. IPPROTO_TP = 29 // in.h:82:1:
  109. IPPROTO_UDP = 17 // in.h:80:1:
  110. IPPROTO_UDPLITE = 136 // in.h:101:1:
  111. IPSEC6_OUTSA = 56 // in6.h:337:1:
  112. IPSEC_AUTH_LEVEL_DEFAULT = 1 // in.h:336:1:
  113. IPSEC_ESP_NETWORK_LEVEL_DEFAULT = 1 // in.h:338:1:
  114. IPSEC_ESP_TRANS_LEVEL_DEFAULT = 1 // in.h:337:1:
  115. IPSEC_IPCOMP_LEVEL_DEFAULT = 1 // in.h:339:1:
  116. IPSEC_LEVEL_AVAIL = 0x01 // in.h:330:1:
  117. IPSEC_LEVEL_BYPASS = 0x00 // in.h:328:1:
  118. IPSEC_LEVEL_DEFAULT = 1 // in.h:334:1:
  119. IPSEC_LEVEL_NONE = 0x00 // in.h:329:1:
  120. IPSEC_LEVEL_REQUIRE = 0x03 // in.h:332:1:
  121. IPSEC_LEVEL_UNIQUE = 0x04 // in.h:333:1:
  122. IPSEC_LEVEL_USE = 0x02 // in.h:331:1:
  123. IPV6CTL_ACCEPT_RTADV = 12 // in6.h:575:1:
  124. IPV6CTL_AUTO_FLOWLABEL = 17 // in6.h:579:1:
  125. IPV6CTL_DAD_COUNT = 16 // in6.h:578:1:
  126. IPV6CTL_DAD_PENDING = 49 // in6.h:589:1:
  127. IPV6CTL_DEFHLIM = 3 // in6.h:567:1:
  128. IPV6CTL_DEFMCASTHLIM = 18 // in6.h:580:1:
  129. IPV6CTL_FORWARDING = 1 // in6.h:565:1:
  130. IPV6CTL_FORWSRCRT = 5 // in6.h:568:1:
  131. IPV6CTL_HDRNESTLIMIT = 15 // in6.h:577:1:
  132. IPV6CTL_IFQUEUE = 51 // in6.h:591:1:
  133. IPV6CTL_LOG_INTERVAL = 14 // in6.h:576:1:
  134. IPV6CTL_MAXDYNROUTES = 48 // in6.h:588:1:
  135. IPV6CTL_MAXFRAGPACKETS = 9 // in6.h:572:1:
  136. IPV6CTL_MAXFRAGS = 41 // in6.h:583:1:
  137. IPV6CTL_MAXID = 55 // in6.h:595:1:
  138. IPV6CTL_MCAST_PMTU = 44 // in6.h:586:1:
  139. IPV6CTL_MFORWARDING = 42 // in6.h:584:1:
  140. IPV6CTL_MRTMFC = 53 // in6.h:593:1:
  141. IPV6CTL_MRTMIF = 52 // in6.h:592:1:
  142. IPV6CTL_MRTPROTO = 8 // in6.h:571:1:
  143. IPV6CTL_MRTSTATS = 7 // in6.h:570:1:
  144. IPV6CTL_MTUDISCTIMEOUT = 50 // in6.h:590:1:
  145. IPV6CTL_MULTIPATH = 43 // in6.h:585:1:
  146. IPV6CTL_NEIGHBORGCTHRESH = 45 // in6.h:587:1:
  147. IPV6CTL_SENDREDIRECTS = 2 // in6.h:566:1:
  148. IPV6CTL_SOIIKEY = 54 // in6.h:594:1:
  149. IPV6CTL_SOURCECHECK = 10 // in6.h:573:1:
  150. IPV6CTL_SOURCECHECK_LOGINT = 11 // in6.h:574:1:
  151. IPV6CTL_STATS = 6 // in6.h:569:1:
  152. IPV6CTL_USE_DEPRECATED = 21 // in6.h:581:1:
  153. IPV6PROTO_MAXID = 259 // in6.h:470:1:
  154. IPV6_AUTH_LEVEL = 53 // in6.h:333:1:
  155. IPV6_AUTOFLOWLABEL = 59 // in6.h:341:1:
  156. IPV6_CHECKSUM = 26 // in6.h:307:1:
  157. IPV6_DEFAULT_MULTICAST_HOPS = 1 // in6.h:360:1:
  158. IPV6_DEFAULT_MULTICAST_LOOP = 1 // in6.h:361:1:
  159. IPV6_DONTFRAG = 62 // in6.h:345:1:
  160. IPV6_DSTOPTS = 50 // in6.h:330:1:
  161. IPV6_ESP_NETWORK_LEVEL = 55 // in6.h:335:1:
  162. IPV6_ESP_TRANS_LEVEL = 54 // in6.h:334:1:
  163. IPV6_HOPLIMIT = 47 // in6.h:327:1:
  164. IPV6_HOPOPTS = 49 // in6.h:329:1:
  165. IPV6_IPCOMP_LEVEL = 60 // in6.h:342:1:
  166. IPV6_JOIN_GROUP = 12 // in6.h:300:1:
  167. IPV6_LEAVE_GROUP = 13 // in6.h:301:1:
  168. IPV6_MINHOPCOUNT = 65 // in6.h:349:1:
  169. IPV6_MULTICAST_HOPS = 10 // in6.h:298:1:
  170. IPV6_MULTICAST_IF = 9 // in6.h:297:1:
  171. IPV6_MULTICAST_LOOP = 11 // in6.h:299:1:
  172. IPV6_NEXTHOP = 48 // in6.h:328:1:
  173. IPV6_PATHMTU = 44 // in6.h:322:1:
  174. IPV6_PIPEX = 63 // in6.h:346:1:
  175. IPV6_PKTINFO = 46 // in6.h:326:1:
  176. IPV6_PORTRANGE = 14 // in6.h:302:1:
  177. IPV6_PORTRANGE_DEFAULT = 0 // in6.h:393:1:
  178. IPV6_PORTRANGE_HIGH = 1 // in6.h:394:1:
  179. IPV6_PORTRANGE_LOW = 2 // in6.h:395:1:
  180. IPV6_RECVDSTOPTS = 40 // in6.h:317:1:
  181. IPV6_RECVDSTPORT = 64 // in6.h:348:1:
  182. IPV6_RECVHOPLIMIT = 37 // in6.h:314:1:
  183. IPV6_RECVHOPOPTS = 39 // in6.h:316:1:
  184. IPV6_RECVPATHMTU = 43 // in6.h:320:1:
  185. IPV6_RECVPKTINFO = 36 // in6.h:313:1:
  186. IPV6_RECVRTHDR = 38 // in6.h:315:1:
  187. IPV6_RECVTCLASS = 57 // in6.h:339:1:
  188. IPV6_RTABLE = 0x1021 // in6.h:351:1:
  189. IPV6_RTHDR = 51 // in6.h:331:1:
  190. IPV6_RTHDRDSTOPTS = 35 // in6.h:311:1:
  191. IPV6_RTHDR_LOOSE = 0 // in6.h:354:1:
  192. IPV6_RTHDR_TYPE_0 = 0 // in6.h:355:1:
  193. IPV6_TCLASS = 61 // in6.h:344:1:
  194. IPV6_UNICAST_HOPS = 4 // in6.h:296:1:
  195. IPV6_USE_MIN_MTU = 42 // in6.h:319:1:
  196. IPV6_V6ONLY = 27 // in6.h:308:1:
  197. IP_ADD_MEMBERSHIP = 12 // in.h:297:1:
  198. IP_AUTH_LEVEL = 20 // in.h:300:1:
  199. IP_DEFAULT_MULTICAST_LOOP = 1 // in.h:347:1:
  200. IP_DEFAULT_MULTICAST_TTL = 1 // in.h:346:1:
  201. IP_DROP_MEMBERSHIP = 13 // in.h:298:1:
  202. IP_ESP_NETWORK_LEVEL = 22 // in.h:302:1:
  203. IP_ESP_TRANS_LEVEL = 21 // in.h:301:1:
  204. IP_HDRINCL = 2 // in.h:287:1:
  205. IP_IPCOMP_LEVEL = 29 // in.h:309:1:
  206. IP_IPDEFTTL = 37 // in.h:317:1:
  207. IP_IPSECFLOWINFO = 36 // in.h:316:1:
  208. IP_IPSEC_LOCAL_AUTH = 27 // in.h:307:1:
  209. IP_IPSEC_LOCAL_CRED = 25 // in.h:305:1:
  210. IP_IPSEC_LOCAL_ID = 23 // in.h:303:1:
  211. IP_IPSEC_REMOTE_AUTH = 28 // in.h:308:1:
  212. IP_IPSEC_REMOTE_CRED = 26 // in.h:306:1:
  213. IP_IPSEC_REMOTE_ID = 24 // in.h:304:1:
  214. IP_MAX_MEMBERSHIPS = 4095 // in.h:354:1:
  215. IP_MINTTL = 32 // in.h:312:1:
  216. IP_MIN_MEMBERSHIPS = 15 // in.h:353:1:
  217. IP_MULTICAST_IF = 9 // in.h:294:1:
  218. IP_MULTICAST_LOOP = 11 // in.h:296:1:
  219. IP_MULTICAST_TTL = 10 // in.h:295:1:
  220. IP_OPTIONS = 1 // in.h:286:1:
  221. IP_PIPEX = 34 // in.h:314:1:
  222. IP_PORTRANGE = 19 // in.h:299:1:
  223. IP_PORTRANGE_DEFAULT = 0 // in.h:374:1:
  224. IP_PORTRANGE_HIGH = 1 // in.h:375:1:
  225. IP_PORTRANGE_LOW = 2 // in.h:376:1:
  226. IP_RECVDSTADDR = 7 // in.h:292:1:
  227. IP_RECVDSTPORT = 33 // in.h:313:1:
  228. IP_RECVIF = 30 // in.h:310:1:
  229. IP_RECVOPTS = 5 // in.h:290:1:
  230. IP_RECVRETOPTS = 6 // in.h:291:1:
  231. IP_RECVRTABLE = 35 // in.h:315:1:
  232. IP_RECVTTL = 31 // in.h:311:1:
  233. IP_RETOPTS = 8 // in.h:293:1:
  234. IP_RTABLE = 0x1021 // in.h:321:1:
  235. IP_SENDSRCADDR = 7 // in.h:318:1:
  236. IP_TOS = 3 // in.h:288:1:
  237. IP_TTL = 4 // in.h:289:1:
  238. LITTLE_ENDIAN = 1234 // endian.h:44:1:
  239. PDP_ENDIAN = 3412 // endian.h:46:1:
  240. SIN6_LEN = 0 // in6.h:104:1:
  241. X_BIG_ENDIAN = 4321 // _endian.h:43:1:
  242. X_BYTE_ORDER = 1234 // endian.h:60:1:
  243. X_CLOCKID_T_DEFINED_ = 0 // types.h:162:1:
  244. X_CLOCK_T_DEFINED_ = 0 // types.h:157:1:
  245. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  246. X_INT16_T_DEFINED_ = 0 // types.h:84:1:
  247. X_INT32_T_DEFINED_ = 0 // types.h:94:1:
  248. X_INT64_T_DEFINED_ = 0 // types.h:104:1:
  249. X_INT8_T_DEFINED_ = 0 // types.h:74:1:
  250. X_IN_ADDR_DECLARED = 0 // in.h:163:1:
  251. X_IN_TYPES_DEFINED_ = 0 // in.h:62:1:
  252. X_LITTLE_ENDIAN = 1234 // _endian.h:42:1:
  253. X_LP64 = 1 // <predefined>:1:1:
  254. X_MACHINE_CDEFS_H_ = 0 // cdefs.h:4:1:
  255. X_MACHINE_ENDIAN_H_ = 0 // endian.h:20:1:
  256. X_MACHINE__TYPES_H_ = 0 // _types.h:35:1:
  257. X_MAX_PAGE_SHIFT = 12 // _types.h:57:1:
  258. X_NETINET6_IN6_H_ = 0 // in6.h:69:1:
  259. X_NETINET_IN_H_ = 0 // in.h:39:1:
  260. X_OFF_T_DEFINED_ = 0 // types.h:192:1:
  261. X_PDP_ENDIAN = 3412 // _endian.h:44:1:
  262. X_PID_T_DEFINED_ = 0 // types.h:167:1:
  263. X_QUAD_HIGHWORD = 1 // _endian.h:95:1:
  264. X_QUAD_LOWWORD = 0 // _endian.h:96:1:
  265. X_RET_PROTECTOR = 1 // <predefined>:2:1:
  266. X_SA_FAMILY_T_DEFINED_ = 0 // in.h:57:1:
  267. X_SIZE_T_DEFINED_ = 0 // types.h:172:1:
  268. X_SOCKLEN_T_DEFINED_ = 0 // in6.h:400:1:
  269. X_SSIZE_T_DEFINED_ = 0 // types.h:177:1:
  270. X_STACKALIGNBYTES = 15 // _types.h:54:1:
  271. X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
  272. X_SYS_ENDIAN_H_ = 0 // endian.h:38:1:
  273. X_SYS_TYPES_H_ = 0 // types.h:41:1:
  274. X_SYS__ENDIAN_H_ = 0 // _endian.h:34:1:
  275. X_SYS__TYPES_H_ = 0 // _types.h:35:1:
  276. X_TIMER_T_DEFINED_ = 0 // types.h:187:1:
  277. X_TIME_T_DEFINED_ = 0 // types.h:182:1:
  278. X_UINT16_T_DEFINED_ = 0 // types.h:89:1:
  279. X_UINT32_T_DEFINED_ = 0 // types.h:99:1:
  280. X_UINT64_T_DEFINED_ = 0 // types.h:109:1:
  281. X_UINT8_T_DEFINED_ = 0 // types.h:79:1:
  282. Unix = 1 // <predefined>:360:1:
  283. )
  284. type Ptrdiff_t = int64 /* <builtin>:3:26 */
  285. type Size_t = uint64 /* <builtin>:9:23 */
  286. type Wchar_t = int32 /* <builtin>:15:24 */
  287. type X__int128_t = struct {
  288. Flo int64
  289. Fhi int64
  290. } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128
  291. type X__uint128_t = struct {
  292. Flo uint64
  293. Fhi uint64
  294. } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128
  295. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  296. type X__float128 = float64 /* <builtin>:47:21 */
  297. // $OpenBSD: in.h,v 1.141 2021/06/02 00:09:57 dlg Exp $
  298. // $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $
  299. // Copyright (c) 1982, 1986, 1990, 1993
  300. // The Regents of the University of California. All rights reserved.
  301. //
  302. // Redistribution and use in source and binary forms, with or without
  303. // modification, are permitted provided that the following conditions
  304. // are met:
  305. // 1. Redistributions of source code must retain the above copyright
  306. // notice, this list of conditions and the following disclaimer.
  307. // 2. Redistributions in binary form must reproduce the above copyright
  308. // notice, this list of conditions and the following disclaimer in the
  309. // documentation and/or other materials provided with the distribution.
  310. // 3. Neither the name of the University nor the names of its contributors
  311. // may be used to endorse or promote products derived from this software
  312. // without specific prior written permission.
  313. //
  314. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  315. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  316. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  317. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  318. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  319. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  320. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  321. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  322. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  323. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  324. // SUCH DAMAGE.
  325. // Constants and structures defined by the internet system,
  326. // Per RFC 790, September 1981, and numerous additions.
  327. // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $
  328. // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $
  329. // Copyright (c) 1991, 1993
  330. // The Regents of the University of California. All rights reserved.
  331. //
  332. // This code is derived from software contributed to Berkeley by
  333. // Berkeley Software Design, Inc.
  334. //
  335. // Redistribution and use in source and binary forms, with or without
  336. // modification, are permitted provided that the following conditions
  337. // are met:
  338. // 1. Redistributions of source code must retain the above copyright
  339. // notice, this list of conditions and the following disclaimer.
  340. // 2. Redistributions in binary form must reproduce the above copyright
  341. // notice, this list of conditions and the following disclaimer in the
  342. // documentation and/or other materials provided with the distribution.
  343. // 3. Neither the name of the University nor the names of its contributors
  344. // may be used to endorse or promote products derived from this software
  345. // without specific prior written permission.
  346. //
  347. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  348. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  349. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  350. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  351. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  352. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  353. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  354. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  355. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  356. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  357. // SUCH DAMAGE.
  358. //
  359. // @(#)cdefs.h 8.7 (Berkeley) 1/21/94
  360. // $OpenBSD: cdefs.h,v 1.1 2016/12/17 23:38:33 patrick Exp $
  361. // Macro to test if we're using a specific version of gcc or later.
  362. // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
  363. // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
  364. // The __CONCAT macro is a bit tricky -- make sure you don't put spaces
  365. // in between its arguments. Do not use __CONCAT on double-quoted strings,
  366. // such as those from the __STRING macro: to concatenate strings just put
  367. // them next to each other.
  368. // GCC1 and some versions of GCC2 declare dead (non-returning) and
  369. // pure (no side effects) functions using "volatile" and "const";
  370. // unfortunately, these then cause warnings under "-ansi -pedantic".
  371. // GCC >= 2.5 uses the __attribute__((attrs)) style. All of these
  372. // work for GNU C++ (modulo a slight glitch in the C++ grammar in
  373. // the distribution version of 2.5.5).
  374. // __returns_twice makes the compiler not assume the function
  375. // only returns once. This affects registerisation of variables:
  376. // even local variables need to be in memory across such a call.
  377. // Example: setjmp()
  378. // __only_inline makes the compiler only use this function definition
  379. // for inlining; references that can't be inlined will be left as
  380. // external references instead of generating a local copy. The
  381. // matching library should include a simple extern definition for
  382. // the function to handle those references. c.f. ctype.h
  383. // GNU C version 2.96 adds explicit branch prediction so that
  384. // the CPU back-end can hint the processor and also so that
  385. // code blocks can be reordered such that the predicted path
  386. // sees a more linear flow, thus improving cache behavior, etc.
  387. //
  388. // The following two macros provide us with a way to utilize this
  389. // compiler feature. Use __predict_true() if you expect the expression
  390. // to evaluate to true, and __predict_false() if you expect the
  391. // expression to evaluate to false.
  392. //
  393. // A few notes about usage:
  394. //
  395. // * Generally, __predict_false() error condition checks (unless
  396. // you have some _strong_ reason to do otherwise, in which case
  397. // document it), and/or __predict_true() `no-error' condition
  398. // checks, assuming you want to optimize for the no-error case.
  399. //
  400. // * Other than that, if you don't know the likelihood of a test
  401. // succeeding from empirical or other `hard' evidence, don't
  402. // make predictions.
  403. //
  404. // * These are meant to be used in places that are run `a lot'.
  405. // It is wasteful to make predictions in code that is run
  406. // seldomly (e.g. at subsystem initialization time) as the
  407. // basic block reordering that this affects can often generate
  408. // larger code.
  409. // Delete pseudo-keywords wherever they are not available or needed.
  410. // The __packed macro indicates that a variable or structure members
  411. // should have the smallest possible alignment, despite any host CPU
  412. // alignment requirements.
  413. //
  414. // The __aligned(x) macro specifies the minimum alignment of a
  415. // variable or structure.
  416. //
  417. // These macros together are useful for describing the layout and
  418. // alignment of messages exchanged with hardware or other systems.
  419. // "The nice thing about standards is that there are so many to choose from."
  420. // There are a number of "feature test macros" specified by (different)
  421. // standards that determine which interfaces and types the header files
  422. // should expose.
  423. //
  424. // Because of inconsistencies in these macros, we define our own
  425. // set in the private name space that end in _VISIBLE. These are
  426. // always defined and so headers can test their values easily.
  427. // Things can get tricky when multiple feature macros are defined.
  428. // We try to take the union of all the features requested.
  429. //
  430. // The following macros are guaranteed to have a value after cdefs.h
  431. // has been included:
  432. // __POSIX_VISIBLE
  433. // __XPG_VISIBLE
  434. // __ISO_C_VISIBLE
  435. // __BSD_VISIBLE
  436. // X/Open Portability Guides and Single Unix Specifications.
  437. // _XOPEN_SOURCE XPG3
  438. // _XOPEN_SOURCE && _XOPEN_VERSION = 4 XPG4
  439. // _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED = 1 XPG4v2
  440. // _XOPEN_SOURCE == 500 XPG5
  441. // _XOPEN_SOURCE == 520 XPG5v2
  442. // _XOPEN_SOURCE == 600 POSIX 1003.1-2001 with XSI
  443. // _XOPEN_SOURCE == 700 POSIX 1003.1-2008 with XSI
  444. //
  445. // The XPG spec implies a specific value for _POSIX_C_SOURCE.
  446. // POSIX macros, these checks must follow the XOPEN ones above.
  447. //
  448. // _POSIX_SOURCE == 1 1003.1-1988 (superseded by _POSIX_C_SOURCE)
  449. // _POSIX_C_SOURCE == 1 1003.1-1990
  450. // _POSIX_C_SOURCE == 2 1003.2-1992
  451. // _POSIX_C_SOURCE == 199309L 1003.1b-1993
  452. // _POSIX_C_SOURCE == 199506L 1003.1c-1995, 1003.1i-1995,
  453. // and the omnibus ISO/IEC 9945-1:1996
  454. // _POSIX_C_SOURCE == 200112L 1003.1-2001
  455. // _POSIX_C_SOURCE == 200809L 1003.1-2008
  456. //
  457. // The POSIX spec implies a specific value for __ISO_C_VISIBLE, though
  458. // this may be overridden by the _ISOC99_SOURCE macro later.
  459. // _ANSI_SOURCE means to expose ANSI C89 interfaces only.
  460. // If the user defines it in addition to one of the POSIX or XOPEN
  461. // macros, assume the POSIX/XOPEN macro(s) should take precedence.
  462. // _ISOC99_SOURCE, _ISOC11_SOURCE, __STDC_VERSION__, and __cplusplus
  463. // override any of the other macros since they are non-exclusive.
  464. // Finally deal with BSD-specific interfaces that are not covered
  465. // by any standards. We expose these when none of the POSIX or XPG
  466. // macros is defined or if the user explicitly asks for them.
  467. // Default values.
  468. // $OpenBSD: types.h,v 1.49 2022/08/06 13:31:13 semarie Exp $
  469. // $NetBSD: types.h,v 1.29 1996/11/15 22:48:25 jtc Exp $
  470. // -
  471. // Copyright (c) 1982, 1986, 1991, 1993
  472. // The Regents of the University of California. All rights reserved.
  473. // (c) UNIX System Laboratories, Inc.
  474. // All or some portions of this file are derived from material licensed
  475. // to the University of California by American Telephone and Telegraph
  476. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  477. // the permission of UNIX System Laboratories, Inc.
  478. //
  479. // Redistribution and use in source and binary forms, with or without
  480. // modification, are permitted provided that the following conditions
  481. // are met:
  482. // 1. Redistributions of source code must retain the above copyright
  483. // notice, this list of conditions and the following disclaimer.
  484. // 2. Redistributions in binary form must reproduce the above copyright
  485. // notice, this list of conditions and the following disclaimer in the
  486. // documentation and/or other materials provided with the distribution.
  487. // 3. Neither the name of the University nor the names of its contributors
  488. // may be used to endorse or promote products derived from this software
  489. // without specific prior written permission.
  490. //
  491. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  492. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  493. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  494. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  495. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  496. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  497. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  498. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  499. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  500. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  501. // SUCH DAMAGE.
  502. //
  503. // @(#)types.h 8.4 (Berkeley) 1/21/94
  504. // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $
  505. // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $
  506. // Copyright (c) 1991, 1993
  507. // The Regents of the University of California. All rights reserved.
  508. //
  509. // This code is derived from software contributed to Berkeley by
  510. // Berkeley Software Design, Inc.
  511. //
  512. // Redistribution and use in source and binary forms, with or without
  513. // modification, are permitted provided that the following conditions
  514. // are met:
  515. // 1. Redistributions of source code must retain the above copyright
  516. // notice, this list of conditions and the following disclaimer.
  517. // 2. Redistributions in binary form must reproduce the above copyright
  518. // notice, this list of conditions and the following disclaimer in the
  519. // documentation and/or other materials provided with the distribution.
  520. // 3. Neither the name of the University nor the names of its contributors
  521. // may be used to endorse or promote products derived from this software
  522. // without specific prior written permission.
  523. //
  524. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  525. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  526. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  527. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  528. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  529. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  530. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  531. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  532. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  533. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  534. // SUCH DAMAGE.
  535. //
  536. // @(#)cdefs.h 8.7 (Berkeley) 1/21/94
  537. // $OpenBSD: endian.h,v 1.25 2014/12/21 04:49:00 guenther Exp $
  538. // -
  539. // Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
  540. //
  541. // Redistribution and use in source and binary forms, with or without
  542. // modification, are permitted provided that the following conditions
  543. // are met:
  544. // 1. Redistributions of source code must retain the above copyright
  545. // notice, this list of conditions and the following disclaimer.
  546. // 2. Redistributions in binary form must reproduce the above copyright
  547. // notice, this list of conditions and the following disclaimer in the
  548. // documentation and/or other materials provided with the distribution.
  549. //
  550. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  551. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  552. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  553. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  554. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  555. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  556. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  557. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  558. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  559. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  560. // Public definitions for little- and big-endian systems.
  561. // This file should be included as <endian.h> in userspace and as
  562. // <sys/endian.h> in the kernel.
  563. //
  564. // System headers that need endian information but that can't or don't
  565. // want to export the public names here should include <sys/_endian.h>
  566. // and use the internal names: _BYTE_ORDER, _*_ENDIAN, etc.
  567. // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $
  568. // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $
  569. // Copyright (c) 1991, 1993
  570. // The Regents of the University of California. All rights reserved.
  571. //
  572. // This code is derived from software contributed to Berkeley by
  573. // Berkeley Software Design, Inc.
  574. //
  575. // Redistribution and use in source and binary forms, with or without
  576. // modification, are permitted provided that the following conditions
  577. // are met:
  578. // 1. Redistributions of source code must retain the above copyright
  579. // notice, this list of conditions and the following disclaimer.
  580. // 2. Redistributions in binary form must reproduce the above copyright
  581. // notice, this list of conditions and the following disclaimer in the
  582. // documentation and/or other materials provided with the distribution.
  583. // 3. Neither the name of the University nor the names of its contributors
  584. // may be used to endorse or promote products derived from this software
  585. // without specific prior written permission.
  586. //
  587. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  588. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  589. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  590. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  591. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  592. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  593. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  594. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  595. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  596. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  597. // SUCH DAMAGE.
  598. //
  599. // @(#)cdefs.h 8.7 (Berkeley) 1/21/94
  600. // $OpenBSD: _endian.h,v 1.8 2018/01/11 23:13:37 dlg Exp $
  601. // -
  602. // Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
  603. //
  604. // Redistribution and use in source and binary forms, with or without
  605. // modification, are permitted provided that the following conditions
  606. // are met:
  607. // 1. Redistributions of source code must retain the above copyright
  608. // notice, this list of conditions and the following disclaimer.
  609. // 2. Redistributions in binary form must reproduce the above copyright
  610. // notice, this list of conditions and the following disclaimer in the
  611. // documentation and/or other materials provided with the distribution.
  612. //
  613. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  614. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  615. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  616. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  617. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  618. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  619. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  620. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  621. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  622. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  623. // Internal endianness macros. This pulls in <machine/endian.h> to
  624. // get the correct setting direction for the platform and sets internal
  625. // ('__' prefix) macros appropriately.
  626. // $OpenBSD: _types.h,v 1.10 2022/08/06 13:31:13 semarie Exp $
  627. // -
  628. // Copyright (c) 1990, 1993
  629. // The Regents of the University of California. All rights reserved.
  630. //
  631. // Redistribution and use in source and binary forms, with or without
  632. // modification, are permitted provided that the following conditions
  633. // are met:
  634. // 1. Redistributions of source code must retain the above copyright
  635. // notice, this list of conditions and the following disclaimer.
  636. // 2. Redistributions in binary form must reproduce the above copyright
  637. // notice, this list of conditions and the following disclaimer in the
  638. // documentation and/or other materials provided with the distribution.
  639. // 3. Neither the name of the University nor the names of its contributors
  640. // may be used to endorse or promote products derived from this software
  641. // without specific prior written permission.
  642. //
  643. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  644. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  645. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  646. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  647. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  648. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  649. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  650. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  651. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  652. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  653. // SUCH DAMAGE.
  654. //
  655. // @(#)types.h 8.3 (Berkeley) 1/5/94
  656. // $OpenBSD: _types.h,v 1.4 2018/03/05 01:15:25 deraadt Exp $
  657. // -
  658. // Copyright (c) 1990, 1993
  659. // The Regents of the University of California. All rights reserved.
  660. //
  661. // Redistribution and use in source and binary forms, with or without
  662. // modification, are permitted provided that the following conditions
  663. // are met:
  664. // 1. Redistributions of source code must retain the above copyright
  665. // notice, this list of conditions and the following disclaimer.
  666. // 2. Redistributions in binary form must reproduce the above copyright
  667. // notice, this list of conditions and the following disclaimer in the
  668. // documentation and/or other materials provided with the distribution.
  669. // 3. Neither the name of the University nor the names of its contributors
  670. // may be used to endorse or promote products derived from this software
  671. // without specific prior written permission.
  672. //
  673. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  674. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  675. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  676. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  677. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  678. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  679. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  680. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  681. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  682. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  683. // SUCH DAMAGE.
  684. //
  685. // @(#)types.h 8.3 (Berkeley) 1/5/94
  686. // @(#)ansi.h 8.2 (Berkeley) 1/4/94
  687. // _ALIGN(p) rounds p (pointer or byte index) up to a correctly-aligned
  688. // value for all data types (int, long, ...). The result is an
  689. // unsigned long and must be cast to any desired pointer type.
  690. //
  691. // _ALIGNED_POINTER is a boolean macro that checks whether an address
  692. // is valid to fetch data elements of type t from on this architecture.
  693. // This does not reflect the optimal alignment, just the possibility
  694. // (within reasonable limits).
  695. // 7.18.1.1 Exact-width integer types
  696. type X__int8_t = int8 /* _types.h:60:22 */
  697. type X__uint8_t = uint8 /* _types.h:61:24 */
  698. type X__int16_t = int16 /* _types.h:62:17 */
  699. type X__uint16_t = uint16 /* _types.h:63:25 */
  700. type X__int32_t = int32 /* _types.h:64:15 */
  701. type X__uint32_t = uint32 /* _types.h:65:23 */
  702. // LONGLONG
  703. type X__int64_t = int64 /* _types.h:67:20 */
  704. // LONGLONG
  705. type X__uint64_t = uint64 /* _types.h:69:28 */
  706. // 7.18.1.2 Minimum-width integer types
  707. type X__int_least8_t = X__int8_t /* _types.h:72:19 */
  708. type X__uint_least8_t = X__uint8_t /* _types.h:73:20 */
  709. type X__int_least16_t = X__int16_t /* _types.h:74:20 */
  710. type X__uint_least16_t = X__uint16_t /* _types.h:75:21 */
  711. type X__int_least32_t = X__int32_t /* _types.h:76:20 */
  712. type X__uint_least32_t = X__uint32_t /* _types.h:77:21 */
  713. type X__int_least64_t = X__int64_t /* _types.h:78:20 */
  714. type X__uint_least64_t = X__uint64_t /* _types.h:79:21 */
  715. // 7.18.1.3 Fastest minimum-width integer types
  716. type X__int_fast8_t = X__int32_t /* _types.h:82:20 */
  717. type X__uint_fast8_t = X__uint32_t /* _types.h:83:21 */
  718. type X__int_fast16_t = X__int32_t /* _types.h:84:20 */
  719. type X__uint_fast16_t = X__uint32_t /* _types.h:85:21 */
  720. type X__int_fast32_t = X__int32_t /* _types.h:86:20 */
  721. type X__uint_fast32_t = X__uint32_t /* _types.h:87:21 */
  722. type X__int_fast64_t = X__int64_t /* _types.h:88:20 */
  723. type X__uint_fast64_t = X__uint64_t /* _types.h:89:21 */
  724. // 7.18.1.4 Integer types capable of holding object pointers
  725. type X__intptr_t = int64 /* _types.h:104:16 */
  726. type X__uintptr_t = uint64 /* _types.h:105:24 */
  727. // 7.18.1.5 Greatest-width integer types
  728. type X__intmax_t = X__int64_t /* _types.h:108:20 */
  729. type X__uintmax_t = X__uint64_t /* _types.h:109:21 */
  730. // Register size
  731. type X__register_t = int64 /* _types.h:112:16 */
  732. // VM system types
  733. type X__vaddr_t = uint64 /* _types.h:115:24 */
  734. type X__paddr_t = uint64 /* _types.h:116:24 */
  735. type X__vsize_t = uint64 /* _types.h:117:24 */
  736. type X__psize_t = uint64 /* _types.h:118:24 */
  737. // Standard system types
  738. type X__double_t = float64 /* _types.h:121:18 */
  739. type X__float_t = float32 /* _types.h:122:17 */
  740. type X__ptrdiff_t = int64 /* _types.h:123:16 */
  741. type X__size_t = uint64 /* _types.h:124:24 */
  742. type X__ssize_t = int64 /* _types.h:125:16 */
  743. type X__va_list = X__builtin_va_list /* _types.h:127:27 */
  744. // Wide character support types
  745. type X__wchar_t = int32 /* _types.h:137:15 */
  746. type X__wint_t = int32 /* _types.h:140:15 */
  747. type X__rune_t = int32 /* _types.h:141:15 */
  748. type X__wctrans_t = uintptr /* _types.h:142:14 */
  749. type X__wctype_t = uintptr /* _types.h:143:14 */
  750. type X__blkcnt_t = X__int64_t /* _types.h:39:19 */ // blocks allocated for file
  751. type X__blksize_t = X__int32_t /* _types.h:40:19 */ // optimal blocksize for I/O
  752. type X__clock_t = X__int64_t /* _types.h:41:19 */ // ticks in CLOCKS_PER_SEC
  753. type X__clockid_t = X__int32_t /* _types.h:42:19 */ // CLOCK_* identifiers
  754. type X__cpuid_t = uint64 /* _types.h:43:23 */ // CPU id
  755. type X__dev_t = X__int32_t /* _types.h:44:19 */ // device number
  756. type X__fixpt_t = X__uint32_t /* _types.h:45:20 */ // fixed point number
  757. type X__fsblkcnt_t = X__uint64_t /* _types.h:46:20 */ // file system block count
  758. type X__fsfilcnt_t = X__uint64_t /* _types.h:47:20 */ // file system file count
  759. type X__gid_t = X__uint32_t /* _types.h:48:20 */ // group id
  760. type X__id_t = X__uint32_t /* _types.h:49:20 */ // may contain pid, uid or gid
  761. type X__in_addr_t = X__uint32_t /* _types.h:50:20 */ // base type for internet address
  762. type X__in_port_t = X__uint16_t /* _types.h:51:20 */ // IP port type
  763. type X__ino_t = X__uint64_t /* _types.h:52:20 */ // inode number
  764. type X__key_t = int64 /* _types.h:53:15 */ // IPC key (for Sys V IPC)
  765. type X__mode_t = X__uint32_t /* _types.h:54:20 */ // permissions
  766. type X__nlink_t = X__uint32_t /* _types.h:55:20 */ // link count
  767. type X__off_t = X__int64_t /* _types.h:56:19 */ // file offset or size
  768. type X__pid_t = X__int32_t /* _types.h:57:19 */ // process id
  769. type X__rlim_t = X__uint64_t /* _types.h:58:20 */ // resource limit
  770. type X__sa_family_t = X__uint8_t /* _types.h:59:19 */ // sockaddr address family type
  771. type X__segsz_t = X__int32_t /* _types.h:60:19 */ // segment size
  772. type X__socklen_t = X__uint32_t /* _types.h:61:20 */ // length type for network syscalls
  773. type X__suseconds_t = int64 /* _types.h:62:15 */ // microseconds (signed)
  774. type X__time_t = X__int64_t /* _types.h:63:19 */ // epoch time
  775. type X__timer_t = X__int32_t /* _types.h:64:19 */ // POSIX timer identifiers
  776. type X__uid_t = X__uint32_t /* _types.h:65:20 */ // user id
  777. type X__useconds_t = X__uint32_t /* _types.h:66:20 */ // microseconds
  778. // mbstate_t is an opaque object to keep conversion state, during multibyte
  779. // stream conversions. The content must not be referenced by user programs.
  780. type X__mbstate_t = struct {
  781. F__ccgo_pad1 [0]uint64
  782. F__mbstate8 [128]int8
  783. } /* _types.h:75:3 */
  784. // Tell sys/endian.h we have MD variants of the swap macros.
  785. // Note that these macros evaluate their arguments several times.
  786. // Public names
  787. // These are specified to be function-like macros to match the spec
  788. // POSIX names
  789. // original BSD names
  790. // these were exposed here before
  791. // ancient stuff
  792. type U_char = uint8 /* types.h:51:23 */
  793. type U_short = uint16 /* types.h:52:24 */
  794. type U_int = uint32 /* types.h:53:22 */
  795. type U_long = uint64 /* types.h:54:23 */
  796. type Unchar = uint8 /* types.h:56:23 */ // Sys V compatibility
  797. type Ushort = uint16 /* types.h:57:24 */ // Sys V compatibility
  798. type Uint = uint32 /* types.h:58:22 */ // Sys V compatibility
  799. type Ulong = uint64 /* types.h:59:23 */ // Sys V compatibility
  800. type Cpuid_t = X__cpuid_t /* types.h:61:19 */ // CPU id
  801. type Register_t = X__register_t /* types.h:62:22 */ // register-sized type
  802. // XXX The exact-width bit types should only be exposed if __BSD_VISIBLE
  803. // but the rest of the includes are not ready for that yet.
  804. type Int8_t = X__int8_t /* types.h:75:19 */
  805. type Uint8_t = X__uint8_t /* types.h:80:20 */
  806. type Int16_t = X__int16_t /* types.h:85:20 */
  807. type Uint16_t = X__uint16_t /* types.h:90:21 */
  808. type Int32_t = X__int32_t /* types.h:95:20 */
  809. type Uint32_t = X__uint32_t /* types.h:100:21 */
  810. type Int64_t = X__int64_t /* types.h:105:20 */
  811. type Uint64_t = X__uint64_t /* types.h:110:21 */
  812. // BSD-style unsigned bits types
  813. type U_int8_t = X__uint8_t /* types.h:114:19 */
  814. type U_int16_t = X__uint16_t /* types.h:115:20 */
  815. type U_int32_t = X__uint32_t /* types.h:116:20 */
  816. type U_int64_t = X__uint64_t /* types.h:117:20 */
  817. // quads, deprecated in favor of 64 bit int types
  818. type Quad_t = X__int64_t /* types.h:120:19 */
  819. type U_quad_t = X__uint64_t /* types.h:121:20 */
  820. // VM system types
  821. type Vaddr_t = X__vaddr_t /* types.h:125:19 */
  822. type Paddr_t = X__paddr_t /* types.h:126:19 */
  823. type Vsize_t = X__vsize_t /* types.h:127:19 */
  824. type Psize_t = X__psize_t /* types.h:128:19 */
  825. // Standard system types
  826. type Blkcnt_t = X__blkcnt_t /* types.h:132:20 */ // blocks allocated for file
  827. type Blksize_t = X__blksize_t /* types.h:133:21 */ // optimal blocksize for I/O
  828. type Caddr_t = uintptr /* types.h:134:14 */ // core address
  829. type Daddr32_t = X__int32_t /* types.h:135:19 */ // 32-bit disk address
  830. type Daddr_t = X__int64_t /* types.h:136:19 */ // 64-bit disk address
  831. type Dev_t = X__dev_t /* types.h:137:18 */ // device number
  832. type Fixpt_t = X__fixpt_t /* types.h:138:19 */ // fixed point number
  833. type Gid_t = X__gid_t /* types.h:139:18 */ // group id
  834. type Id_t = X__id_t /* types.h:140:17 */ // may contain pid, uid or gid
  835. type Ino_t = X__ino_t /* types.h:141:18 */ // inode number
  836. type Key_t = X__key_t /* types.h:142:18 */ // IPC key (for Sys V IPC)
  837. type Mode_t = X__mode_t /* types.h:143:18 */ // permissions
  838. type Nlink_t = X__nlink_t /* types.h:144:19 */ // link count
  839. type Rlim_t = X__rlim_t /* types.h:145:18 */ // resource limit
  840. type Segsz_t = X__segsz_t /* types.h:146:19 */ // segment size
  841. type Uid_t = X__uid_t /* types.h:147:18 */ // user id
  842. type Useconds_t = X__useconds_t /* types.h:148:22 */ // microseconds
  843. type Suseconds_t = X__suseconds_t /* types.h:149:23 */ // microseconds (signed)
  844. type Fsblkcnt_t = X__fsblkcnt_t /* types.h:150:22 */ // file system block count
  845. type Fsfilcnt_t = X__fsfilcnt_t /* types.h:151:22 */ // file system file count
  846. // The following types may be defined in multiple header files.
  847. type Clock_t = X__clock_t /* types.h:158:19 */
  848. type Clockid_t = X__clockid_t /* types.h:163:21 */
  849. type Pid_t = X__pid_t /* types.h:168:18 */
  850. type Ssize_t = X__ssize_t /* types.h:178:19 */
  851. type Time_t = X__time_t /* types.h:183:18 */
  852. type Timer_t = X__timer_t /* types.h:188:19 */
  853. type Off_t = X__off_t /* types.h:193:18 */
  854. // Major, minor numbers, dev_t's.
  855. // <sys/_endian.h> is pulled in by <sys/types.h>
  856. type Sa_family_t = X__sa_family_t /* in.h:58:23 */ // sockaddr address family type
  857. type In_addr_t = X__in_addr_t /* in.h:63:21 */ // base type for internet address
  858. type In_port_t = X__in_port_t /* in.h:64:21 */ // IP port type
  859. // Protocols
  860. // Only used internally, so it can be outside the range of valid IP protocols
  861. // From FreeBSD:
  862. //
  863. // Local port number conventions:
  864. //
  865. // When a user does a bind(2) or connect(2) with a port number of zero,
  866. // a non-conflicting local port address is chosen.
  867. // The default range is IPPORT_RESERVED through
  868. // IPPORT_USERRESERVED, although that is settable by sysctl.
  869. //
  870. // A user may set the IPPROTO_IP option IP_PORTRANGE to change this
  871. // default assignment range.
  872. //
  873. // The value IP_PORTRANGE_DEFAULT causes the default behavior.
  874. //
  875. // The value IP_PORTRANGE_HIGH changes the range of candidate port numbers
  876. // into the "high" range. These are reserved for client outbound connections
  877. // which do not want to be filtered by any firewalls.
  878. //
  879. // The value IP_PORTRANGE_LOW changes the range to the "low" are
  880. // that is (by convention) restricted to privileged processes. This
  881. // convention is based on "vouchsafe" principles only. It is only secure
  882. // if you trust the remote host to restrict these ports.
  883. //
  884. // The default range of ports and the high range can be changed by
  885. // sysctl(3). (net.inet.ip.port{hi}{first,last})
  886. //
  887. // Changing those values has bad security implications if you are
  888. // using a a stateless firewall that is allowing packets outside of that
  889. // range in order to allow transparent outgoing connections.
  890. //
  891. // Such a firewall configuration will generally depend on the use of these
  892. // default values. If you change them, you may find your Security
  893. // Administrator looking for you with a heavy object.
  894. // Ports < IPPORT_RESERVED are reserved for
  895. // privileged processes (e.g. root).
  896. // Ports > IPPORT_USERRESERVED are reserved
  897. // for servers, not necessarily privileged.
  898. // Default local port range to use by setting IP_PORTRANGE_HIGH
  899. // IP Version 4 Internet address (a structure for historical reasons)
  900. type In_addr = struct{ Fs_addr In_addr_t } /* in.h:167:1 */
  901. // last return value of *_input(), meaning "all job for this pkt is done".
  902. // Definitions of bits in internet address integers.
  903. // On subnets, the decomposition of addresses to host and net parts
  904. // is done according to subnet mask, not the masks here.
  905. //
  906. // By byte-swapping the constants, we avoid ever having to byte-swap IP
  907. // addresses inside the kernel. Unfortunately, user-level programs rely
  908. // on these macros not doing byte-swapping.
  909. // These ones aren't really net and host fields, but routing needn't know.
  910. // IP Version 4 socket address.
  911. type Sockaddr_in = struct {
  912. Fsin_len U_int8_t
  913. Fsin_family Sa_family_t
  914. Fsin_port In_port_t
  915. Fsin_addr struct{ Fs_addr In_addr_t }
  916. Fsin_zero [8]Int8_t
  917. } /* in.h:258:1 */
  918. // Structure used to describe IP options.
  919. // Used to store options internally, to pass them to a process,
  920. // or to restore options retrieved earlier.
  921. // The ip_dst is used for the first-hop gateway when using a source route
  922. // (this gets put into the header proper).
  923. type Ip_opts = struct {
  924. Fip_dst struct{ Fs_addr In_addr_t }
  925. Fip_opts [40]Int8_t
  926. } /* in.h:273:1 */
  927. // Options for use with [gs]etsockopt at the IP level.
  928. // First word of comment is data type; bool is stored in int.
  929. // source address to use
  930. // Security levels - IPsec, not IPSO
  931. // Defaults and limits for options
  932. // The imo_membership vector for each socket starts at IP_MIN_MEMBERSHIPS
  933. // and is dynamically allocated at run-time, bounded by IP_MAX_MEMBERSHIPS,
  934. // and is reallocated when needed, sized according to a power-of-two increment.
  935. // Argument structure for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP.
  936. type Ip_mreq = struct {
  937. Fimr_multiaddr struct{ Fs_addr In_addr_t }
  938. Fimr_interface struct{ Fs_addr In_addr_t }
  939. } /* in.h:359:1 */
  940. type Ip_mreqn = struct {
  941. Fimr_multiaddr struct{ Fs_addr In_addr_t }
  942. Fimr_address struct{ Fs_addr In_addr_t }
  943. Fimr_ifindex int32
  944. } /* in.h:364:1 */
  945. // Argument for IP_PORTRANGE:
  946. // - which range to search when port is unspecified at bind() or connect()
  947. // Buffer lengths for strings containing printable IP addresses
  948. // Definitions for inet sysctl operations.
  949. //
  950. // Third level is protocol number.
  951. // Fourth level is desired variable within that protocol.
  952. // Names for IP sysctl objects
  953. // INET6 stuff
  954. // $OpenBSD: in6.h,v 1.109 2021/06/02 00:20:50 dlg Exp $
  955. // $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $
  956. // Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  957. // All rights reserved.
  958. //
  959. // Redistribution and use in source and binary forms, with or without
  960. // modification, are permitted provided that the following conditions
  961. // are met:
  962. // 1. Redistributions of source code must retain the above copyright
  963. // notice, this list of conditions and the following disclaimer.
  964. // 2. Redistributions in binary form must reproduce the above copyright
  965. // notice, this list of conditions and the following disclaimer in the
  966. // documentation and/or other materials provided with the distribution.
  967. // 3. Neither the name of the project nor the names of its contributors
  968. // may be used to endorse or promote products derived from this software
  969. // without specific prior written permission.
  970. //
  971. // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  972. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  973. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  974. // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  975. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  976. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  977. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  978. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  979. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  980. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  981. // SUCH DAMAGE.
  982. // Copyright (c) 1982, 1986, 1990, 1993
  983. // The Regents of the University of California. All rights reserved.
  984. //
  985. // Redistribution and use in source and binary forms, with or without
  986. // modification, are permitted provided that the following conditions
  987. // are met:
  988. // 1. Redistributions of source code must retain the above copyright
  989. // notice, this list of conditions and the following disclaimer.
  990. // 2. Redistributions in binary form must reproduce the above copyright
  991. // notice, this list of conditions and the following disclaimer in the
  992. // documentation and/or other materials provided with the distribution.
  993. // 3. Neither the name of the University nor the names of its contributors
  994. // may be used to endorse or promote products derived from this software
  995. // without specific prior written permission.
  996. //
  997. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  998. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  999. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1000. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1001. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1002. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1003. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1004. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1005. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1006. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1007. // SUCH DAMAGE.
  1008. //
  1009. // @(#)in.h 8.3 (Berkeley) 1/3/94
  1010. // Identification of the network protocol stack
  1011. // for *BSD-current/release: http://www.kame.net/dev/cvsweb2.cgi/kame/COVERAGE
  1012. // has the table of implementation/integration differences.
  1013. // IPv6 address
  1014. type In6_addr = struct {
  1015. F__u6_addr struct {
  1016. F__ccgo_pad1 [0]uint32
  1017. F__u6_addr8 [16]U_int8_t
  1018. }
  1019. } /* in6.h:81:1 */
  1020. // Socket address for IPv6
  1021. type Sockaddr_in6 = struct {
  1022. Fsin6_len U_int8_t
  1023. Fsin6_family Sa_family_t
  1024. Fsin6_port In_port_t
  1025. Fsin6_flowinfo U_int32_t
  1026. Fsin6_addr struct {
  1027. F__u6_addr struct {
  1028. F__ccgo_pad1 [0]uint32
  1029. F__u6_addr8 [16]U_int8_t
  1030. }
  1031. }
  1032. Fsin6_scope_id U_int32_t
  1033. } /* in6.h:106:1 */
  1034. // IPv6 route structure
  1035. type Route_in6 = struct {
  1036. Fro_rt uintptr
  1037. Fro_tableid U_long
  1038. Fro_dst struct {
  1039. Fsin6_len U_int8_t
  1040. Fsin6_family Sa_family_t
  1041. Fsin6_port In_port_t
  1042. Fsin6_flowinfo U_int32_t
  1043. Fsin6_addr struct {
  1044. F__u6_addr struct {
  1045. F__ccgo_pad1 [0]uint32
  1046. F__u6_addr8 [16]U_int8_t
  1047. }
  1048. }
  1049. Fsin6_scope_id U_int32_t
  1050. }
  1051. F__ccgo_pad1 [4]byte
  1052. } /* in6.h:150:1 */
  1053. // Definition of some useful macros to handle IP6 addresses
  1054. // Macros started with IPV6_ADDR is KAME local
  1055. // Unspecified
  1056. // Loopback
  1057. // IPv4 compatible
  1058. // Mapped
  1059. // Unicast Scope
  1060. // Note that we must check topmost 10 bits only, not 16 bits (see RFC2373).
  1061. // Multicast
  1062. // Options for use with [gs]etsockopt at the IPV6 level.
  1063. // First word of comment is data type; bool is stored in int.
  1064. // new socket options introduced in RFC3542
  1065. // More new socket options introduced in RFC3542
  1066. // to define items, should talk with KAME guys first, for *BSD compatibility
  1067. // Defaults and limits for options
  1068. // Argument structure for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.
  1069. type Ipv6_mreq = struct {
  1070. Fipv6mr_multiaddr struct {
  1071. F__u6_addr struct {
  1072. F__ccgo_pad1 [0]uint32
  1073. F__u6_addr8 [16]U_int8_t
  1074. }
  1075. }
  1076. Fipv6mr_interface uint32
  1077. } /* in6.h:366:1 */
  1078. // IPV6_PKTINFO: Packet information(RFC3542 sec 6)
  1079. type In6_pktinfo = struct {
  1080. Fipi6_addr struct {
  1081. F__u6_addr struct {
  1082. F__ccgo_pad1 [0]uint32
  1083. F__u6_addr8 [16]U_int8_t
  1084. }
  1085. }
  1086. Fipi6_ifindex uint32
  1087. } /* in6.h:374:1 */
  1088. // Control structure for IPV6_RECVPATHMTU socket option.
  1089. // XXX Not allowed here by POSIX, but required by RFC 3542, so go
  1090. // XXX with the code on the pavement.
  1091. type Ip6_mtuinfo = struct {
  1092. Fip6m_addr struct {
  1093. Fsin6_len U_int8_t
  1094. Fsin6_family Sa_family_t
  1095. Fsin6_port In_port_t
  1096. Fsin6_flowinfo U_int32_t
  1097. Fsin6_addr struct {
  1098. F__u6_addr struct {
  1099. F__ccgo_pad1 [0]uint32
  1100. F__u6_addr8 [16]U_int8_t
  1101. }
  1102. }
  1103. Fsin6_scope_id U_int32_t
  1104. }
  1105. Fip6m_mtu U_int32_t
  1106. } /* in6.h:384:1 */
  1107. // Argument for IPV6_PORTRANGE:
  1108. // - which range to search when port is unspecified at bind() or connect()
  1109. type Socklen_t = X__socklen_t /* in6.h:401:21 */
  1110. var _ int8 /* gen.c:2:13: */