1 /* sysinfo.c -- input for mksysinfo.sh
3 Copyright 2009 The Go Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file. */
7 /* This file is passed to GCC with the -fdump-go-spec option to
8 generate a Go version of the system information. */
13 #include <sys/types.h>
18 #include <netinet/in.h>
19 /* <netinet/tcp.h> needs u_char/u_short, but <sys/bsd_types> is only
20 included by <netinet/in.h> if _SGIAPI (i.e. _SGI_SOURCE
22 <sys/termios.h> only defines TIOCNOTTY if !_XOPEN_SOURCE, while
23 <sys/ttold.h> does so unconditionally. */
25 #include <sys/bsd_types.h>
26 #include <sys/ttold.h>
28 #include <netinet/tcp.h>
29 #if defined(HAVE_NETINET_IN_SYSTM_H)
30 #include <netinet/in_systm.h>
32 #if defined(HAVE_NETINET_IP_H)
33 #include <netinet/ip.h>
35 #if defined(HAVE_NETINET_IP_MROUTE_H)
36 #include <netinet/ip_mroute.h>
38 #if defined(HAVE_NETINET_IF_ETHER_H)
39 #include <netinet/if_ether.h>
42 #include <sys/ioctl.h>
44 #if defined(HAVE_SYSCALL_H)
47 #if defined(HAVE_SYS_SYSCALL_H)
48 #include <sys/syscall.h>
50 #if defined(HAVE_SYS_EPOLL_H)
51 #include <sys/epoll.h>
53 #if defined(HAVE_SYS_EVENT_H)
54 #include <sys/event.h>
56 #if defined(HAVE_SYS_FILE_H)
59 #if defined(HAVE_SYS_MMAN_H)
62 #if defined(HAVE_SYS_PRCTL_H)
63 #include <sys/prctl.h>
65 #if defined(HAVE_SYS_PTRACE_H)
66 #include <sys/ptrace.h>
68 #include <sys/resource.h>
70 #include <sys/socket.h>
73 #include <sys/times.h>
76 #if defined(HAVE_SYS_USER_H)
79 #if defined(HAVE_SYS_UTSNAME_H)
80 #include <sys/utsname.h>
82 #if defined(HAVE_SYS_SELECT_H)
83 #include <sys/select.h>
90 #if defined(HAVE_LINUX_FILTER_H)
91 #include <linux/filter.h>
93 #if defined(HAVE_LINUX_IF_ADDR_H)
94 #include <linux/if_addr.h>
96 #if defined(HAVE_LINUX_IF_ETHER_H)
97 #include <linux/if_ether.h>
99 #if defined(HAVE_LINUX_IF_TUN_H)
100 #include <linux/if_tun.h>
102 #if defined(HAVE_LINUX_NETLINK_H)
103 #include <linux/netlink.h>
105 #if defined(HAVE_LINUX_RTNETLINK_H)
106 #include <linux/rtnetlink.h>
108 #if defined(HAVE_NET_IF_H)
111 #if defined(HAVE_NET_IF_ARP_H)
112 #include <net/if_arp.h>
114 #if defined(HAVE_NET_ROUTE_H)
115 #include <net/route.h>
117 #if defined (HAVE_NETPACKET_PACKET_H)
118 #include <netpacket/packet.h>
120 #if defined(HAVE_SYS_MOUNT_H)
121 #include <sys/mount.h>
123 #if defined(HAVE_SYS_VFS_H)
126 #if defined(HAVE_STATFS_H)
127 #include <sys/statfs.h>
129 #if defined(HAVE_SYS_TIMEX_H)
130 #include <sys/timex.h>
132 #if defined(HAVE_SYS_SYSINFO_H)
133 #include <sys/sysinfo.h>
135 #if defined(HAVE_USTAT_H)
138 #if defined(HAVE_UTIME_H)
141 #if defined(HAVE_LINUX_ETHER_H)
142 #include <linux/ether.h>
144 #if defined(HAVE_LINUX_FS_H)
145 #include <linux/fs.h>
147 #if defined(HAVE_LINUX_REBOOT_H)
148 #include <linux/reboot.h>
150 #if defined(HAVE_SYS_INOTIFY_H)
151 #include <sys/inotify.h>
153 #if defined(HAVE_NETINET_ICMP6_H)
154 #include <netinet/icmp6.h>
156 #if defined(HAVE_SCHED_H)
159 #if defined(HAVE_SEMAPHORE_H)
160 #include <semaphore.h>
162 #if defined(HAVE_PORT_H)
170 /* Constants that may only be defined as expressions on some systems,
171 expressions too complex for -fdump-go-spec to handle. These are
172 handled specially below. */
175 TIOCGWINSZ_val
= TIOCGWINSZ
,
178 TIOCSWINSZ_val
= TIOCSWINSZ
,
181 TIOCNOTTY_val
= TIOCNOTTY
,
184 TIOCSCTTY_val
= TIOCSCTTY
,
187 TIOCGPGRP_val
= TIOCGPGRP
,
190 TIOCSPGRP_val
= TIOCSPGRP
,
193 TIOCGPTN_val
= TIOCGPTN
,
196 TIOCSPTLCK_val
= TIOCSPTLCK
,
199 TIOCGDEV_val
= TIOCGDEV
,
202 TIOCSIG_val
= TIOCSIG
,
211 TUNSETIFF_val
= TUNSETIFF
,
214 TUNSETNOCSUM_val
= TUNSETNOCSUM
,
217 TUNSETDEBUG_val
= TUNSETDEBUG
,
220 TUNSETPERSIST_val
= TUNSETPERSIST
,
223 TUNSETOWNER_val
= TUNSETOWNER
,
226 TUNSETLINK_val
= TUNSETLINK
,
229 TUNSETGROUP_val
= TUNSETGROUP
,
231 #ifdef TUNGETFEATURES
232 TUNGETFEATURES_val
= TUNGETFEATURES
,
235 TUNSETOFFLOAD_val
= TUNSETOFFLOAD
,
237 #ifdef TUNSETTXFILTER
238 TUNSETTXFILTER_val
= TUNSETTXFILTER
,
241 TUNGETIFF_val
= TUNGETIFF
,
244 TUNGETSNDBUF_val
= TUNGETSNDBUF
,
247 TUNSETSNDBUF_val
= TUNSETSNDBUF
,
249 #ifdef TUNATTACHFILTER
250 TUNATTACHFILTER_val
= TUNATTACHFILTER
,
252 #ifdef TUNDETACHFILTER
253 TUNDETACHFILTER_val
= TUNDETACHFILTER
,
255 #ifdef TUNGETVNETHDRSZ
256 TUNGETVNETHDRSZ_val
= TUNGETVNETHDRSZ
,
258 #ifdef TUNSETVNETHDRSZ
259 TUNSETVNETHDRSZ_val
= TUNSETVNETHDRSZ
,
262 TUNSETQUEUE_val
= TUNSETQUEUE
,
265 TUNSETIFINDEX_val
= TUNSETIFINDEX
,
268 TUNGETFILTER_val
= TUNGETFILTER
,
271 NLA_HDRLEN_val
= NLA_HDRLEN
,
275 #if defined(HAVE_SYS_EPOLL_H)
277 epoll_data_offset
= offsetof(struct epoll_event
, data
)