socket_freebsd_386.go 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146
  1. // Code generated by 'ccgo sys/socket/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 sys/socket/socket_freebsd_386.go -pkgname socket', DO NOT EDIT.
  2. package socket
  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. AF_APPLETALK = 16 // socket.h:240:1:
  15. AF_ARP = 35 // socket.h:264:1:
  16. AF_ATM = 30 // socket.h:257:1:
  17. AF_BLUETOOTH = 36 // socket.h:265:1:
  18. AF_CCITT = 10 // socket.h:234:1:
  19. AF_CHAOS = 5 // socket.h:228:1:
  20. AF_CNT = 21 // socket.h:245:1:
  21. AF_COIP = 20 // socket.h:244:1:
  22. AF_DATAKIT = 9 // socket.h:233:1:
  23. AF_DECnet = 12 // socket.h:236:1:
  24. AF_DLI = 13 // socket.h:237:1:
  25. AF_E164 = 26 // socket.h:251:1:
  26. AF_ECMA = 8 // socket.h:232:1:
  27. AF_HYLINK = 15 // socket.h:239:1:
  28. AF_HYPERV = 43 // socket.h:269:1:
  29. AF_IEEE80211 = 37 // socket.h:266:1:
  30. AF_IMPLINK = 3 // socket.h:226:1:
  31. AF_INET = 2 // socket.h:224:1:
  32. AF_INET6 = 28 // socket.h:254:1:
  33. AF_INET6_SDP = 42 // socket.h:268:1:
  34. AF_INET_SDP = 40 // socket.h:267:1:
  35. AF_IPX = 23 // socket.h:247:1:
  36. AF_ISDN = 26 // socket.h:250:1:
  37. AF_ISO = 7 // socket.h:230:1:
  38. AF_LAT = 14 // socket.h:238:1:
  39. AF_LINK = 18 // socket.h:242:1:
  40. AF_LOCAL = 1 // socket.h:221:1:
  41. AF_MAX = 43 // socket.h:270:1:
  42. AF_NATM = 29 // socket.h:256:1:
  43. AF_NETBIOS = 6 // socket.h:229:1:
  44. AF_NETGRAPH = 32 // socket.h:261:1:
  45. AF_OSI = 7 // socket.h:231:1:
  46. AF_PUP = 4 // socket.h:227:1:
  47. AF_ROUTE = 17 // socket.h:241:1:
  48. AF_SCLUSTER = 34 // socket.h:263:1:
  49. AF_SIP = 24 // socket.h:248:1:
  50. AF_SLOW = 33 // socket.h:262:1:
  51. AF_SNA = 11 // socket.h:235:1:
  52. AF_UNIX = 1 // socket.h:223:1:
  53. AF_UNSPEC = 0 // socket.h:219:1:
  54. AF_VENDOR00 = 39 // socket.h:276:1:
  55. AF_VENDOR01 = 41 // socket.h:277:1:
  56. AF_VENDOR03 = 45 // socket.h:278:1:
  57. AF_VENDOR04 = 47 // socket.h:279:1:
  58. AF_VENDOR05 = 49 // socket.h:280:1:
  59. AF_VENDOR06 = 51 // socket.h:281:1:
  60. AF_VENDOR07 = 53 // socket.h:282:1:
  61. AF_VENDOR08 = 55 // socket.h:283:1:
  62. AF_VENDOR09 = 57 // socket.h:284:1:
  63. AF_VENDOR10 = 59 // socket.h:285:1:
  64. AF_VENDOR11 = 61 // socket.h:286:1:
  65. AF_VENDOR12 = 63 // socket.h:287:1:
  66. AF_VENDOR13 = 65 // socket.h:288:1:
  67. AF_VENDOR14 = 67 // socket.h:289:1:
  68. AF_VENDOR15 = 69 // socket.h:290:1:
  69. AF_VENDOR16 = 71 // socket.h:291:1:
  70. AF_VENDOR17 = 73 // socket.h:292:1:
  71. AF_VENDOR18 = 75 // socket.h:293:1:
  72. AF_VENDOR19 = 77 // socket.h:294:1:
  73. AF_VENDOR20 = 79 // socket.h:295:1:
  74. AF_VENDOR21 = 81 // socket.h:296:1:
  75. AF_VENDOR22 = 83 // socket.h:297:1:
  76. AF_VENDOR23 = 85 // socket.h:298:1:
  77. AF_VENDOR24 = 87 // socket.h:299:1:
  78. AF_VENDOR25 = 89 // socket.h:300:1:
  79. AF_VENDOR26 = 91 // socket.h:301:1:
  80. AF_VENDOR27 = 93 // socket.h:302:1:
  81. AF_VENDOR28 = 95 // socket.h:303:1:
  82. AF_VENDOR29 = 97 // socket.h:304:1:
  83. AF_VENDOR30 = 99 // socket.h:305:1:
  84. AF_VENDOR31 = 101 // socket.h:306:1:
  85. AF_VENDOR32 = 103 // socket.h:307:1:
  86. AF_VENDOR33 = 105 // socket.h:308:1:
  87. AF_VENDOR34 = 107 // socket.h:309:1:
  88. AF_VENDOR35 = 109 // socket.h:310:1:
  89. AF_VENDOR36 = 111 // socket.h:311:1:
  90. AF_VENDOR37 = 113 // socket.h:312:1:
  91. AF_VENDOR38 = 115 // socket.h:313:1:
  92. AF_VENDOR39 = 117 // socket.h:314:1:
  93. AF_VENDOR40 = 119 // socket.h:315:1:
  94. AF_VENDOR41 = 121 // socket.h:316:1:
  95. AF_VENDOR42 = 123 // socket.h:317:1:
  96. AF_VENDOR43 = 125 // socket.h:318:1:
  97. AF_VENDOR44 = 127 // socket.h:319:1:
  98. AF_VENDOR45 = 129 // socket.h:320:1:
  99. AF_VENDOR46 = 131 // socket.h:321:1:
  100. AF_VENDOR47 = 133 // socket.h:322:1:
  101. CMGROUP_MAX = 16 // socket.h:495:1:
  102. MSG_CMSG_CLOEXEC = 0x00040000 // socket.h:468:1:
  103. MSG_COMPAT = 0x00008000 // socket.h:459:1:
  104. MSG_CTRUNC = 0x00000020 // socket.h:448:1:
  105. MSG_DONTROUTE = 0x00000004 // socket.h:445:1:
  106. MSG_DONTWAIT = 0x00000080 // socket.h:451:1:
  107. MSG_EOF = 0x00000100 // socket.h:452:1:
  108. MSG_EOR = 0x00000008 // socket.h:446:1:
  109. MSG_NBIO = 0x00004000 // socket.h:458:1:
  110. MSG_NOSIGNAL = 0x00020000 // socket.h:465:1:
  111. MSG_NOTIFICATION = 0x00002000 // socket.h:457:1:
  112. MSG_OOB = 0x00000001 // socket.h:443:1:
  113. MSG_PEEK = 0x00000002 // socket.h:444:1:
  114. MSG_TRUNC = 0x00000010 // socket.h:447:1:
  115. MSG_WAITALL = 0x00000040 // socket.h:449:1:
  116. MSG_WAITFORONE = 0x00080000 // socket.h:469:1:
  117. NET_RT_DUMP = 1 // socket.h:414:1:
  118. NET_RT_FLAGS = 2 // socket.h:415:1:
  119. NET_RT_IFLIST = 3 // socket.h:416:1:
  120. NET_RT_IFLISTL = 5 // socket.h:418:1:
  121. NET_RT_IFMALIST = 4 // socket.h:417:1:
  122. NET_RT_NHGRP = 7 // socket.h:421:1:
  123. NET_RT_NHOP = 6 // socket.h:420:1:
  124. PF_APPLETALK = 16 // socket.h:371:1:
  125. PF_ARP = 35 // socket.h:389:1:
  126. PF_ATM = 30 // socket.h:385:1:
  127. PF_BLUETOOTH = 36 // socket.h:390:1:
  128. PF_CCITT = 10 // socket.h:365:1:
  129. PF_CHAOS = 5 // socket.h:359:1:
  130. PF_CNT = 21 // socket.h:376:1:
  131. PF_COIP = 20 // socket.h:375:1:
  132. PF_DATAKIT = 9 // socket.h:364:1:
  133. PF_DECnet = 12 // socket.h:367:1:
  134. PF_DLI = 13 // socket.h:368:1:
  135. PF_ECMA = 8 // socket.h:363:1:
  136. PF_HYLINK = 15 // socket.h:370:1:
  137. PF_IEEE80211 = 37 // socket.h:391:1:
  138. PF_IMPLINK = 3 // socket.h:357:1:
  139. PF_INET = 2 // socket.h:356:1:
  140. PF_INET6 = 28 // socket.h:383:1:
  141. PF_INET6_SDP = 42 // socket.h:393:1:
  142. PF_INET_SDP = 40 // socket.h:392:1:
  143. PF_IPX = 23 // socket.h:378:1:
  144. PF_ISDN = 26 // socket.h:381:1:
  145. PF_ISO = 7 // socket.h:361:1:
  146. PF_KEY = 27 // socket.h:382:1:
  147. PF_LAT = 14 // socket.h:369:1:
  148. PF_LINK = 18 // socket.h:373:1:
  149. PF_LOCAL = 1 // socket.h:354:1:
  150. PF_MAX = 43 // socket.h:395:1:
  151. PF_NATM = 29 // socket.h:384:1:
  152. PF_NETBIOS = 6 // socket.h:360:1:
  153. PF_NETGRAPH = 32 // socket.h:386:1:
  154. PF_OSI = 7 // socket.h:362:1:
  155. PF_PIP = 25 // socket.h:380:1:
  156. PF_PUP = 4 // socket.h:358:1:
  157. PF_ROUTE = 17 // socket.h:372:1:
  158. PF_RTIP = 22 // socket.h:379:1:
  159. PF_SCLUSTER = 34 // socket.h:388:1:
  160. PF_SIP = 24 // socket.h:377:1:
  161. PF_SLOW = 33 // socket.h:387:1:
  162. PF_SNA = 11 // socket.h:366:1:
  163. PF_UNIX = 1 // socket.h:355:1:
  164. PF_UNSPEC = 0 // socket.h:353:1:
  165. PF_XTP = 19 // socket.h:374:1:
  166. PRU_FLUSH_RD = 0 // socket.h:636:1:
  167. PRU_FLUSH_RDWR = 2 // socket.h:638:1:
  168. PRU_FLUSH_WR = 1 // socket.h:637:1:
  169. SCM_BINTIME = 0x04 // socket.h:587:1:
  170. SCM_CREDS = 0x03 // socket.h:586:1:
  171. SCM_CREDS2 = 0x08 // socket.h:591:1:
  172. SCM_MONOTONIC = 0x06 // socket.h:589:1:
  173. SCM_REALTIME = 0x05 // socket.h:588:1:
  174. SCM_RIGHTS = 0x01 // socket.h:583:1:
  175. SCM_TIMESTAMP = 0x02 // socket.h:585:1:
  176. SCM_TIME_INFO = 0x07 // socket.h:590:1:
  177. SF_MNOWAIT = 0x00000002 // socket.h:656:1:
  178. SF_NOCACHE = 0x00000010 // socket.h:659:1:
  179. SF_NODISKIO = 0x00000001 // socket.h:655:1:
  180. SF_SYNC = 0x00000004 // socket.h:657:1:
  181. SF_USER_READAHEAD = 0x00000008 // socket.h:658:1:
  182. SHUT_RD = 0 // socket.h:629:1:
  183. SHUT_RDWR = 2 // socket.h:631:1:
  184. SHUT_WR = 1 // socket.h:630:1:
  185. SOCK_CLOEXEC = 0x10000000 // socket.h:114:1:
  186. SOCK_DGRAM = 2 // socket.h:103:1:
  187. SOCK_MAXADDRLEN = 255 // socket.h:335:1:
  188. SOCK_NONBLOCK = 0x20000000 // socket.h:115:1:
  189. SOCK_RAW = 3 // socket.h:104:1:
  190. SOCK_RDM = 4 // socket.h:106:1:
  191. SOCK_SEQPACKET = 5 // socket.h:108:1:
  192. SOCK_STREAM = 1 // socket.h:102:1:
  193. SOL_SOCKET = 0xffff // socket.h:214:1:
  194. SOMAXCONN = 128 // socket.h:427:1:
  195. SO_ACCEPTCONN = 0x00000002 // socket.h:130:1:
  196. SO_ACCEPTFILTER = 0x00001000 // socket.h:144:1:
  197. SO_BINTIME = 0x00002000 // socket.h:145:1:
  198. SO_BROADCAST = 0x00000020 // socket.h:134:1:
  199. SO_DEBUG = 0x00000001 // socket.h:129:1:
  200. SO_DOMAIN = 0x1019 // socket.h:175:1:
  201. SO_DONTROUTE = 0x00000010 // socket.h:133:1:
  202. SO_ERROR = 0x1007 // socket.h:161:1:
  203. SO_KEEPALIVE = 0x00000008 // socket.h:132:1:
  204. SO_LABEL = 0x1009 // socket.h:164:1:
  205. SO_LINGER = 0x00000080 // socket.h:138:1:
  206. SO_LISTENINCQLEN = 0x1013 // socket.h:168:1:
  207. SO_LISTENQLEN = 0x1012 // socket.h:167:1:
  208. SO_LISTENQLIMIT = 0x1011 // socket.h:166:1:
  209. SO_MAX_PACING_RATE = 0x1018 // socket.h:174:1:
  210. SO_NOSIGPIPE = 0x00000800 // socket.h:143:1:
  211. SO_NO_DDP = 0x00008000 // socket.h:148:1:
  212. SO_NO_OFFLOAD = 0x00004000 // socket.h:147:1:
  213. SO_OOBINLINE = 0x00000100 // socket.h:139:1:
  214. SO_PEERLABEL = 0x1010 // socket.h:165:1:
  215. SO_PROTOCOL = 0x1016 // socket.h:171:1:
  216. SO_PROTOTYPE = 4118 // socket.h:172:1:
  217. SO_RCVBUF = 0x1002 // socket.h:156:1:
  218. SO_RCVLOWAT = 0x1004 // socket.h:158:1:
  219. SO_RCVTIMEO = 0x1006 // socket.h:160:1:
  220. SO_RERROR = 0x00020000 // socket.h:150:1:
  221. SO_REUSEADDR = 0x00000004 // socket.h:131:1:
  222. SO_REUSEPORT = 0x00000200 // socket.h:141:1:
  223. SO_REUSEPORT_LB = 0x00010000 // socket.h:149:1:
  224. SO_SETFIB = 0x1014 // socket.h:169:1:
  225. SO_SNDBUF = 0x1001 // socket.h:155:1:
  226. SO_SNDLOWAT = 0x1003 // socket.h:157:1:
  227. SO_SNDTIMEO = 0x1005 // socket.h:159:1:
  228. SO_TIMESTAMP = 0x00000400 // socket.h:142:1:
  229. SO_TS_BINTIME = 1 // socket.h:180:1:
  230. SO_TS_CLOCK = 0x1017 // socket.h:173:1:
  231. SO_TS_CLOCK_MAX = 3 // socket.h:184:1:
  232. SO_TS_DEFAULT = 0 // socket.h:183:1:
  233. SO_TS_MONOTONIC = 3 // socket.h:182:1:
  234. SO_TS_REALTIME = 2 // socket.h:181:1:
  235. SO_TS_REALTIME_MICRO = 0 // socket.h:179:1:
  236. SO_TYPE = 0x1008 // socket.h:162:1:
  237. SO_USELOOPBACK = 0x00000040 // socket.h:136:1:
  238. SO_USER_COOKIE = 0x1015 // socket.h:170:1:
  239. SO_VENDOR = 0x80000000 // socket.h:193:1:
  240. ST_INFO_HW = 0x0001 // socket.h:599:1:
  241. ST_INFO_HW_HPREC = 0x0002 // socket.h:600:1:
  242. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  243. X_GID_T_DECLARED = 0 // socket.h:53:1:
  244. X_ILP32 = 1 // <predefined>:1:1:
  245. X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
  246. X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
  247. X_Nonnull = 0 // cdefs.h:790:1:
  248. X_Null_unspecified = 0 // cdefs.h:792:1:
  249. X_Nullable = 0 // cdefs.h:791:1:
  250. X_OFF_T_DECLARED = 0 // socket.h:58:1:
  251. X_PID_T_DECLARED = 0 // socket.h:63:1:
  252. X_SA_FAMILY_T_DECLARED = 0 // socket.h:69:1:
  253. X_SIZE_T_DECLARED = 0 // _iovec.h:42:1:
  254. X_SOCKLEN_T_DECLARED = 0 // socket.h:74:1:
  255. X_SSIZE_T_DECLARED = 0 // socket.h:79:1:
  256. X_SS_MAXSIZE = 128 // _sockaddr_storage.h:41:1:
  257. X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
  258. X_SYS_SOCKET_H_ = 0 // socket.h:36:1:
  259. X_SYS__IOVEC_H_ = 0 // _iovec.h:36:1:
  260. X_SYS__SOCKADDR_STORAGE_H_ = 0 // _sockaddr_storage.h:36:1:
  261. X_SYS__TYPES_H_ = 0 // _types.h:32:1:
  262. X_UID_T_DECLARED = 0 // socket.h:85:1:
  263. X_UINT32_T_DECLARED = 0 // socket.h:91:1:
  264. X_UINTPTR_T_DECLARED = 0 // socket.h:96:1:
  265. X_X86_INCLUDE__ALIGN_H_ = 0 // _align.h:44:1:
  266. I386 = 1 // <predefined>:335:1:
  267. Pseudo_AF_HDRCMPLT = 31 // socket.h:258:1:
  268. Pseudo_AF_KEY = 27 // socket.h:252:1:
  269. Pseudo_AF_PIP = 25 // socket.h:249:1:
  270. Pseudo_AF_RTIP = 22 // socket.h:246:1:
  271. Pseudo_AF_XTP = 19 // socket.h:243:1:
  272. Unix = 1 // <predefined>:336:1:
  273. )
  274. type Ptrdiff_t = int32 /* <builtin>:3:26 */
  275. type Size_t = uint32 /* <builtin>:9:23 */
  276. type Wchar_t = int32 /* <builtin>:15:24 */
  277. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  278. type X__float128 = float64 /* <builtin>:47:21 */
  279. // -
  280. // SPDX-License-Identifier: BSD-3-Clause
  281. //
  282. // Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
  283. // The Regents of the University of California. All rights reserved.
  284. //
  285. // Redistribution and use in source and binary forms, with or without
  286. // modification, are permitted provided that the following conditions
  287. // are met:
  288. // 1. Redistributions of source code must retain the above copyright
  289. // notice, this list of conditions and the following disclaimer.
  290. // 2. Redistributions in binary form must reproduce the above copyright
  291. // notice, this list of conditions and the following disclaimer in the
  292. // documentation and/or other materials provided with the distribution.
  293. // 3. Neither the name of the University nor the names of its contributors
  294. // may be used to endorse or promote products derived from this software
  295. // without specific prior written permission.
  296. //
  297. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  298. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  299. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  300. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  301. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  302. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  303. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  304. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  305. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  306. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  307. // SUCH DAMAGE.
  308. //
  309. // @(#)socket.h 8.4 (Berkeley) 2/21/94
  310. // $FreeBSD$
  311. // -
  312. // SPDX-License-Identifier: BSD-3-Clause
  313. //
  314. // Copyright (c) 1991, 1993
  315. // The Regents of the University of California. All rights reserved.
  316. //
  317. // This code is derived from software contributed to Berkeley by
  318. // Berkeley Software Design, Inc.
  319. //
  320. // Redistribution and use in source and binary forms, with or without
  321. // modification, are permitted provided that the following conditions
  322. // are met:
  323. // 1. Redistributions of source code must retain the above copyright
  324. // notice, this list of conditions and the following disclaimer.
  325. // 2. Redistributions in binary form must reproduce the above copyright
  326. // notice, this list of conditions and the following disclaimer in the
  327. // documentation and/or other materials provided with the distribution.
  328. // 3. Neither the name of the University nor the names of its contributors
  329. // may be used to endorse or promote products derived from this software
  330. // without specific prior written permission.
  331. //
  332. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  333. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  334. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  335. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  336. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  337. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  338. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  339. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  340. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  341. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  342. // SUCH DAMAGE.
  343. //
  344. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  345. // $FreeBSD$
  346. // Testing against Clang-specific extensions.
  347. // This code has been put in place to help reduce the addition of
  348. // compiler specific defines in FreeBSD code. It helps to aid in
  349. // having a compiler-agnostic source tree.
  350. // Compiler memory barriers, specific to gcc and clang.
  351. // XXX: if __GNUC__ >= 2: not tested everywhere originally, where replaced
  352. // Macro to test if we're using a specific version of gcc or later.
  353. // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
  354. // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
  355. // The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
  356. // mode -- there must be no spaces between its arguments, and for nested
  357. // __CONCAT's, all the __CONCAT's must be at the left. __CONCAT can also
  358. // concatenate double-quoted strings produced by the __STRING macro, but
  359. // this only works with ANSI C.
  360. //
  361. // __XSTRING is like __STRING, but it expands any macros in its argument
  362. // first. It is only available with ANSI C.
  363. // Compiler-dependent macros to help declare dead (non-returning) and
  364. // pure (no side effects) functions, and unused variables. They are
  365. // null except for versions of gcc that are known to support the features
  366. // properly (old versions of gcc-2 supported the dead and pure features
  367. // in a different (wrong) way). If we do not provide an implementation
  368. // for a given compiler, let the compile fail if it is told to use
  369. // a feature that we cannot live without.
  370. // Keywords added in C11.
  371. // Emulation of C11 _Generic(). Unlike the previously defined C11
  372. // keywords, it is not possible to implement this using exactly the same
  373. // syntax. Therefore implement something similar under the name
  374. // __generic(). Unlike _Generic(), this macro can only distinguish
  375. // between a single type, so it requires nested invocations to
  376. // distinguish multiple cases.
  377. // C99 Static array indices in function parameter declarations. Syntax such as:
  378. // void bar(int myArray[static 10]);
  379. // is allowed in C99 but not in C++. Define __min_size appropriately so
  380. // headers using it can be compiled in either language. Use like this:
  381. // void bar(int myArray[__min_size(10)]);
  382. // XXX: should use `#if __STDC_VERSION__ < 199901'.
  383. // C++11 exposes a load of C99 stuff
  384. // GCC 2.95 provides `__restrict' as an extension to C90 to support the
  385. // C99-specific `restrict' type qualifier. We happen to use `__restrict' as
  386. // a way to define the `restrict' type qualifier without disturbing older
  387. // software that is unaware of C99 keywords.
  388. // GNU C version 2.96 adds explicit branch prediction so that
  389. // the CPU back-end can hint the processor and also so that
  390. // code blocks can be reordered such that the predicted path
  391. // sees a more linear flow, thus improving cache behavior, etc.
  392. //
  393. // The following two macros provide us with a way to utilize this
  394. // compiler feature. Use __predict_true() if you expect the expression
  395. // to evaluate to true, and __predict_false() if you expect the
  396. // expression to evaluate to false.
  397. //
  398. // A few notes about usage:
  399. //
  400. // * Generally, __predict_false() error condition checks (unless
  401. // you have some _strong_ reason to do otherwise, in which case
  402. // document it), and/or __predict_true() `no-error' condition
  403. // checks, assuming you want to optimize for the no-error case.
  404. //
  405. // * Other than that, if you don't know the likelihood of a test
  406. // succeeding from empirical or other `hard' evidence, don't
  407. // make predictions.
  408. //
  409. // * These are meant to be used in places that are run `a lot'.
  410. // It is wasteful to make predictions in code that is run
  411. // seldomly (e.g. at subsystem initialization time) as the
  412. // basic block reordering that this affects can often generate
  413. // larger code.
  414. // We define this here since <stddef.h>, <sys/queue.h>, and <sys/types.h>
  415. // require it.
  416. // Given the pointer x to the member m of the struct s, return
  417. // a pointer to the containing structure. When using GCC, we first
  418. // assign pointer x to a local variable, to check that its type is
  419. // compatible with member m.
  420. // Compiler-dependent macros to declare that functions take printf-like
  421. // or scanf-like arguments. They are null except for versions of gcc
  422. // that are known to support the features properly (old versions of gcc-2
  423. // didn't permit keeping the keywords out of the application namespace).
  424. // Compiler-dependent macros that rely on FreeBSD-specific extensions.
  425. // Embed the rcs id of a source file in the resulting library. Note that in
  426. // more recent ELF binutils, we use .ident allowing the ID to be stripped.
  427. // Usage:
  428. // __FBSDID("$FreeBSD$");
  429. // -
  430. // The following definitions are an extension of the behavior originally
  431. // implemented in <sys/_posix.h>, but with a different level of granularity.
  432. // POSIX.1 requires that the macros we test be defined before any standard
  433. // header file is included.
  434. //
  435. // Here's a quick run-down of the versions:
  436. // defined(_POSIX_SOURCE) 1003.1-1988
  437. // _POSIX_C_SOURCE == 1 1003.1-1990
  438. // _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
  439. // _POSIX_C_SOURCE == 199309 1003.1b-1993
  440. // _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
  441. // and the omnibus ISO/IEC 9945-1: 1996
  442. // _POSIX_C_SOURCE == 200112 1003.1-2001
  443. // _POSIX_C_SOURCE == 200809 1003.1-2008
  444. //
  445. // In addition, the X/Open Portability Guide, which is now the Single UNIX
  446. // Specification, defines a feature-test macro which indicates the version of
  447. // that specification, and which subsumes _POSIX_C_SOURCE.
  448. //
  449. // Our macros begin with two underscores to avoid namespace screwage.
  450. // Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1.
  451. // Deal with IEEE Std. 1003.2-1992, in which _POSIX_C_SOURCE == 2.
  452. // Deal with various X/Open Portability Guides and Single UNIX Spec.
  453. // Deal with all versions of POSIX. The ordering relative to the tests above is
  454. // important.
  455. // -
  456. // Deal with _ANSI_SOURCE:
  457. // If it is defined, and no other compilation environment is explicitly
  458. // requested, then define our internal feature-test macros to zero. This
  459. // makes no difference to the preprocessor (undefined symbols in preprocessing
  460. // expressions are defined to have value zero), but makes it more convenient for
  461. // a test program to print out the values.
  462. //
  463. // If a program mistakenly defines _ANSI_SOURCE and some other macro such as
  464. // _POSIX_C_SOURCE, we will assume that it wants the broader compilation
  465. // environment (and in fact we will never get here).
  466. // User override __EXT1_VISIBLE
  467. // Old versions of GCC use non-standard ARM arch symbols; acle-compat.h
  468. // translates them to __ARM_ARCH and the modern feature symbols defined by ARM.
  469. // Nullability qualifiers: currently only supported by Clang.
  470. // Type Safety Checking
  471. //
  472. // Clang provides additional attributes to enable checking type safety
  473. // properties that cannot be enforced by the C type system.
  474. // Lock annotations.
  475. //
  476. // Clang provides support for doing basic thread-safety tests at
  477. // compile-time, by marking which locks will/should be held when
  478. // entering/leaving a functions.
  479. //
  480. // Furthermore, it is also possible to annotate variables and structure
  481. // members to enforce that they are only accessed when certain locks are
  482. // held.
  483. // Structure implements a lock.
  484. // Function acquires an exclusive or shared lock.
  485. // Function attempts to acquire an exclusive or shared lock.
  486. // Function releases a lock.
  487. // Function asserts that an exclusive or shared lock is held.
  488. // Function requires that an exclusive or shared lock is or is not held.
  489. // Function should not be analyzed.
  490. // Function or variable should not be sanitized, e.g., by AddressSanitizer.
  491. // GCC has the nosanitize attribute, but as a function attribute only, and
  492. // warns on use as a variable attribute.
  493. // Guard variables and structure members by lock.
  494. // Alignment builtins for better type checking and improved code generation.
  495. // Provide fallback versions for other compilers (GCC/Clang < 10):
  496. // -
  497. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  498. //
  499. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  500. // All rights reserved.
  501. //
  502. // Redistribution and use in source and binary forms, with or without
  503. // modification, are permitted provided that the following conditions
  504. // are met:
  505. // 1. Redistributions of source code must retain the above copyright
  506. // notice, this list of conditions and the following disclaimer.
  507. // 2. Redistributions in binary form must reproduce the above copyright
  508. // notice, this list of conditions and the following disclaimer in the
  509. // documentation and/or other materials provided with the distribution.
  510. //
  511. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  512. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  513. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  514. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  515. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  516. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  517. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  518. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  519. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  520. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  521. // SUCH DAMAGE.
  522. //
  523. // $FreeBSD$
  524. // -
  525. // SPDX-License-Identifier: BSD-3-Clause
  526. //
  527. // Copyright (c) 1991, 1993
  528. // The Regents of the University of California. All rights reserved.
  529. //
  530. // This code is derived from software contributed to Berkeley by
  531. // Berkeley Software Design, Inc.
  532. //
  533. // Redistribution and use in source and binary forms, with or without
  534. // modification, are permitted provided that the following conditions
  535. // are met:
  536. // 1. Redistributions of source code must retain the above copyright
  537. // notice, this list of conditions and the following disclaimer.
  538. // 2. Redistributions in binary form must reproduce the above copyright
  539. // notice, this list of conditions and the following disclaimer in the
  540. // documentation and/or other materials provided with the distribution.
  541. // 3. Neither the name of the University nor the names of its contributors
  542. // may be used to endorse or promote products derived from this software
  543. // without specific prior written permission.
  544. //
  545. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  546. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  547. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  548. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  549. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  550. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  551. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  552. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  553. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  554. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  555. // SUCH DAMAGE.
  556. //
  557. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  558. // $FreeBSD$
  559. // -
  560. // This file is in the public domain.
  561. // $FreeBSD$
  562. // -
  563. // SPDX-License-Identifier: BSD-4-Clause
  564. //
  565. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  566. // Copyright (c) 1990, 1993
  567. // The Regents of the University of California. All rights reserved.
  568. //
  569. // Redistribution and use in source and binary forms, with or without
  570. // modification, are permitted provided that the following conditions
  571. // are met:
  572. // 1. Redistributions of source code must retain the above copyright
  573. // notice, this list of conditions and the following disclaimer.
  574. // 2. Redistributions in binary form must reproduce the above copyright
  575. // notice, this list of conditions and the following disclaimer in the
  576. // documentation and/or other materials provided with the distribution.
  577. // 3. All advertising materials mentioning features or use of this software
  578. // must display the following acknowledgement:
  579. // This product includes software developed by the University of
  580. // California, Berkeley and its contributors.
  581. // 4. Neither the name of the University nor the names of its contributors
  582. // may be used to endorse or promote products derived from this software
  583. // without specific prior written permission.
  584. //
  585. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  586. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  587. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  588. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  589. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  590. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  591. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  592. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  593. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  594. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  595. // SUCH DAMAGE.
  596. //
  597. // From: @(#)ansi.h 8.2 (Berkeley) 1/4/94
  598. // From: @(#)types.h 8.3 (Berkeley) 1/5/94
  599. // $FreeBSD$
  600. // -
  601. // This file is in the public domain.
  602. // $FreeBSD$
  603. // -
  604. // SPDX-License-Identifier: BSD-3-Clause
  605. //
  606. // Copyright (c) 1988, 1993
  607. // The Regents of the University of California. All rights reserved.
  608. //
  609. // Redistribution and use in source and binary forms, with or without
  610. // modification, are permitted provided that the following conditions
  611. // are met:
  612. // 1. Redistributions of source code must retain the above copyright
  613. // notice, this list of conditions and the following disclaimer.
  614. // 2. Redistributions in binary form must reproduce the above copyright
  615. // notice, this list of conditions and the following disclaimer in the
  616. // documentation and/or other materials provided with the distribution.
  617. // 3. Neither the name of the University nor the names of its contributors
  618. // may be used to endorse or promote products derived from this software
  619. // without specific prior written permission.
  620. //
  621. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  622. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  623. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  624. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  625. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  626. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  627. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  628. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  629. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  630. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  631. // SUCH DAMAGE.
  632. //
  633. // @(#)limits.h 8.3 (Berkeley) 1/4/94
  634. // $FreeBSD$
  635. // According to ANSI (section 2.2.4.2), the values below must be usable by
  636. // #if preprocessing directives. Additionally, the expression must have the
  637. // same type as would an expression that is an object of the corresponding
  638. // type converted according to the integral promotions. The subtraction for
  639. // INT_MIN, etc., is so the value is not unsigned; e.g., 0x80000000 is an
  640. // unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
  641. // max value for an unsigned long long
  642. // Minimum signal stack size.
  643. // Basic types upon which most other types are built.
  644. type X__int8_t = int8 /* _types.h:55:22 */
  645. type X__uint8_t = uint8 /* _types.h:56:24 */
  646. type X__int16_t = int16 /* _types.h:57:17 */
  647. type X__uint16_t = uint16 /* _types.h:58:25 */
  648. type X__int32_t = int32 /* _types.h:59:15 */
  649. type X__uint32_t = uint32 /* _types.h:60:23 */
  650. type X__int64_t = int64 /* _types.h:66:20 */
  651. type X__uint64_t = uint64 /* _types.h:68:28 */
  652. // Standard type definitions.
  653. type X__clock_t = uint32 /* _types.h:84:23 */
  654. type X__critical_t = X__int32_t /* _types.h:85:19 */
  655. type X__double_t = float64 /* _types.h:87:21 */
  656. type X__float_t = float64 /* _types.h:88:21 */
  657. type X__intfptr_t = X__int32_t /* _types.h:90:19 */
  658. type X__intptr_t = X__int32_t /* _types.h:91:19 */
  659. type X__intmax_t = X__int64_t /* _types.h:93:19 */
  660. type X__int_fast8_t = X__int32_t /* _types.h:94:19 */
  661. type X__int_fast16_t = X__int32_t /* _types.h:95:19 */
  662. type X__int_fast32_t = X__int32_t /* _types.h:96:19 */
  663. type X__int_fast64_t = X__int64_t /* _types.h:97:19 */
  664. type X__int_least8_t = X__int8_t /* _types.h:98:18 */
  665. type X__int_least16_t = X__int16_t /* _types.h:99:19 */
  666. type X__int_least32_t = X__int32_t /* _types.h:100:19 */
  667. type X__int_least64_t = X__int64_t /* _types.h:101:19 */
  668. type X__ptrdiff_t = X__int32_t /* _types.h:112:19 */
  669. type X__register_t = X__int32_t /* _types.h:113:19 */
  670. type X__segsz_t = X__int32_t /* _types.h:114:19 */
  671. type X__size_t = X__uint32_t /* _types.h:115:20 */
  672. type X__ssize_t = X__int32_t /* _types.h:116:19 */
  673. type X__time_t = X__int32_t /* _types.h:117:19 */
  674. type X__uintfptr_t = X__uint32_t /* _types.h:118:20 */
  675. type X__uintptr_t = X__uint32_t /* _types.h:119:20 */
  676. type X__uintmax_t = X__uint64_t /* _types.h:121:20 */
  677. type X__uint_fast8_t = X__uint32_t /* _types.h:122:20 */
  678. type X__uint_fast16_t = X__uint32_t /* _types.h:123:20 */
  679. type X__uint_fast32_t = X__uint32_t /* _types.h:124:20 */
  680. type X__uint_fast64_t = X__uint64_t /* _types.h:125:20 */
  681. type X__uint_least8_t = X__uint8_t /* _types.h:126:19 */
  682. type X__uint_least16_t = X__uint16_t /* _types.h:127:20 */
  683. type X__uint_least32_t = X__uint32_t /* _types.h:128:20 */
  684. type X__uint_least64_t = X__uint64_t /* _types.h:129:20 */
  685. type X__u_register_t = X__uint32_t /* _types.h:136:20 */
  686. type X__vm_offset_t = X__uint32_t /* _types.h:137:20 */
  687. type X__vm_paddr_t = X__uint64_t /* _types.h:138:20 */
  688. type X__vm_size_t = X__uint32_t /* _types.h:139:20 */
  689. type X___wchar_t = int32 /* _types.h:141:14 */
  690. // Standard type definitions.
  691. type X__blksize_t = X__int32_t /* _types.h:40:19 */ // file block size
  692. type X__blkcnt_t = X__int64_t /* _types.h:41:19 */ // file block count
  693. type X__clockid_t = X__int32_t /* _types.h:42:19 */ // clock_gettime()...
  694. type X__fflags_t = X__uint32_t /* _types.h:43:20 */ // file flags
  695. type X__fsblkcnt_t = X__uint64_t /* _types.h:44:20 */
  696. type X__fsfilcnt_t = X__uint64_t /* _types.h:45:20 */
  697. type X__gid_t = X__uint32_t /* _types.h:46:20 */
  698. type X__id_t = X__int64_t /* _types.h:47:19 */ // can hold a gid_t, pid_t, or uid_t
  699. type X__ino_t = X__uint64_t /* _types.h:48:20 */ // inode number
  700. type X__key_t = int32 /* _types.h:49:15 */ // IPC key (for Sys V IPC)
  701. type X__lwpid_t = X__int32_t /* _types.h:50:19 */ // Thread ID (a.k.a. LWP)
  702. type X__mode_t = X__uint16_t /* _types.h:51:20 */ // permissions
  703. type X__accmode_t = int32 /* _types.h:52:14 */ // access permissions
  704. type X__nl_item = int32 /* _types.h:53:14 */
  705. type X__nlink_t = X__uint64_t /* _types.h:54:20 */ // link count
  706. type X__off_t = X__int64_t /* _types.h:55:19 */ // file offset
  707. type X__off64_t = X__int64_t /* _types.h:56:19 */ // file offset (alias)
  708. type X__pid_t = X__int32_t /* _types.h:57:19 */ // process [group]
  709. type X__rlim_t = X__int64_t /* _types.h:58:19 */ // resource limit - intentionally
  710. // signed, because of legacy code
  711. // that uses -1 for RLIM_INFINITY
  712. type X__sa_family_t = X__uint8_t /* _types.h:61:19 */
  713. type X__socklen_t = X__uint32_t /* _types.h:62:20 */
  714. type X__suseconds_t = int32 /* _types.h:63:15 */ // microseconds (signed)
  715. type X__timer_t = uintptr /* _types.h:64:24 */ // timer_gettime()...
  716. type X__mqd_t = uintptr /* _types.h:65:21 */ // mq_open()...
  717. type X__uid_t = X__uint32_t /* _types.h:66:20 */
  718. type X__useconds_t = uint32 /* _types.h:67:22 */ // microseconds (unsigned)
  719. type X__cpuwhich_t = int32 /* _types.h:68:14 */ // which parameter for cpuset.
  720. type X__cpulevel_t = int32 /* _types.h:69:14 */ // level parameter for cpuset.
  721. type X__cpusetid_t = int32 /* _types.h:70:14 */ // cpuset identifier.
  722. type X__daddr_t = X__int64_t /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc
  723. // Unusual type definitions.
  724. // rune_t is declared to be an “int” instead of the more natural
  725. // “unsigned long” or “long”. Two things are happening here. It is not
  726. // unsigned so that EOF (-1) can be naturally assigned to it and used. Also,
  727. // it looks like 10646 will be a 31 bit standard. This means that if your
  728. // ints cannot hold 32 bits, you will be in trouble. The reason an int was
  729. // chosen over a long is that the is*() and to*() routines take ints (says
  730. // ANSI C), but they use __ct_rune_t instead of int.
  731. //
  732. // NOTE: rune_t is not covered by ANSI nor other standards, and should not
  733. // be instantiated outside of lib/libc/locale. Use wchar_t. wint_t and
  734. // rune_t must be the same type. Also, wint_t should be able to hold all
  735. // members of the largest character set plus one extra value (WEOF), and
  736. // must be at least 16 bits.
  737. type X__ct_rune_t = int32 /* _types.h:91:14 */ // arg type for ctype funcs
  738. type X__rune_t = X__ct_rune_t /* _types.h:92:21 */ // rune_t (see above)
  739. type X__wint_t = X__ct_rune_t /* _types.h:93:21 */ // wint_t (see above)
  740. // Clang already provides these types as built-ins, but only in C++ mode.
  741. type X__char16_t = X__uint_least16_t /* _types.h:97:26 */
  742. type X__char32_t = X__uint_least32_t /* _types.h:98:26 */
  743. // In C++11, char16_t and char32_t are built-in types.
  744. type X__max_align_t = struct {
  745. F__max_align1 int64
  746. F__max_align2 float64
  747. } /* _types.h:111:3 */
  748. type X__dev_t = X__uint64_t /* _types.h:113:20 */ // device number
  749. type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number
  750. // mbstate_t is an opaque object to keep conversion state during multibyte
  751. // stream conversions.
  752. type X__mbstate_t = struct {
  753. F__ccgo_pad1 [0]uint32
  754. F__mbstate8 [128]int8
  755. } /* _types.h:124:3 */
  756. type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */
  757. // Types for varargs. These are all provided by builtin types these
  758. // days, so centralize their definition.
  759. type X__va_list = X__builtin_va_list /* _types.h:133:27 */ // internally known to gcc
  760. type X__gnuc_va_list = X__va_list /* _types.h:140:20 */
  761. type Iovec = struct {
  762. Fiov_base uintptr
  763. Fiov_len Size_t
  764. } /* _iovec.h:45:1 */
  765. // -
  766. // This file is in the public domain.
  767. // $FreeBSD$
  768. // -
  769. // SPDX-License-Identifier: BSD-4-Clause
  770. //
  771. // Copyright (c) 2001 David E. O'Brien
  772. // Copyright (c) 1990 The Regents of the University of California.
  773. // All rights reserved.
  774. //
  775. // This code is derived from software contributed to Berkeley by
  776. // William Jolitz.
  777. //
  778. // Redistribution and use in source and binary forms, with or without
  779. // modification, are permitted provided that the following conditions
  780. // are met:
  781. // 1. Redistributions of source code must retain the above copyright
  782. // notice, this list of conditions and the following disclaimer.
  783. // 2. Redistributions in binary form must reproduce the above copyright
  784. // notice, this list of conditions and the following disclaimer in the
  785. // documentation and/or other materials provided with the distribution.
  786. // 3. All advertising materials mentioning features or use of this software
  787. // must display the following acknowledgement:
  788. // This product includes software developed by the University of
  789. // California, Berkeley and its contributors.
  790. // 4. Neither the name of the University nor the names of its contributors
  791. // may be used to endorse or promote products derived from this software
  792. // without specific prior written permission.
  793. //
  794. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  795. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  796. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  797. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  798. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  799. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  800. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  801. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  802. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  803. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  804. // SUCH DAMAGE.
  805. //
  806. // from: @(#)param.h 5.8 (Berkeley) 6/28/91
  807. // $FreeBSD$
  808. // Round p (pointer or byte index) up to a correctly-aligned value
  809. // for all data types (int, long, ...). The result is unsigned int
  810. // and must be cast to any desired pointer type.
  811. // Definitions related to sockets: types, address families, options.
  812. // Data types.
  813. type Gid_t = X__gid_t /* socket.h:52:18 */
  814. type Off_t = X__off_t /* socket.h:57:18 */
  815. type Pid_t = X__pid_t /* socket.h:62:18 */
  816. type Sa_family_t = X__sa_family_t /* socket.h:68:23 */
  817. type Socklen_t = X__socklen_t /* socket.h:73:21 */
  818. type Ssize_t = X__ssize_t /* socket.h:78:19 */
  819. type Uid_t = X__uid_t /* socket.h:84:18 */
  820. type Uint32_t = X__uint32_t /* socket.h:90:20 */
  821. type Uintptr_t = X__uintptr_t /* socket.h:95:21 */
  822. // Types
  823. // Creation flags, OR'ed into socket() and socketpair() type argument.
  824. // Option flags per-socket.
  825. // Additional options, not kept in so_options.
  826. // Space reserved for new socket options added by third-party vendors.
  827. // This range applies to all socket option levels. New socket options
  828. // in FreeBSD should always use an option value less than SO_VENDOR.
  829. // Structure used for manipulating linger option.
  830. type Linger = struct {
  831. Fl_onoff int32
  832. Fl_linger int32
  833. } /* socket.h:199:1 */
  834. type Accept_filter_arg = struct {
  835. Faf_name [16]int8
  836. Faf_arg [240]int8
  837. } /* socket.h:205:1 */
  838. // Level number for (get/set)sockopt() to apply to socket itself.
  839. // Address families.
  840. // When allocating a new AF_ constant, please only allocate
  841. // even numbered constants for FreeBSD until 134 as odd numbered AF_
  842. // constants 39-133 are now reserved for vendors.
  843. // Structure used by kernel to store most
  844. // addresses.
  845. type Sockaddr = struct {
  846. Fsa_len uint8
  847. Fsa_family Sa_family_t
  848. Fsa_data [14]int8
  849. } /* socket.h:329:1 */
  850. // Structure used by kernel to pass protocol
  851. // information in raw sockets.
  852. type Sockproto = struct {
  853. Fsp_family uint16
  854. Fsp_protocol uint16
  855. } /* socket.h:341:1 */
  856. // -
  857. // SPDX-License-Identifier: BSD-3-Clause
  858. //
  859. // Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
  860. // The Regents of the University of California. All rights reserved.
  861. //
  862. // Redistribution and use in source and binary forms, with or without
  863. // modification, are permitted provided that the following conditions
  864. // are met:
  865. // 1. Redistributions of source code must retain the above copyright
  866. // notice, this list of conditions and the following disclaimer.
  867. // 2. Redistributions in binary form must reproduce the above copyright
  868. // notice, this list of conditions and the following disclaimer in the
  869. // documentation and/or other materials provided with the distribution.
  870. // 3. Neither the name of the University nor the names of its contributors
  871. // may be used to endorse or promote products derived from this software
  872. // without specific prior written permission.
  873. //
  874. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  875. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  876. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  877. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  878. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  879. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  880. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  881. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  882. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  883. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  884. // SUCH DAMAGE.
  885. //
  886. // @(#)socket.h 8.4 (Berkeley) 2/21/94
  887. // $FreeBSD$
  888. // RFC 2553: protocol-independent placeholder for socket addresses
  889. type Sockaddr_storage = struct {
  890. Fss_len uint8
  891. Fss_family Sa_family_t
  892. F__ss_pad1 [6]int8
  893. F__ss_align X__int64_t
  894. F__ss_pad2 [112]int8
  895. } /* _sockaddr_storage.h:48:1 */
  896. // Protocol families, same as address families for now.
  897. // Definitions for network related sysctl, CTL_NET.
  898. //
  899. // Second level is protocol family.
  900. // Third level is protocol number.
  901. //
  902. // Further levels are defined by the individual families.
  903. // PF_ROUTE - Routing table
  904. //
  905. // Three additional levels are defined:
  906. // Fourth: address family, 0 is wildcard
  907. // Fifth: type of info, defined below
  908. // Sixth: flag(s) to mask with for NET_RT_FLAGS
  909. // Maximum queue length specifiable by listen.
  910. // Message header for recvmsg and sendmsg calls.
  911. // Used value-result for recvmsg, value only for sendmsg.
  912. type Msghdr = struct {
  913. Fmsg_name uintptr
  914. Fmsg_namelen Socklen_t
  915. Fmsg_iov uintptr
  916. Fmsg_iovlen int32
  917. Fmsg_control uintptr
  918. Fmsg_controllen Socklen_t
  919. Fmsg_flags int32
  920. } /* socket.h:433:1 */
  921. // 0x00000200 unused
  922. // 0x00000400 unused
  923. // 0x00000800 unused
  924. // 0x00001000 unused
  925. // Header for ancillary data objects in msg_control buffer.
  926. // Used for additional information with/about a datagram
  927. // not expressible by flags. The format is a sequence
  928. // of message elements headed by cmsghdr structures.
  929. type Cmsghdr = struct {
  930. Fcmsg_len Socklen_t
  931. Fcmsg_level int32
  932. Fcmsg_type int32
  933. } /* socket.h:482:1 */
  934. // While we may have more groups than this, the cmsgcred struct must
  935. // be able to fit in an mbuf and we have historically supported a
  936. // maximum of 16 groups.
  937. // Credentials structure, used to verify the identity of a peer
  938. // process that has sent us a message. This is allocated by the
  939. // peer process but filled in by the kernel. This prevents the
  940. // peer from lying about its identity. (Note that cmcred_groups[0]
  941. // is the effective GID.)
  942. type Cmsgcred = struct {
  943. Fcmcred_pid Pid_t
  944. Fcmcred_uid Uid_t
  945. Fcmcred_euid Uid_t
  946. Fcmcred_gid Gid_t
  947. Fcmcred_ngroups int16
  948. F__ccgo_pad1 [2]byte
  949. Fcmcred_groups [16]Gid_t
  950. } /* socket.h:504:1 */
  951. // Socket credentials (LOCAL_CREDS).
  952. type Sockcred = struct {
  953. Fsc_uid Uid_t
  954. Fsc_euid Uid_t
  955. Fsc_gid Gid_t
  956. Fsc_egid Gid_t
  957. Fsc_ngroups int32
  958. Fsc_groups [1]Gid_t
  959. } /* socket.h:516:1 */
  960. // Compute size of a sockcred structure with groups.
  961. // Socket credentials (LOCAL_CREDS_PERSISTENT).
  962. type Sockcred2 = struct {
  963. Fsc_version int32
  964. Fsc_pid Pid_t
  965. Fsc_uid Uid_t
  966. Fsc_euid Uid_t
  967. Fsc_gid Gid_t
  968. Fsc_egid Gid_t
  969. Fsc_ngroups int32
  970. Fsc_groups [1]Gid_t
  971. } /* socket.h:534:1 */
  972. // given pointer to struct cmsghdr, return pointer to data
  973. // given pointer to struct cmsghdr, return pointer to next cmsghdr
  974. // RFC 2292 requires to check msg_controllen, in case that the kernel returns
  975. // an empty list for some reasons.
  976. // RFC 2292 additions
  977. // "Socket"-level control message types:
  978. type Sock_timestamp_info = struct {
  979. Fst_info_flags X__uint32_t
  980. Fst_info_pad0 X__uint32_t
  981. Fst_info_rsv [7]X__uint64_t
  982. } /* socket.h:593:1 */
  983. // 4.3 compat sockaddr, move to compat file later
  984. type Osockaddr = struct {
  985. Fsa_family uint16
  986. Fsa_data [14]int8
  987. } /* socket.h:608:1 */
  988. // 4.3-compat message header (move to compat file later).
  989. type Omsghdr = struct {
  990. Fmsg_name uintptr
  991. Fmsg_namelen int32
  992. Fmsg_iov uintptr
  993. Fmsg_iovlen int32
  994. Fmsg_accrights uintptr
  995. Fmsg_accrightslen int32
  996. } /* socket.h:616:1 */
  997. // howto arguments for shutdown(2), specified by Posix.1g.
  998. // for SCTP
  999. // we cheat and use the SHUT_XX defines for these
  1000. // sendfile(2) header/trailer struct
  1001. type Sf_hdtr = struct {
  1002. Fheaders uintptr
  1003. Fhdr_cnt int32
  1004. Ftrailers uintptr
  1005. Ftrl_cnt int32
  1006. } /* socket.h:645:1 */
  1007. // Sendfile-specific flag(s)
  1008. // Sendmmsg/recvmmsg specific structure(s)
  1009. type Mmsghdr = struct {
  1010. Fmsg_hdr struct {
  1011. Fmsg_name uintptr
  1012. Fmsg_namelen Socklen_t
  1013. Fmsg_iov uintptr
  1014. Fmsg_iovlen int32
  1015. Fmsg_control uintptr
  1016. Fmsg_controllen Socklen_t
  1017. Fmsg_flags int32
  1018. }
  1019. Fmsg_len Ssize_t
  1020. } /* socket.h:669:1 */
  1021. var _ int8 /* gen.c:2:13: */