in_freebsd_arm.go 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466
  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_freebsd_arm.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:70:1:
  15. BYTE_ORDER = 1234 // _endian.h:72:1:
  16. ICMP6_FILTER = 18 // in6.h:420:1:
  17. ICMPV6CTL_ND6_ONLINKNSRFC4861 = 47 // in6.h:638:1:
  18. INET6_ADDRSTRLEN = 46 // in6.h:112:1:
  19. INET_ADDRSTRLEN = 16 // in.h:130:1:
  20. IN_CLASSA_HOST = 0x00ffffff // in.h:357:1:
  21. IN_CLASSA_MAX = 128 // in.h:358:1:
  22. IN_CLASSA_NET = 0xff000000 // in.h:355:1:
  23. IN_CLASSA_NSHIFT = 24 // in.h:356:1:
  24. IN_CLASSB_HOST = 0x0000ffff // in.h:363:1:
  25. IN_CLASSB_MAX = 65536 // in.h:364:1:
  26. IN_CLASSB_NET = 0xffff0000 // in.h:361:1:
  27. IN_CLASSB_NSHIFT = 16 // in.h:362:1:
  28. IN_CLASSC_HOST = 0x000000ff // in.h:369:1:
  29. IN_CLASSC_NET = 0xffffff00 // in.h:367:1:
  30. IN_CLASSC_NSHIFT = 8 // in.h:368:1:
  31. IN_CLASSD_HOST = 0x0fffffff // in.h:379:1:
  32. IN_CLASSD_NET = 0xf0000000 // in.h:377:1:
  33. IN_CLASSD_NSHIFT = 28 // in.h:378:1:
  34. IN_HISTORICAL_NETS = 0 // in.h:351:1:
  35. IN_LOOPBACKNET = 127 // in.h:412:1:
  36. IN_NETMASK_DEFAULT = 0xffffff00 // in.h:372:1:
  37. IPCTL_ACCEPTSOURCEROUTE = 13 // in.h:646:1:
  38. IPCTL_DEFTTL = 3 // in.h:634:1:
  39. IPCTL_DIRECTEDBROADCAST = 9 // in.h:642:1:
  40. IPCTL_FASTFORWARDING = 14 // in.h:647:1:
  41. IPCTL_FORWARDING = 1 // in.h:632:1:
  42. IPCTL_GIF_TTL = 16 // in.h:649:1:
  43. IPCTL_INTRDQDROPS = 18 // in.h:651:1:
  44. IPCTL_INTRDQMAXLEN = 17 // in.h:650:1:
  45. IPCTL_INTRQDROPS = 11 // in.h:644:1:
  46. IPCTL_INTRQMAXLEN = 10 // in.h:643:1:
  47. IPCTL_SENDREDIRECTS = 2 // in.h:633:1:
  48. IPCTL_SOURCEROUTE = 8 // in.h:641:1:
  49. IPCTL_STATS = 12 // in.h:645:1:
  50. IPPORT_EPHEMERALFIRST = 10000 // in.h:325:1:
  51. IPPORT_EPHEMERALLAST = 65535 // in.h:326:1:
  52. IPPORT_HIFIRSTAUTO = 49152 // in.h:331:1:
  53. IPPORT_HILASTAUTO = 65535 // in.h:332:1:
  54. IPPORT_MAX = 65535 // in.h:342:1:
  55. IPPORT_RESERVED = 1024 // in.h:320:1:
  56. IPPORT_RESERVEDSTART = 600 // in.h:340:1:
  57. IPPROTO_3PC = 34 // in.h:173:1:
  58. IPPROTO_ADFS = 68 // in.h:206:1:
  59. IPPROTO_AH = 51 // in.h:189:1:
  60. IPPROTO_AHIP = 61 // in.h:199:1:
  61. IPPROTO_APES = 99 // in.h:237:1:
  62. IPPROTO_ARGUS = 13 // in.h:153:1:
  63. IPPROTO_AX25 = 93 // in.h:231:1:
  64. IPPROTO_BHA = 49 // in.h:187:1:
  65. IPPROTO_BLT = 30 // in.h:169:1:
  66. IPPROTO_BRSATMON = 76 // in.h:214:1:
  67. IPPROTO_CARP = 112 // in.h:247:1:
  68. IPPROTO_CFTP = 62 // in.h:200:1:
  69. IPPROTO_CHAOS = 16 // in.h:156:1:
  70. IPPROTO_CMTP = 38 // in.h:177:1:
  71. IPPROTO_CPHB = 73 // in.h:211:1:
  72. IPPROTO_CPNX = 72 // in.h:210:1:
  73. IPPROTO_DCCP = 33 // in.h:172:1:
  74. IPPROTO_DDP = 37 // in.h:176:1:
  75. IPPROTO_DGP = 86 // in.h:224:1:
  76. IPPROTO_DIVERT = 258 // in.h:262:1:
  77. IPPROTO_DONE = 257 // in.h:259:1:
  78. IPPROTO_DSTOPTS = 60 // in.h:198:1:
  79. IPPROTO_EGP = 8 // in.h:148:1:
  80. IPPROTO_EMCON = 14 // in.h:154:1:
  81. IPPROTO_ENCAP = 98 // in.h:236:1:
  82. IPPROTO_EON = 80 // in.h:218:1:
  83. IPPROTO_ESP = 50 // in.h:188:1:
  84. IPPROTO_ETHERIP = 97 // in.h:235:1:
  85. IPPROTO_FRAGMENT = 44 // in.h:182:1:
  86. IPPROTO_GGP = 3 // in.h:144:1:
  87. IPPROTO_GMTP = 100 // in.h:238:1:
  88. IPPROTO_GRE = 47 // in.h:185:1:
  89. IPPROTO_HELLO = 63 // in.h:201:1:
  90. IPPROTO_HIP = 139 // in.h:243:1:
  91. IPPROTO_HMP = 20 // in.h:159:1:
  92. IPPROTO_HOPOPTS = 0 // in.h:142:1:
  93. IPPROTO_ICMP = 1 // in.h:44:1:
  94. IPPROTO_ICMPV6 = 58 // in.h:196:1:
  95. IPPROTO_IDP = 22 // in.h:161:1:
  96. IPPROTO_IDPR = 35 // in.h:174:1:
  97. IPPROTO_IDRP = 45 // in.h:183:1:
  98. IPPROTO_IGMP = 2 // in.h:143:1:
  99. IPPROTO_IGP = 85 // in.h:223:1:
  100. IPPROTO_IGRP = 88 // in.h:226:1:
  101. IPPROTO_IL = 40 // in.h:179:1:
  102. IPPROTO_INLSP = 52 // in.h:190:1:
  103. IPPROTO_INP = 32 // in.h:171:1:
  104. IPPROTO_IP = 0 // in.h:43:1:
  105. IPPROTO_IPCOMP = 108 // in.h:239:1:
  106. IPPROTO_IPCV = 71 // in.h:209:1:
  107. IPPROTO_IPEIP = 94 // in.h:232:1:
  108. IPPROTO_IPIP = 4 // in.h:146:1:
  109. IPPROTO_IPPC = 67 // in.h:205:1:
  110. IPPROTO_IPV4 = 4 // in.h:145:1:
  111. IPPROTO_IPV6 = 41 // in.h:128:1:
  112. IPPROTO_IRTP = 28 // in.h:167:1:
  113. IPPROTO_KRYPTOLAN = 65 // in.h:203:1:
  114. IPPROTO_LARP = 91 // in.h:229:1:
  115. IPPROTO_LEAF1 = 25 // in.h:164:1:
  116. IPPROTO_LEAF2 = 26 // in.h:165:1:
  117. IPPROTO_MAX = 256 // in.h:256:1:
  118. IPPROTO_MEAS = 19 // in.h:158:1:
  119. IPPROTO_MH = 135 // in.h:241:1:
  120. IPPROTO_MHRP = 48 // in.h:186:1:
  121. IPPROTO_MICP = 95 // in.h:233:1:
  122. IPPROTO_MOBILE = 55 // in.h:193:1:
  123. IPPROTO_MPLS = 137 // in.h:249:1:
  124. IPPROTO_MTP = 92 // in.h:230:1:
  125. IPPROTO_MUX = 18 // in.h:157:1:
  126. IPPROTO_ND = 77 // in.h:215:1:
  127. IPPROTO_NHRP = 54 // in.h:192:1:
  128. IPPROTO_NONE = 59 // in.h:197:1:
  129. IPPROTO_NSP = 31 // in.h:170:1:
  130. IPPROTO_NVPII = 11 // in.h:151:1:
  131. IPPROTO_OLD_DIVERT = 254 // in.h:255:1:
  132. IPPROTO_OSPFIGP = 89 // in.h:227:1:
  133. IPPROTO_PFSYNC = 240 // in.h:250:1:
  134. IPPROTO_PGM = 113 // in.h:248:1:
  135. IPPROTO_PIGP = 9 // in.h:149:1:
  136. IPPROTO_PIM = 103 // in.h:246:1:
  137. IPPROTO_PRM = 21 // in.h:160:1:
  138. IPPROTO_PUP = 12 // in.h:152:1:
  139. IPPROTO_PVP = 75 // in.h:213:1:
  140. IPPROTO_RAW = 255 // in.h:129:1:
  141. IPPROTO_RCCMON = 10 // in.h:150:1:
  142. IPPROTO_RDP = 27 // in.h:166:1:
  143. IPPROTO_RESERVED_253 = 253 // in.h:251:1:
  144. IPPROTO_RESERVED_254 = 254 // in.h:252:1:
  145. IPPROTO_ROUTING = 43 // in.h:181:1:
  146. IPPROTO_RSVP = 46 // in.h:184:1:
  147. IPPROTO_RVD = 66 // in.h:204:1:
  148. IPPROTO_SATEXPAK = 64 // in.h:202:1:
  149. IPPROTO_SATMON = 69 // in.h:207:1:
  150. IPPROTO_SCCSP = 96 // in.h:234:1:
  151. IPPROTO_SCTP = 132 // in.h:240:1:
  152. IPPROTO_SDRP = 42 // in.h:180:1:
  153. IPPROTO_SEND = 259 // in.h:263:1:
  154. IPPROTO_SHIM6 = 140 // in.h:244:1:
  155. IPPROTO_SKIP = 57 // in.h:195:1:
  156. IPPROTO_SPACER = 32767 // in.h:269:1:
  157. IPPROTO_SRPC = 90 // in.h:228:1:
  158. IPPROTO_ST = 7 // in.h:147:1:
  159. IPPROTO_SVMTP = 82 // in.h:220:1:
  160. IPPROTO_SWIPE = 53 // in.h:191:1:
  161. IPPROTO_TCF = 87 // in.h:225:1:
  162. IPPROTO_TCP = 6 // in.h:45:1:
  163. IPPROTO_TLSP = 56 // in.h:194:1:
  164. IPPROTO_TP = 29 // in.h:168:1:
  165. IPPROTO_TPXX = 39 // in.h:178:1:
  166. IPPROTO_TRUNK1 = 23 // in.h:162:1:
  167. IPPROTO_TRUNK2 = 24 // in.h:163:1:
  168. IPPROTO_TTP = 84 // in.h:222:1:
  169. IPPROTO_UDP = 17 // in.h:46:1:
  170. IPPROTO_UDPLITE = 136 // in.h:242:1:
  171. IPPROTO_VINES = 83 // in.h:221:1:
  172. IPPROTO_VISA = 70 // in.h:208:1:
  173. IPPROTO_VMTP = 81 // in.h:219:1:
  174. IPPROTO_WBEXPAK = 79 // in.h:217:1:
  175. IPPROTO_WBMON = 78 // in.h:216:1:
  176. IPPROTO_WSN = 74 // in.h:212:1:
  177. IPPROTO_XNET = 15 // in.h:155:1:
  178. IPPROTO_XTP = 36 // in.h:175:1:
  179. IPV6CTL_ACCEPT_RTADV = 12 // in6.h:599:1:
  180. IPV6CTL_ADDRCTLPOLICY = 38 // in6.h:624:1:
  181. IPV6CTL_AUTO_FLOWLABEL = 17 // in6.h:604:1:
  182. IPV6CTL_AUTO_LINKLOCAL = 35 // in6.h:621:1:
  183. IPV6CTL_DAD_COUNT = 16 // in6.h:603:1:
  184. IPV6CTL_DEFHLIM = 3 // in6.h:588:1:
  185. IPV6CTL_DEFMCASTHLIM = 18 // in6.h:605:1:
  186. IPV6CTL_FORWARDING = 1 // in6.h:586:1:
  187. IPV6CTL_FORWSRCRT = 5 // in6.h:592:1:
  188. IPV6CTL_GIF_HLIM = 19 // in6.h:606:1:
  189. IPV6CTL_HDRNESTLIMIT = 15 // in6.h:602:1:
  190. IPV6CTL_INTRDQMAXLEN = 52 // in6.h:645:1:
  191. IPV6CTL_INTRQMAXLEN = 51 // in6.h:644:1:
  192. IPV6CTL_KAME_VERSION = 20 // in6.h:607:1:
  193. IPV6CTL_LOG_INTERVAL = 14 // in6.h:601:1:
  194. IPV6CTL_MAXFRAGBUCKETSIZE = 54 // in6.h:648:1:
  195. IPV6CTL_MAXFRAGPACKETS = 9 // in6.h:596:1:
  196. IPV6CTL_MAXFRAGS = 41 // in6.h:627:1:
  197. IPV6CTL_MAXFRAGSPERPACKET = 53 // in6.h:647:1:
  198. IPV6CTL_MAXID = 55 // in6.h:649:1:
  199. IPV6CTL_MCAST_PMTU = 44 // in6.h:632:1:
  200. IPV6CTL_MRTPROTO = 8 // in6.h:595:1:
  201. IPV6CTL_MRTSTATS = 7 // in6.h:594:1:
  202. IPV6CTL_NORBIT_RAIF = 49 // in6.h:640:1:
  203. IPV6CTL_NO_RADR = 48 // in6.h:639:1:
  204. IPV6CTL_PREFER_TEMPADDR = 37 // in6.h:623:1:
  205. IPV6CTL_RFC6204W3 = 50 // in6.h:642:1:
  206. IPV6CTL_RIP6STATS = 36 // in6.h:622:1:
  207. IPV6CTL_RR_PRUNE = 22 // in6.h:609:1:
  208. IPV6CTL_SENDREDIRECTS = 2 // in6.h:587:1:
  209. IPV6CTL_SOURCECHECK = 10 // in6.h:597:1:
  210. IPV6CTL_SOURCECHECK_LOGINT = 11 // in6.h:598:1:
  211. IPV6CTL_STATS = 6 // in6.h:593:1:
  212. IPV6CTL_STEALTH = 45 // in6.h:636:1:
  213. IPV6CTL_TEMPPLTIME = 33 // in6.h:619:1:
  214. IPV6CTL_TEMPVLTIME = 34 // in6.h:620:1:
  215. IPV6CTL_USETEMPADDR = 32 // in6.h:618:1:
  216. IPV6CTL_USE_DEFAULTZONE = 39 // in6.h:625:1:
  217. IPV6CTL_USE_DEPRECATED = 21 // in6.h:608:1:
  218. IPV6CTL_V6ONLY = 24 // in6.h:613:1:
  219. IPV6PORT_ANONMAX = 65535 // in6.h:89:1:
  220. IPV6PORT_ANONMIN = 49152 // in6.h:88:1:
  221. IPV6PORT_RESERVED = 1024 // in6.h:87:1:
  222. IPV6PORT_RESERVEDMAX = 1023 // in6.h:91:1:
  223. IPV6PORT_RESERVEDMIN = 600 // in6.h:90:1:
  224. IPV6PROTO_MAXID = 104 // in6.h:581:1:
  225. IPV6_AUTOFLOWLABEL = 59 // in6.h:484:1:
  226. IPV6_BINDANY = 64 // in6.h:493:1:
  227. IPV6_BINDMULTI = 65 // in6.h:495:1:
  228. IPV6_BINDV6ONLY = 27 // in6.h:435:1:
  229. IPV6_CHECKSUM = 26 // in6.h:432:1:
  230. IPV6_DEFAULT_MULTICAST_HOPS = 1 // in6.h:527:1:
  231. IPV6_DEFAULT_MULTICAST_LOOP = 1 // in6.h:528:1:
  232. IPV6_DONTFRAG = 62 // in6.h:487:1:
  233. IPV6_DSTOPTS = 50 // in6.h:475:1:
  234. IPV6_FLOWID = 67 // in6.h:497:1:
  235. IPV6_FLOWTYPE = 68 // in6.h:498:1:
  236. IPV6_FW_ADD = 30 // in6.h:441:1:
  237. IPV6_FW_DEL = 31 // in6.h:442:1:
  238. IPV6_FW_FLUSH = 32 // in6.h:443:1:
  239. IPV6_FW_GET = 34 // in6.h:445:1:
  240. IPV6_FW_ZERO = 33 // in6.h:444:1:
  241. IPV6_HOPLIMIT = 47 // in6.h:472:1:
  242. IPV6_HOPOPTS = 49 // in6.h:474:1:
  243. IPV6_IPSEC_POLICY = 28 // in6.h:438:1:
  244. IPV6_JOIN_GROUP = 12 // in6.h:417:1:
  245. IPV6_LEAVE_GROUP = 13 // in6.h:418:1:
  246. IPV6_MAX_GROUP_SRC_FILTER = 512 // in6.h:539:1:
  247. IPV6_MAX_MEMBERSHIPS = 4095 // in6.h:533:1:
  248. IPV6_MAX_SOCK_SRC_FILTER = 128 // in6.h:540:1:
  249. IPV6_MSFILTER = 74 // in6.h:510:1:
  250. IPV6_MULTICAST_HOPS = 10 // in6.h:415:1:
  251. IPV6_MULTICAST_IF = 9 // in6.h:414:1:
  252. IPV6_MULTICAST_LOOP = 11 // in6.h:416:1:
  253. IPV6_NEXTHOP = 48 // in6.h:473:1:
  254. IPV6_ORIGDSTADDR = 72 // in6.h:503:1:
  255. IPV6_PATHMTU = 44 // in6.h:463:1:
  256. IPV6_PKTINFO = 46 // in6.h:471:1:
  257. IPV6_PORTRANGE = 14 // in6.h:419:1:
  258. IPV6_PORTRANGE_DEFAULT = 0 // in6.h:570:1:
  259. IPV6_PORTRANGE_HIGH = 1 // in6.h:571:1:
  260. IPV6_PORTRANGE_LOW = 2 // in6.h:572:1:
  261. IPV6_PREFER_TEMPADDR = 63 // in6.h:489:1:
  262. IPV6_RECVDSTOPTS = 40 // in6.h:455:1:
  263. IPV6_RECVFLOWID = 70 // in6.h:500:1:
  264. IPV6_RECVHOPLIMIT = 37 // in6.h:452:1:
  265. IPV6_RECVHOPOPTS = 39 // in6.h:454:1:
  266. IPV6_RECVORIGDSTADDR = 72 // in6.h:504:1:
  267. IPV6_RECVPATHMTU = 43 // in6.h:461:1:
  268. IPV6_RECVPKTINFO = 36 // in6.h:451:1:
  269. IPV6_RECVRSSBUCKETID = 71 // in6.h:501:1:
  270. IPV6_RECVRTHDR = 38 // in6.h:453:1:
  271. IPV6_RECVTCLASS = 57 // in6.h:482:1:
  272. IPV6_RSSBUCKETID = 69 // in6.h:499:1:
  273. IPV6_RSS_LISTEN_BUCKET = 66 // in6.h:496:1:
  274. IPV6_RTHDR = 51 // in6.h:476:1:
  275. IPV6_RTHDRDSTOPTS = 35 // in6.h:449:1:
  276. IPV6_RTHDR_LOOSE = 0 // in6.h:520:1:
  277. IPV6_RTHDR_STRICT = 1 // in6.h:521:1:
  278. IPV6_RTHDR_TYPE_0 = 0 // in6.h:522:1:
  279. IPV6_SOCKOPT_RESERVED1 = 3 // in6.h:412:1:
  280. IPV6_TCLASS = 61 // in6.h:486:1:
  281. IPV6_UNICAST_HOPS = 4 // in6.h:413:1:
  282. IPV6_USE_MIN_MTU = 42 // in6.h:460:1:
  283. IPV6_V6ONLY = 27 // in6.h:433:1:
  284. IPV6_VLAN_PCP = 75 // in6.h:515:1:
  285. IP_ADD_MEMBERSHIP = 12 // in.h:434:1:
  286. IP_ADD_SOURCE_MEMBERSHIP = 70 // in.h:490:1:
  287. IP_BINDANY = 24 // in.h:447:1:
  288. IP_BINDMULTI = 25 // in.h:448:1:
  289. IP_BLOCK_SOURCE = 72 // in.h:492:1:
  290. IP_DEFAULT_MULTICAST_LOOP = 1 // in.h:521:1:
  291. IP_DEFAULT_MULTICAST_TTL = 1 // in.h:520:1:
  292. IP_DONTFRAG = 67 // in.h:486:1:
  293. IP_DROP_MEMBERSHIP = 13 // in.h:435:1:
  294. IP_DROP_SOURCE_MEMBERSHIP = 71 // in.h:491:1:
  295. IP_DUMMYNET3 = 49 // in.h:465:1:
  296. IP_DUMMYNET_CONFIGURE = 60 // in.h:479:1:
  297. IP_DUMMYNET_DEL = 61 // in.h:480:1:
  298. IP_DUMMYNET_FLUSH = 62 // in.h:481:1:
  299. IP_DUMMYNET_GET = 64 // in.h:482:1:
  300. IP_FLOWID = 90 // in.h:511:1:
  301. IP_FLOWTYPE = 91 // in.h:512:1:
  302. IP_FW3 = 48 // in.h:464:1:
  303. IP_FW_ADD = 50 // in.h:467:1:
  304. IP_FW_DEL = 51 // in.h:468:1:
  305. IP_FW_FLUSH = 52 // in.h:469:1:
  306. IP_FW_GET = 54 // in.h:471:1:
  307. IP_FW_NAT_CFG = 56 // in.h:474:1:
  308. IP_FW_NAT_DEL = 57 // in.h:475:1:
  309. IP_FW_NAT_GET_CONFIG = 58 // in.h:476:1:
  310. IP_FW_NAT_GET_LOG = 59 // in.h:477:1:
  311. IP_FW_RESETLOG = 55 // in.h:472:1:
  312. IP_FW_TABLE_ADD = 40 // in.h:458:1:
  313. IP_FW_TABLE_DEL = 41 // in.h:459:1:
  314. IP_FW_TABLE_FLUSH = 42 // in.h:460:1:
  315. IP_FW_TABLE_GETSIZE = 43 // in.h:461:1:
  316. IP_FW_TABLE_LIST = 44 // in.h:462:1:
  317. IP_FW_ZERO = 53 // in.h:470:1:
  318. IP_HDRINCL = 2 // in.h:422:1:
  319. IP_IPSEC_POLICY = 21 // in.h:444:1:
  320. IP_MAX_GROUP_SRC_FILTER = 512 // in.h:532:1:
  321. IP_MAX_MEMBERSHIPS = 4095 // in.h:526:1:
  322. IP_MAX_SOCK_MUTE_FILTER = 128 // in.h:534:1:
  323. IP_MAX_SOCK_SRC_FILTER = 128 // in.h:533:1:
  324. IP_MINTTL = 66 // in.h:485:1:
  325. IP_MSFILTER = 74 // in.h:496:1:
  326. IP_MULTICAST_IF = 9 // in.h:430:1:
  327. IP_MULTICAST_LOOP = 11 // in.h:433:1:
  328. IP_MULTICAST_TTL = 10 // in.h:432:1:
  329. IP_MULTICAST_VIF = 14 // in.h:436:1:
  330. IP_ONESBCAST = 23 // in.h:446:1:
  331. IP_OPTIONS = 1 // in.h:421:1:
  332. IP_ORIGDSTADDR = 27 // in.h:450:1:
  333. IP_PORTRANGE = 19 // in.h:441:1:
  334. IP_PORTRANGE_DEFAULT = 0 // in.h:625:1:
  335. IP_PORTRANGE_HIGH = 1 // in.h:626:1:
  336. IP_PORTRANGE_LOW = 2 // in.h:627:1:
  337. IP_RECVDSTADDR = 7 // in.h:427:1:
  338. IP_RECVFLOWID = 93 // in.h:514:1:
  339. IP_RECVIF = 20 // in.h:442:1:
  340. IP_RECVOPTS = 5 // in.h:425:1:
  341. IP_RECVORIGDSTADDR = 27 // in.h:451:1:
  342. IP_RECVRETOPTS = 6 // in.h:426:1:
  343. IP_RECVRSSBUCKETID = 94 // in.h:515:1:
  344. IP_RECVTOS = 68 // in.h:487:1:
  345. IP_RECVTTL = 65 // in.h:484:1:
  346. IP_RETOPTS = 8 // in.h:429:1:
  347. IP_RSSBUCKETID = 92 // in.h:513:1:
  348. IP_RSS_LISTEN_BUCKET = 26 // in.h:449:1:
  349. IP_RSVP_OFF = 16 // in.h:438:1:
  350. IP_RSVP_ON = 15 // in.h:437:1:
  351. IP_RSVP_VIF_OFF = 18 // in.h:440:1:
  352. IP_RSVP_VIF_ON = 17 // in.h:439:1:
  353. IP_SENDSRCADDR = 7 // in.h:428:1:
  354. IP_TOS = 3 // in.h:423:1:
  355. IP_TTL = 4 // in.h:424:1:
  356. IP_UNBLOCK_SOURCE = 73 // in.h:493:1:
  357. IP_VLAN_PCP = 75 // in.h:499:1:
  358. LITTLE_ENDIAN = 1234 // _endian.h:69:1:
  359. MCAST_BLOCK_SOURCE = 84 // in.h:507:1:
  360. MCAST_EXCLUDE = 2 // in.h:619:1:
  361. MCAST_INCLUDE = 1 // in.h:618:1:
  362. MCAST_JOIN_GROUP = 80 // in.h:503:1:
  363. MCAST_JOIN_SOURCE_GROUP = 82 // in.h:505:1:
  364. MCAST_LEAVE_GROUP = 81 // in.h:504:1:
  365. MCAST_LEAVE_SOURCE_GROUP = 83 // in.h:506:1:
  366. MCAST_UNBLOCK_SOURCE = 85 // in.h:508:1:
  367. MCAST_UNDEFINED = 0 // in.h:617:1:
  368. PDP_ENDIAN = 3412 // _endian.h:71:1:
  369. SIN6_LEN = 0 // in6.h:122:1:
  370. X_BIG_ENDIAN = 4321 // _endian.h:47:1:
  371. X_BYTEORDER_FUNC_DEFINED = 0 // in.h:118:1:
  372. X_BYTEORDER_PROTOTYPED = 0 // in.h:108:1:
  373. X_BYTE_ORDER = 1234 // _endian.h:40:1:
  374. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  375. X_ILP32 = 1 // <predefined>:1:1:
  376. X_IN_ADDR_T_DECLARED = 0 // in.h:68:1:
  377. X_IN_PORT_T_DECLARED = 0 // in.h:73:1:
  378. X_LITTLE_ENDIAN = 1234 // _endian.h:46:1:
  379. X_MACHINE_ENDIAN_H_ = 0 // endian.h:36:1:
  380. X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
  381. X_NETINET6_IN6_H_ = 0 // in6.h:71:1:
  382. X_NETINET_IN_H_ = 0 // in.h:36:1:
  383. X_Nonnull = 0 // cdefs.h:790:1:
  384. X_Null_unspecified = 0 // cdefs.h:792:1:
  385. X_Nullable = 0 // cdefs.h:791:1:
  386. X_PDP_ENDIAN = 3412 // _endian.h:48:1:
  387. X_QUAD_HIGHWORD = 1 // _endian.h:55:1:
  388. X_QUAD_LOWWORD = 0 // _endian.h:56:1:
  389. X_SA_FAMILY_T_DECLARED = 0 // in.h:78:1:
  390. X_SIZE_T_DECLARED = 0 // in6.h:701:1:
  391. X_SOCKLEN_T_DECLARED = 0 // in.h:91:1:
  392. X_SS_MAXSIZE = 128 // _sockaddr_storage.h:41:1:
  393. X_STRUCT_IN_ADDR_DECLARED = 0 // in.h:86:1:
  394. X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
  395. X_SYS__ENDIAN_H_ = 0 // _endian.h:33:1:
  396. X_SYS__SOCKADDR_STORAGE_H_ = 0 // _sockaddr_storage.h:36:1:
  397. X_SYS__TYPES_H_ = 0 // _types.h:32:1:
  398. X_UINT16_T_DECLARED = 0 // in.h:58:1:
  399. X_UINT32_T_DECLARED = 0 // in.h:63:1:
  400. X_UINT8_T_DECLARED = 0 // in.h:53:1:
  401. Unix = 1 // <predefined>:367:1:
  402. )
  403. type Ptrdiff_t = int32 /* <builtin>:3:26 */
  404. type Size_t = uint32 /* <builtin>:9:23 */
  405. type Wchar_t = uint32 /* <builtin>:15:24 */
  406. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  407. type X__float128 = float64 /* <builtin>:47:21 */
  408. // -
  409. // SPDX-License-Identifier: BSD-3-Clause
  410. //
  411. // Copyright (c) 1982, 1986, 1990, 1993
  412. // The Regents of the University of California. All rights reserved.
  413. //
  414. // Redistribution and use in source and binary forms, with or without
  415. // modification, are permitted provided that the following conditions
  416. // are met:
  417. // 1. Redistributions of source code must retain the above copyright
  418. // notice, this list of conditions and the following disclaimer.
  419. // 2. Redistributions in binary form must reproduce the above copyright
  420. // notice, this list of conditions and the following disclaimer in the
  421. // documentation and/or other materials provided with the distribution.
  422. // 3. Neither the name of the University nor the names of its contributors
  423. // may be used to endorse or promote products derived from this software
  424. // without specific prior written permission.
  425. //
  426. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  427. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  428. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  429. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  430. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  431. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  432. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  433. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  434. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  435. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  436. // SUCH DAMAGE.
  437. //
  438. // @(#)in.h 8.3 (Berkeley) 1/3/94
  439. // $FreeBSD$
  440. // -
  441. // SPDX-License-Identifier: BSD-3-Clause
  442. //
  443. // Copyright (c) 1991, 1993
  444. // The Regents of the University of California. All rights reserved.
  445. //
  446. // This code is derived from software contributed to Berkeley by
  447. // Berkeley Software Design, Inc.
  448. //
  449. // Redistribution and use in source and binary forms, with or without
  450. // modification, are permitted provided that the following conditions
  451. // are met:
  452. // 1. Redistributions of source code must retain the above copyright
  453. // notice, this list of conditions and the following disclaimer.
  454. // 2. Redistributions in binary form must reproduce the above copyright
  455. // notice, this list of conditions and the following disclaimer in the
  456. // documentation and/or other materials provided with the distribution.
  457. // 3. Neither the name of the University nor the names of its contributors
  458. // may be used to endorse or promote products derived from this software
  459. // without specific prior written permission.
  460. //
  461. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  462. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  463. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  464. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  465. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  466. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  467. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  468. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  469. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  470. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  471. // SUCH DAMAGE.
  472. //
  473. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  474. // $FreeBSD$
  475. // Testing against Clang-specific extensions.
  476. // This code has been put in place to help reduce the addition of
  477. // compiler specific defines in FreeBSD code. It helps to aid in
  478. // having a compiler-agnostic source tree.
  479. // Compiler memory barriers, specific to gcc and clang.
  480. // XXX: if __GNUC__ >= 2: not tested everywhere originally, where replaced
  481. // Macro to test if we're using a specific version of gcc or later.
  482. // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
  483. // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
  484. // The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
  485. // mode -- there must be no spaces between its arguments, and for nested
  486. // __CONCAT's, all the __CONCAT's must be at the left. __CONCAT can also
  487. // concatenate double-quoted strings produced by the __STRING macro, but
  488. // this only works with ANSI C.
  489. //
  490. // __XSTRING is like __STRING, but it expands any macros in its argument
  491. // first. It is only available with ANSI C.
  492. // Compiler-dependent macros to help declare dead (non-returning) and
  493. // pure (no side effects) functions, and unused variables. They are
  494. // null except for versions of gcc that are known to support the features
  495. // properly (old versions of gcc-2 supported the dead and pure features
  496. // in a different (wrong) way). If we do not provide an implementation
  497. // for a given compiler, let the compile fail if it is told to use
  498. // a feature that we cannot live without.
  499. // Keywords added in C11.
  500. // Emulation of C11 _Generic(). Unlike the previously defined C11
  501. // keywords, it is not possible to implement this using exactly the same
  502. // syntax. Therefore implement something similar under the name
  503. // __generic(). Unlike _Generic(), this macro can only distinguish
  504. // between a single type, so it requires nested invocations to
  505. // distinguish multiple cases.
  506. // C99 Static array indices in function parameter declarations. Syntax such as:
  507. // void bar(int myArray[static 10]);
  508. // is allowed in C99 but not in C++. Define __min_size appropriately so
  509. // headers using it can be compiled in either language. Use like this:
  510. // void bar(int myArray[__min_size(10)]);
  511. // XXX: should use `#if __STDC_VERSION__ < 199901'.
  512. // C++11 exposes a load of C99 stuff
  513. // GCC 2.95 provides `__restrict' as an extension to C90 to support the
  514. // C99-specific `restrict' type qualifier. We happen to use `__restrict' as
  515. // a way to define the `restrict' type qualifier without disturbing older
  516. // software that is unaware of C99 keywords.
  517. // GNU C version 2.96 adds explicit branch prediction so that
  518. // the CPU back-end can hint the processor and also so that
  519. // code blocks can be reordered such that the predicted path
  520. // sees a more linear flow, thus improving cache behavior, etc.
  521. //
  522. // The following two macros provide us with a way to utilize this
  523. // compiler feature. Use __predict_true() if you expect the expression
  524. // to evaluate to true, and __predict_false() if you expect the
  525. // expression to evaluate to false.
  526. //
  527. // A few notes about usage:
  528. //
  529. // * Generally, __predict_false() error condition checks (unless
  530. // you have some _strong_ reason to do otherwise, in which case
  531. // document it), and/or __predict_true() `no-error' condition
  532. // checks, assuming you want to optimize for the no-error case.
  533. //
  534. // * Other than that, if you don't know the likelihood of a test
  535. // succeeding from empirical or other `hard' evidence, don't
  536. // make predictions.
  537. //
  538. // * These are meant to be used in places that are run `a lot'.
  539. // It is wasteful to make predictions in code that is run
  540. // seldomly (e.g. at subsystem initialization time) as the
  541. // basic block reordering that this affects can often generate
  542. // larger code.
  543. // We define this here since <stddef.h>, <sys/queue.h>, and <sys/types.h>
  544. // require it.
  545. // Given the pointer x to the member m of the struct s, return
  546. // a pointer to the containing structure. When using GCC, we first
  547. // assign pointer x to a local variable, to check that its type is
  548. // compatible with member m.
  549. // Compiler-dependent macros to declare that functions take printf-like
  550. // or scanf-like arguments. They are null except for versions of gcc
  551. // that are known to support the features properly (old versions of gcc-2
  552. // didn't permit keeping the keywords out of the application namespace).
  553. // Compiler-dependent macros that rely on FreeBSD-specific extensions.
  554. // Embed the rcs id of a source file in the resulting library. Note that in
  555. // more recent ELF binutils, we use .ident allowing the ID to be stripped.
  556. // Usage:
  557. // __FBSDID("$FreeBSD$");
  558. // -
  559. // The following definitions are an extension of the behavior originally
  560. // implemented in <sys/_posix.h>, but with a different level of granularity.
  561. // POSIX.1 requires that the macros we test be defined before any standard
  562. // header file is included.
  563. //
  564. // Here's a quick run-down of the versions:
  565. // defined(_POSIX_SOURCE) 1003.1-1988
  566. // _POSIX_C_SOURCE == 1 1003.1-1990
  567. // _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
  568. // _POSIX_C_SOURCE == 199309 1003.1b-1993
  569. // _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
  570. // and the omnibus ISO/IEC 9945-1: 1996
  571. // _POSIX_C_SOURCE == 200112 1003.1-2001
  572. // _POSIX_C_SOURCE == 200809 1003.1-2008
  573. //
  574. // In addition, the X/Open Portability Guide, which is now the Single UNIX
  575. // Specification, defines a feature-test macro which indicates the version of
  576. // that specification, and which subsumes _POSIX_C_SOURCE.
  577. //
  578. // Our macros begin with two underscores to avoid namespace screwage.
  579. // Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1.
  580. // Deal with IEEE Std. 1003.2-1992, in which _POSIX_C_SOURCE == 2.
  581. // Deal with various X/Open Portability Guides and Single UNIX Spec.
  582. // Deal with all versions of POSIX. The ordering relative to the tests above is
  583. // important.
  584. // -
  585. // Deal with _ANSI_SOURCE:
  586. // If it is defined, and no other compilation environment is explicitly
  587. // requested, then define our internal feature-test macros to zero. This
  588. // makes no difference to the preprocessor (undefined symbols in preprocessing
  589. // expressions are defined to have value zero), but makes it more convenient for
  590. // a test program to print out the values.
  591. //
  592. // If a program mistakenly defines _ANSI_SOURCE and some other macro such as
  593. // _POSIX_C_SOURCE, we will assume that it wants the broader compilation
  594. // environment (and in fact we will never get here).
  595. // User override __EXT1_VISIBLE
  596. // Old versions of GCC use non-standard ARM arch symbols; acle-compat.h
  597. // translates them to __ARM_ARCH and the modern feature symbols defined by ARM.
  598. // Nullability qualifiers: currently only supported by Clang.
  599. // Type Safety Checking
  600. //
  601. // Clang provides additional attributes to enable checking type safety
  602. // properties that cannot be enforced by the C type system.
  603. // Lock annotations.
  604. //
  605. // Clang provides support for doing basic thread-safety tests at
  606. // compile-time, by marking which locks will/should be held when
  607. // entering/leaving a functions.
  608. //
  609. // Furthermore, it is also possible to annotate variables and structure
  610. // members to enforce that they are only accessed when certain locks are
  611. // held.
  612. // Structure implements a lock.
  613. // Function acquires an exclusive or shared lock.
  614. // Function attempts to acquire an exclusive or shared lock.
  615. // Function releases a lock.
  616. // Function asserts that an exclusive or shared lock is held.
  617. // Function requires that an exclusive or shared lock is or is not held.
  618. // Function should not be analyzed.
  619. // Function or variable should not be sanitized, e.g., by AddressSanitizer.
  620. // GCC has the nosanitize attribute, but as a function attribute only, and
  621. // warns on use as a variable attribute.
  622. // Guard variables and structure members by lock.
  623. // Alignment builtins for better type checking and improved code generation.
  624. // Provide fallback versions for other compilers (GCC/Clang < 10):
  625. // -
  626. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  627. //
  628. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  629. // 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. //
  640. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  641. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  642. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  643. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  644. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  645. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  646. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  647. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  648. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  649. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  650. // SUCH DAMAGE.
  651. //
  652. // $FreeBSD$
  653. // -
  654. // SPDX-License-Identifier: BSD-3-Clause
  655. //
  656. // Copyright (c) 1991, 1993
  657. // The Regents of the University of California. All rights reserved.
  658. //
  659. // This code is derived from software contributed to Berkeley by
  660. // Berkeley Software Design, Inc.
  661. //
  662. // Redistribution and use in source and binary forms, with or without
  663. // modification, are permitted provided that the following conditions
  664. // are met:
  665. // 1. Redistributions of source code must retain the above copyright
  666. // notice, this list of conditions and the following disclaimer.
  667. // 2. Redistributions in binary form must reproduce the above copyright
  668. // notice, this list of conditions and the following disclaimer in the
  669. // documentation and/or other materials provided with the distribution.
  670. // 3. Neither the name of the University nor the names of its contributors
  671. // may be used to endorse or promote products derived from this software
  672. // without specific prior written permission.
  673. //
  674. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  675. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  676. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  677. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  678. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  679. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  680. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  681. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  682. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  683. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  684. // SUCH DAMAGE.
  685. //
  686. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  687. // $FreeBSD$
  688. // -
  689. // SPDX-License-Identifier: BSD-4-Clause
  690. //
  691. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  692. // Copyright (c) 1990, 1993
  693. // The Regents of the University of California. All rights reserved.
  694. //
  695. // Redistribution and use in source and binary forms, with or without
  696. // modification, are permitted provided that the following conditions
  697. // are met:
  698. // 1. Redistributions of source code must retain the above copyright
  699. // notice, this list of conditions and the following disclaimer.
  700. // 2. Redistributions in binary form must reproduce the above copyright
  701. // notice, this list of conditions and the following disclaimer in the
  702. // documentation and/or other materials provided with the distribution.
  703. // 3. All advertising materials mentioning features or use of this software
  704. // must display the following acknowledgement:
  705. // This product includes software developed by the University of
  706. // California, Berkeley and its contributors.
  707. // 4. Neither the name of the University nor the names of its contributors
  708. // may be used to endorse or promote products derived from this software
  709. // without specific prior written permission.
  710. //
  711. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  712. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  713. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  714. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  715. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  716. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  717. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  718. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  719. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  720. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  721. // SUCH DAMAGE.
  722. //
  723. // From: @(#)ansi.h 8.2 (Berkeley) 1/4/94
  724. // From: @(#)types.h 8.3 (Berkeley) 1/5/94
  725. // $FreeBSD$
  726. // Basic types upon which most other types are built.
  727. type X__int8_t = int8 /* _types.h:51:22 */
  728. type X__uint8_t = uint8 /* _types.h:52:24 */
  729. type X__int16_t = int16 /* _types.h:53:17 */
  730. type X__uint16_t = uint16 /* _types.h:54:25 */
  731. type X__int32_t = int32 /* _types.h:55:15 */
  732. type X__uint32_t = uint32 /* _types.h:56:23 */
  733. // LONGLONG
  734. type X__int64_t = int64 /* _types.h:61:20 */
  735. // LONGLONG
  736. type X__uint64_t = uint64 /* _types.h:66:28 */
  737. // Standard type definitions.
  738. type X__clock_t = X__uint32_t /* _types.h:71:20 */ // clock()...
  739. type X__critical_t = X__int32_t /* _types.h:72:19 */
  740. type X__double_t = float64 /* _types.h:74:17 */
  741. type X__float_t = float32 /* _types.h:75:16 */
  742. type X__intfptr_t = X__int32_t /* _types.h:77:19 */
  743. type X__intmax_t = X__int64_t /* _types.h:78:19 */
  744. type X__intptr_t = X__int32_t /* _types.h:79:19 */
  745. type X__int_fast8_t = X__int32_t /* _types.h:80:19 */
  746. type X__int_fast16_t = X__int32_t /* _types.h:81:19 */
  747. type X__int_fast32_t = X__int32_t /* _types.h:82:19 */
  748. type X__int_fast64_t = X__int64_t /* _types.h:83:19 */
  749. type X__int_least8_t = X__int8_t /* _types.h:84:18 */
  750. type X__int_least16_t = X__int16_t /* _types.h:85:19 */
  751. type X__int_least32_t = X__int32_t /* _types.h:86:19 */
  752. type X__int_least64_t = X__int64_t /* _types.h:87:19 */
  753. type X__ptrdiff_t = X__int32_t /* _types.h:88:19 */ // ptr1 - ptr2
  754. type X__register_t = X__int32_t /* _types.h:89:19 */
  755. type X__segsz_t = X__int32_t /* _types.h:90:19 */ // segment size (in pages)
  756. type X__size_t = X__uint32_t /* _types.h:91:20 */ // sizeof()
  757. type X__ssize_t = X__int32_t /* _types.h:92:19 */ // byte count or error
  758. type X__time_t = X__int64_t /* _types.h:93:19 */ // time()...
  759. type X__uintfptr_t = X__uint32_t /* _types.h:94:20 */
  760. type X__uintmax_t = X__uint64_t /* _types.h:95:20 */
  761. type X__uintptr_t = X__uint32_t /* _types.h:96:20 */
  762. type X__uint_fast8_t = X__uint32_t /* _types.h:97:20 */
  763. type X__uint_fast16_t = X__uint32_t /* _types.h:98:20 */
  764. type X__uint_fast32_t = X__uint32_t /* _types.h:99:20 */
  765. type X__uint_fast64_t = X__uint64_t /* _types.h:100:20 */
  766. type X__uint_least8_t = X__uint8_t /* _types.h:101:19 */
  767. type X__uint_least16_t = X__uint16_t /* _types.h:102:20 */
  768. type X__uint_least32_t = X__uint32_t /* _types.h:103:20 */
  769. type X__uint_least64_t = X__uint64_t /* _types.h:104:20 */
  770. type X__u_register_t = X__uint32_t /* _types.h:105:20 */
  771. type X__vm_offset_t = X__uint32_t /* _types.h:106:20 */
  772. type X__vm_paddr_t = X__uint32_t /* _types.h:107:20 */
  773. type X__vm_size_t = X__uint32_t /* _types.h:108:20 */
  774. type X___wchar_t = uint32 /* _types.h:110:22 */
  775. // Standard type definitions.
  776. type X__blksize_t = X__int32_t /* _types.h:40:19 */ // file block size
  777. type X__blkcnt_t = X__int64_t /* _types.h:41:19 */ // file block count
  778. type X__clockid_t = X__int32_t /* _types.h:42:19 */ // clock_gettime()...
  779. type X__fflags_t = X__uint32_t /* _types.h:43:20 */ // file flags
  780. type X__fsblkcnt_t = X__uint64_t /* _types.h:44:20 */
  781. type X__fsfilcnt_t = X__uint64_t /* _types.h:45:20 */
  782. type X__gid_t = X__uint32_t /* _types.h:46:20 */
  783. type X__id_t = X__int64_t /* _types.h:47:19 */ // can hold a gid_t, pid_t, or uid_t
  784. type X__ino_t = X__uint64_t /* _types.h:48:20 */ // inode number
  785. type X__key_t = int32 /* _types.h:49:15 */ // IPC key (for Sys V IPC)
  786. type X__lwpid_t = X__int32_t /* _types.h:50:19 */ // Thread ID (a.k.a. LWP)
  787. type X__mode_t = X__uint16_t /* _types.h:51:20 */ // permissions
  788. type X__accmode_t = int32 /* _types.h:52:14 */ // access permissions
  789. type X__nl_item = int32 /* _types.h:53:14 */
  790. type X__nlink_t = X__uint64_t /* _types.h:54:20 */ // link count
  791. type X__off_t = X__int64_t /* _types.h:55:19 */ // file offset
  792. type X__off64_t = X__int64_t /* _types.h:56:19 */ // file offset (alias)
  793. type X__pid_t = X__int32_t /* _types.h:57:19 */ // process [group]
  794. type X__rlim_t = X__int64_t /* _types.h:58:19 */ // resource limit - intentionally
  795. // signed, because of legacy code
  796. // that uses -1 for RLIM_INFINITY
  797. type X__sa_family_t = X__uint8_t /* _types.h:61:19 */
  798. type X__socklen_t = X__uint32_t /* _types.h:62:20 */
  799. type X__suseconds_t = int32 /* _types.h:63:15 */ // microseconds (signed)
  800. type X__timer_t = uintptr /* _types.h:64:24 */ // timer_gettime()...
  801. type X__mqd_t = uintptr /* _types.h:65:21 */ // mq_open()...
  802. type X__uid_t = X__uint32_t /* _types.h:66:20 */
  803. type X__useconds_t = uint32 /* _types.h:67:22 */ // microseconds (unsigned)
  804. type X__cpuwhich_t = int32 /* _types.h:68:14 */ // which parameter for cpuset.
  805. type X__cpulevel_t = int32 /* _types.h:69:14 */ // level parameter for cpuset.
  806. type X__cpusetid_t = int32 /* _types.h:70:14 */ // cpuset identifier.
  807. type X__daddr_t = X__int64_t /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc
  808. // Unusual type definitions.
  809. // rune_t is declared to be an “int” instead of the more natural
  810. // “unsigned long” or “long”. Two things are happening here. It is not
  811. // unsigned so that EOF (-1) can be naturally assigned to it and used. Also,
  812. // it looks like 10646 will be a 31 bit standard. This means that if your
  813. // ints cannot hold 32 bits, you will be in trouble. The reason an int was
  814. // chosen over a long is that the is*() and to*() routines take ints (says
  815. // ANSI C), but they use __ct_rune_t instead of int.
  816. //
  817. // NOTE: rune_t is not covered by ANSI nor other standards, and should not
  818. // be instantiated outside of lib/libc/locale. Use wchar_t. wint_t and
  819. // rune_t must be the same type. Also, wint_t should be able to hold all
  820. // members of the largest character set plus one extra value (WEOF), and
  821. // must be at least 16 bits.
  822. type X__ct_rune_t = int32 /* _types.h:91:14 */ // arg type for ctype funcs
  823. type X__rune_t = X__ct_rune_t /* _types.h:92:21 */ // rune_t (see above)
  824. type X__wint_t = X__ct_rune_t /* _types.h:93:21 */ // wint_t (see above)
  825. // Clang already provides these types as built-ins, but only in C++ mode.
  826. type X__char16_t = X__uint_least16_t /* _types.h:97:26 */
  827. type X__char32_t = X__uint_least32_t /* _types.h:98:26 */
  828. // In C++11, char16_t and char32_t are built-in types.
  829. type X__max_align_t = struct {
  830. F__max_align1 int64
  831. F__max_align2 float64
  832. } /* _types.h:111:3 */
  833. type X__dev_t = X__uint64_t /* _types.h:113:20 */ // device number
  834. type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number
  835. // mbstate_t is an opaque object to keep conversion state during multibyte
  836. // stream conversions.
  837. type X__mbstate_t = struct {
  838. F__ccgo_pad1 [0]uint64
  839. F__mbstate8 [128]uint8
  840. } /* _types.h:124:3 */
  841. type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */
  842. // Types for varargs. These are all provided by builtin types these
  843. // days, so centralize their definition.
  844. type X__va_list = X__builtin_va_list /* _types.h:133:27 */ // internally known to gcc
  845. type X__gnuc_va_list = X__va_list /* _types.h:140:20 */ // compatibility w/GNU headers
  846. // When the following macro is defined, the system uses 64-bit inode numbers.
  847. // Programs can use this to avoid including <sys/param.h>, with its associated
  848. // namespace pollution.
  849. // -
  850. // SPDX-License-Identifier: BSD-3-Clause
  851. //
  852. // Copyright (c) 2001 David E. O'Brien
  853. //
  854. // Redistribution and use in source and binary forms, with or without
  855. // modification, are permitted provided that the following conditions
  856. // are met:
  857. // 1. Redistributions of source code must retain the above copyright
  858. // notice, this list of conditions and the following disclaimer.
  859. // 2. Redistributions in binary form must reproduce the above copyright
  860. // notice, this list of conditions and the following disclaimer in the
  861. // documentation and/or other materials provided with the distribution.
  862. // 3. Neither the name of the University nor the names of its contributors
  863. // may be used to endorse or promote products derived from this software
  864. // without specific prior written permission.
  865. //
  866. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  867. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  868. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  869. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  870. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  871. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  872. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  873. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  874. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  875. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  876. // SUCH DAMAGE.
  877. //
  878. // @(#)endian.h 8.1 (Berkeley) 6/10/93
  879. // $NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $
  880. // $FreeBSD$
  881. // -
  882. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  883. //
  884. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  885. // All rights reserved.
  886. //
  887. // Redistribution and use in source and binary forms, with or without
  888. // modification, are permitted provided that the following conditions
  889. // are met:
  890. // 1. Redistributions of source code must retain the above copyright
  891. // notice, this list of conditions and the following disclaimer.
  892. // 2. Redistributions in binary form must reproduce the above copyright
  893. // notice, this list of conditions and the following disclaimer in the
  894. // documentation and/or other materials provided with the distribution.
  895. //
  896. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  897. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  898. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  899. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  900. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  901. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  902. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  903. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  904. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  905. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  906. // SUCH DAMAGE.
  907. //
  908. // $FreeBSD$
  909. // -
  910. // SPDX-License-Identifier: BSD-3-Clause
  911. //
  912. // Copyright (c) 1987, 1991 Regents of the University of California.
  913. // All rights reserved.
  914. //
  915. // Redistribution and use in source and binary forms, with or without
  916. // modification, are permitted provided that the following conditions
  917. // are met:
  918. // 1. Redistributions of source code must retain the above copyright
  919. // notice, this list of conditions and the following disclaimer.
  920. // 2. Redistributions in binary form must reproduce the above copyright
  921. // notice, this list of conditions and the following disclaimer in the
  922. // documentation and/or other materials provided with the distribution.
  923. // 3. Neither the name of the University nor the names of its contributors
  924. // may be used to endorse or promote products derived from this software
  925. // without specific prior written permission.
  926. //
  927. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  928. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  929. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  930. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  931. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  932. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  933. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  934. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  935. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  936. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  937. // SUCH DAMAGE.
  938. // BSD Compatiblity
  939. // Definitions for byte order, according to byte significance from low
  940. // address to high.
  941. // Define the order of 32-bit words in 64-bit words.
  942. // Deprecated variants that don't have enough underscores to be useful in more
  943. // strict namespaces.
  944. // bswap primitives, based on compiler builtins
  945. // Protocols common to RFC 1700, POSIX, and X/Open.
  946. type Uint8_t = X__uint8_t /* in.h:52:20 */
  947. type Uint16_t = X__uint16_t /* in.h:57:21 */
  948. type Uint32_t = X__uint32_t /* in.h:62:21 */
  949. type In_addr_t = Uint32_t /* in.h:67:19 */
  950. type In_port_t = Uint16_t /* in.h:72:19 */
  951. type Sa_family_t = X__sa_family_t /* in.h:77:24 */
  952. // Internet address (a structure for historical reasons).
  953. type In_addr = struct{ Fs_addr In_addr_t } /* in.h:83:1 */
  954. type Socklen_t = X__socklen_t /* in.h:90:21 */
  955. // -
  956. // SPDX-License-Identifier: BSD-3-Clause
  957. //
  958. // Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
  959. // The Regents of the University of California. All rights reserved.
  960. //
  961. // Redistribution and use in source and binary forms, with or without
  962. // modification, are permitted provided that the following conditions
  963. // are met:
  964. // 1. Redistributions of source code must retain the above copyright
  965. // notice, this list of conditions and the following disclaimer.
  966. // 2. Redistributions in binary form must reproduce the above copyright
  967. // notice, this list of conditions and the following disclaimer in the
  968. // documentation and/or other materials provided with the distribution.
  969. // 3. Neither the name of the University nor the names of its contributors
  970. // may be used to endorse or promote products derived from this software
  971. // without specific prior written permission.
  972. //
  973. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  974. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  975. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  976. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  977. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  978. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  979. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  980. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  981. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  982. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  983. // SUCH DAMAGE.
  984. //
  985. // @(#)socket.h 8.4 (Berkeley) 2/21/94
  986. // $FreeBSD$
  987. // RFC 2553: protocol-independent placeholder for socket addresses
  988. type Sockaddr_storage = struct {
  989. Fss_len uint8
  990. Fss_family Sa_family_t
  991. F__ss_pad1 [6]uint8
  992. F__ss_align X__int64_t
  993. F__ss_pad2 [112]uint8
  994. } /* _sockaddr_storage.h:48:1 */
  995. // Socket address, internet style.
  996. type Sockaddr_in = struct {
  997. Fsin_len Uint8_t
  998. Fsin_family Sa_family_t
  999. Fsin_port In_port_t
  1000. Fsin_addr struct{ Fs_addr In_addr_t }
  1001. Fsin_zero [8]uint8
  1002. } /* in.h:97:1 */
  1003. // Constants and structures defined by the internet system,
  1004. // Per RFC 790, September 1981, and numerous additions.
  1005. // Protocols (RFC 1700)
  1006. // 101-254: Partly Unassigned
  1007. // 255: Reserved
  1008. // BSD Private, local use, namespace incursion, no longer used
  1009. // last return value of *_input(), meaning "all job for this pkt is done".
  1010. // Only used internally, so can be outside the range of valid IP protocols.
  1011. // Defined to avoid confusion. The master value is defined by
  1012. // PROTO_SPACER in sys/protosw.h.
  1013. // Local port number conventions:
  1014. //
  1015. // When a user does a bind(2) or connect(2) with a port number of zero,
  1016. // a non-conflicting local port address is chosen.
  1017. // The default range is IPPORT_HIFIRSTAUTO through
  1018. // IPPORT_HILASTAUTO, although that is settable by sysctl.
  1019. //
  1020. // A user may set the IPPROTO_IP option IP_PORTRANGE to change this
  1021. // default assignment range.
  1022. //
  1023. // The value IP_PORTRANGE_DEFAULT causes the default behavior.
  1024. //
  1025. // The value IP_PORTRANGE_HIGH changes the range of candidate port numbers
  1026. // into the "high" range. These are reserved for client outbound connections
  1027. // which do not want to be filtered by any firewalls.
  1028. //
  1029. // The value IP_PORTRANGE_LOW changes the range to the "low" are
  1030. // that is (by convention) restricted to privileged processes. This
  1031. // convention is based on "vouchsafe" principles only. It is only secure
  1032. // if you trust the remote host to restrict these ports.
  1033. //
  1034. // The default range of ports and the high range can be changed by
  1035. // sysctl(3). (net.inet.ip.portrange.{hi,low,}{first,last})
  1036. //
  1037. // Changing those values has bad security implications if you are
  1038. // using a stateless firewall that is allowing packets outside of that
  1039. // range in order to allow transparent outgoing connections.
  1040. //
  1041. // Such a firewall configuration will generally depend on the use of these
  1042. // default values. If you change them, you may find your Security
  1043. // Administrator looking for you with a heavy object.
  1044. //
  1045. // For a slightly more orthodox text view on this:
  1046. //
  1047. // ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers
  1048. //
  1049. // port numbers are divided into three ranges:
  1050. //
  1051. // 0 - 1023 Well Known Ports
  1052. // 1024 - 49151 Registered Ports
  1053. // 49152 - 65535 Dynamic and/or Private Ports
  1054. //
  1055. // Ports < IPPORT_RESERVED are reserved for
  1056. // privileged processes (e.g. root). (IP_PORTRANGE_LOW)
  1057. // Default local port range, used by IP_PORTRANGE_DEFAULT
  1058. // Dynamic port range, used by IP_PORTRANGE_HIGH.
  1059. // Scanning for a free reserved port return a value below IPPORT_RESERVED,
  1060. // but higher than IPPORT_RESERVEDSTART. Traditionally the start value was
  1061. // 512, but that conflicts with some well-known-services that firewalls may
  1062. // have a fit if we use.
  1063. // Historical definitions of bits in internet address integers
  1064. // (pre-CIDR). Class A/B/C are long obsolete, and now deprecated.
  1065. // Hide these definitions from the kernel unless IN_HISTORICAL_NETS
  1066. // is defined. Provide the historical definitions to user level for now.
  1067. // Options for use with [gs]etsockopt at the IP level.
  1068. // First word of comment is data type; bool is stored in int.
  1069. // for IPSEC
  1070. // unused; was IP_FAITH
  1071. // Options for controlling the firewall and dummynet.
  1072. // Historical options (from 40 to 64) will eventually be
  1073. // replaced by only two options, IP_FW3 and IP_DUMMYNET3.
  1074. // IPv4 Source Filter Multicast API [RFC3678]
  1075. // The following option is private; do not use it from user applications.
  1076. // The following option deals with the 802.1Q Ethernet Priority Code Point
  1077. // -1 use interface default
  1078. // Protocol Independent Multicast API [RFC3678]
  1079. // Flow and RSS definitions
  1080. // Defaults and limits for options
  1081. // Limit for IPv4 multicast memberships
  1082. // Default resource limits for IPv4 multicast source filtering.
  1083. // These may be modified by sysctl.
  1084. // Argument structure for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP.
  1085. type Ip_mreq = struct {
  1086. Fimr_multiaddr struct{ Fs_addr In_addr_t }
  1087. Fimr_interface struct{ Fs_addr In_addr_t }
  1088. } /* in.h:539:1 */
  1089. // Modified argument structure for IP_MULTICAST_IF, obtained from Linux.
  1090. // This is used to specify an interface index for multicast sends, as
  1091. // the IPv4 legacy APIs do not support this (unless IP_SENDIF is available).
  1092. type Ip_mreqn = struct {
  1093. Fimr_multiaddr struct{ Fs_addr In_addr_t }
  1094. Fimr_address struct{ Fs_addr In_addr_t }
  1095. Fimr_ifindex int32
  1096. } /* in.h:549:1 */
  1097. // Argument structure for IPv4 Multicast Source Filter APIs. [RFC3678]
  1098. type Ip_mreq_source = struct {
  1099. Fimr_multiaddr struct{ Fs_addr In_addr_t }
  1100. Fimr_sourceaddr struct{ Fs_addr In_addr_t }
  1101. Fimr_interface struct{ Fs_addr In_addr_t }
  1102. } /* in.h:558:1 */
  1103. // Argument structures for Protocol-Independent Multicast Source
  1104. // Filter APIs. [RFC3678]
  1105. type Group_req = struct {
  1106. Fgr_interface Uint32_t
  1107. F__ccgo_pad1 [4]byte
  1108. Fgr_group struct {
  1109. Fss_len uint8
  1110. Fss_family Sa_family_t
  1111. F__ss_pad1 [6]uint8
  1112. F__ss_align X__int64_t
  1113. F__ss_pad2 [112]uint8
  1114. }
  1115. } /* in.h:568:1 */
  1116. type Group_source_req = struct {
  1117. Fgsr_interface Uint32_t
  1118. F__ccgo_pad1 [4]byte
  1119. Fgsr_group struct {
  1120. Fss_len uint8
  1121. Fss_family Sa_family_t
  1122. F__ss_pad1 [6]uint8
  1123. F__ss_align X__int64_t
  1124. F__ss_pad2 [112]uint8
  1125. }
  1126. Fgsr_source struct {
  1127. Fss_len uint8
  1128. Fss_family Sa_family_t
  1129. F__ss_pad1 [6]uint8
  1130. F__ss_align X__int64_t
  1131. F__ss_pad2 [112]uint8
  1132. }
  1133. } /* in.h:573:1 */
  1134. // The following structure is private; do not use it from user applications.
  1135. // It is used to communicate IP_MSFILTER/IPV6_MSFILTER information between
  1136. // the RFC 3678 libc functions and the kernel.
  1137. type X__msfilterreq = struct {
  1138. Fmsfr_ifindex Uint32_t
  1139. Fmsfr_fmode Uint32_t
  1140. Fmsfr_nsrcs Uint32_t
  1141. F__ccgo_pad1 [4]byte
  1142. Fmsfr_group struct {
  1143. Fss_len uint8
  1144. Fss_family Sa_family_t
  1145. F__ss_pad1 [6]uint8
  1146. F__ss_align X__int64_t
  1147. F__ss_pad2 [112]uint8
  1148. }
  1149. Fmsfr_srcs uintptr
  1150. F__ccgo_pad2 [4]byte
  1151. } /* in.h:586:1 */
  1152. // Filter modes; also used to represent per-socket filter mode internally.
  1153. // Argument for IP_PORTRANGE:
  1154. // - which range to search when port is unspecified at bind() or connect()
  1155. // Identifiers for IP sysctl nodes
  1156. // IPCTL_RTEXPIRE 5 deprecated
  1157. // IPCTL_RTMINEXPIRE 6 deprecated
  1158. // IPCTL_RTMAXCACHE 7 deprecated
  1159. // 15, unused, was: IPCTL_KEEPFAITH
  1160. // INET6 stuff
  1161. // -
  1162. // SPDX-License-Identifier: BSD-3-Clause
  1163. //
  1164. // Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  1165. // All rights reserved.
  1166. //
  1167. // Redistribution and use in source and binary forms, with or without
  1168. // modification, are permitted provided that the following conditions
  1169. // are met:
  1170. // 1. Redistributions of source code must retain the above copyright
  1171. // notice, this list of conditions and the following disclaimer.
  1172. // 2. Redistributions in binary form must reproduce the above copyright
  1173. // notice, this list of conditions and the following disclaimer in the
  1174. // documentation and/or other materials provided with the distribution.
  1175. // 3. Neither the name of the project nor the names of its contributors
  1176. // may be used to endorse or promote products derived from this software
  1177. // without specific prior written permission.
  1178. //
  1179. // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  1180. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1181. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1182. // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  1183. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1184. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1185. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1186. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1187. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1188. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1189. // SUCH DAMAGE.
  1190. //
  1191. // $KAME: in6.h,v 1.89 2001/05/27 13:28:35 itojun Exp $
  1192. // -
  1193. // Copyright (c) 1982, 1986, 1990, 1993
  1194. // The Regents of the University of California. All rights reserved.
  1195. //
  1196. // Redistribution and use in source and binary forms, with or without
  1197. // modification, are permitted provided that the following conditions
  1198. // are met:
  1199. // 1. Redistributions of source code must retain the above copyright
  1200. // notice, this list of conditions and the following disclaimer.
  1201. // 2. Redistributions in binary form must reproduce the above copyright
  1202. // notice, this list of conditions and the following disclaimer in the
  1203. // documentation and/or other materials provided with the distribution.
  1204. // 3. Neither the name of the University nor the names of its contributors
  1205. // may be used to endorse or promote products derived from this software
  1206. // without specific prior written permission.
  1207. //
  1208. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  1209. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1210. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1211. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1212. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1213. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1214. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1215. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1216. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1217. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1218. // SUCH DAMAGE.
  1219. //
  1220. // @(#)in.h 8.3 (Berkeley) 1/3/94
  1221. // $FreeBSD$
  1222. // Identification of the network protocol stack
  1223. // for *BSD-current/release: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE
  1224. // has the table of implementation/integration differences.
  1225. // IPv6 port allocation rules should mirror the IPv4 rules and are controlled
  1226. // by the net.inet.ip.portrange sysctl tree. The following defines exist
  1227. // for compatibility with userland applications that need them.
  1228. // IPv6 address
  1229. type In6_addr = struct {
  1230. F__u6_addr struct {
  1231. F__ccgo_pad1 [0]uint32
  1232. F__u6_addr8 [16]Uint8_t
  1233. }
  1234. } /* in6.h:97:1 */
  1235. // XXX missing POSIX.1-2001 macro IPPROTO_IPV6.
  1236. // Socket address for IPv6
  1237. type Sockaddr_in6 = struct {
  1238. Fsin6_len Uint8_t
  1239. Fsin6_family Sa_family_t
  1240. Fsin6_port In_port_t
  1241. Fsin6_flowinfo Uint32_t
  1242. Fsin6_addr struct {
  1243. F__u6_addr struct {
  1244. F__ccgo_pad1 [0]uint32
  1245. F__u6_addr8 [16]Uint8_t
  1246. }
  1247. }
  1248. Fsin6_scope_id Uint32_t
  1249. } /* in6.h:125:1 */
  1250. type Route_in6 = struct {
  1251. Fro_nh uintptr
  1252. Fro_lle uintptr
  1253. Fro_prepend uintptr
  1254. Fro_plen Uint16_t
  1255. Fro_flags Uint16_t
  1256. Fro_mtu Uint16_t
  1257. Fspare Uint16_t
  1258. Fro_dst struct {
  1259. Fsin6_len Uint8_t
  1260. Fsin6_family Sa_family_t
  1261. Fsin6_port In_port_t
  1262. Fsin6_flowinfo Uint32_t
  1263. Fsin6_addr struct {
  1264. F__u6_addr struct {
  1265. F__ccgo_pad1 [0]uint32
  1266. F__u6_addr8 [16]Uint8_t
  1267. }
  1268. }
  1269. Fsin6_scope_id Uint32_t
  1270. }
  1271. } /* in6.h:379:1 */
  1272. // Options for use with [gs]etsockopt at the IPV6 level.
  1273. // First word of comment is data type; bool is stored in int.
  1274. // no hdrincl
  1275. // RFC2292 options
  1276. // 29; unused; was IPV6_FAITH
  1277. // new socket options introduced in RFC3542
  1278. // more new socket options introduced in RFC3542
  1279. // The following option is private; do not use it from user applications.
  1280. // It is deliberately defined to the same value as IP_MSFILTER.
  1281. // The following option deals with the 802.1Q Ethernet Priority Code Point
  1282. // -1 use interface default
  1283. // to define items, should talk with KAME guys first, for *BSD compatibility
  1284. // Defaults and limits for options
  1285. // Limit for IPv6 multicast memberships
  1286. // Default resource limits for IPv6 multicast source filtering.
  1287. // These may be modified by sysctl.
  1288. // Argument structure for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.
  1289. type Ipv6_mreq = struct {
  1290. Fipv6mr_multiaddr struct {
  1291. F__u6_addr struct {
  1292. F__ccgo_pad1 [0]uint32
  1293. F__u6_addr8 [16]Uint8_t
  1294. }
  1295. }
  1296. Fipv6mr_interface uint32
  1297. } /* in6.h:545:1 */
  1298. // IPV6_PKTINFO: Packet information(RFC2292 sec 5)
  1299. type In6_pktinfo = struct {
  1300. Fipi6_addr struct {
  1301. F__u6_addr struct {
  1302. F__ccgo_pad1 [0]uint32
  1303. F__u6_addr8 [16]Uint8_t
  1304. }
  1305. }
  1306. Fipi6_ifindex uint32
  1307. } /* in6.h:553:1 */
  1308. // Control structure for IPV6_RECVPATHMTU socket option.
  1309. type Ip6_mtuinfo = struct {
  1310. Fip6m_addr struct {
  1311. Fsin6_len Uint8_t
  1312. Fsin6_family Sa_family_t
  1313. Fsin6_port In_port_t
  1314. Fsin6_flowinfo Uint32_t
  1315. Fsin6_addr struct {
  1316. F__u6_addr struct {
  1317. F__ccgo_pad1 [0]uint32
  1318. F__u6_addr8 [16]Uint8_t
  1319. }
  1320. }
  1321. Fsin6_scope_id Uint32_t
  1322. }
  1323. Fip6m_mtu Uint32_t
  1324. } /* in6.h:561:1 */
  1325. var _ uint8 /* gen.c:2:13: */