blob: 7b1d7f25ca00783f87e4dd3bc2acdaa93be73b95 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/addrfams.in; do not edit. */
2
3const struct xlat addrfams[] = {
4#if defined(AF_UNSPEC) || (defined(HAVE_DECL_AF_UNSPEC) && HAVE_DECL_AF_UNSPEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(AF_UNSPEC),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(AF_LOCAL) || (defined(HAVE_DECL_AF_LOCAL) && HAVE_DECL_AF_LOCAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(AF_LOCAL),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(AF_UNIX) || (defined(HAVE_DECL_AF_UNIX) && HAVE_DECL_AF_UNIX)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(AF_UNIX),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(AF_INET) || (defined(HAVE_DECL_AF_INET) && HAVE_DECL_AF_INET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(AF_INET),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(AF_AX25) || (defined(HAVE_DECL_AF_AX25) && HAVE_DECL_AF_AX25)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(AF_AX25),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(AF_IPX) || (defined(HAVE_DECL_AF_IPX) && HAVE_DECL_AF_IPX)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(AF_IPX),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(AF_APPLETALK) || (defined(HAVE_DECL_AF_APPLETALK) && HAVE_DECL_AF_APPLETALK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(AF_APPLETALK),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(AF_NETROM) || (defined(HAVE_DECL_AF_NETROM) && HAVE_DECL_AF_NETROM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(AF_NETROM),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(AF_BRIDGE) || (defined(HAVE_DECL_AF_BRIDGE) && HAVE_DECL_AF_BRIDGE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(AF_BRIDGE),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(AF_ATMPVC) || (defined(HAVE_DECL_AF_ATMPVC) && HAVE_DECL_AF_ATMPVC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(AF_ATMPVC),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(AF_X25) || (defined(HAVE_DECL_AF_X25) && HAVE_DECL_AF_X25)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(AF_X25),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(AF_INET6) || (defined(HAVE_DECL_AF_INET6) && HAVE_DECL_AF_INET6)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(AF_INET6),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(AF_ROSE) || (defined(HAVE_DECL_AF_ROSE) && HAVE_DECL_AF_ROSE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(AF_ROSE),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(AF_DECnet) || (defined(HAVE_DECL_AF_DECnet) && HAVE_DECL_AF_DECnet)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(AF_DECnet),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(AF_NETBEUI) || (defined(HAVE_DECL_AF_NETBEUI) && HAVE_DECL_AF_NETBEUI)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(AF_NETBEUI),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(AF_SECURITY) || (defined(HAVE_DECL_AF_SECURITY) && HAVE_DECL_AF_SECURITY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(AF_SECURITY),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(AF_KEY) || (defined(HAVE_DECL_AF_KEY) && HAVE_DECL_AF_KEY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(AF_KEY),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
55#if defined(AF_NETLINK) || (defined(HAVE_DECL_AF_NETLINK) && HAVE_DECL_AF_NETLINK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT(AF_NETLINK),
Elliott Hughes82728372014-06-06 22:49:31 -070057#endif
58#if defined(AF_ROUTE) || (defined(HAVE_DECL_AF_ROUTE) && HAVE_DECL_AF_ROUTE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(AF_ROUTE),
Elliott Hughes82728372014-06-06 22:49:31 -070060#endif
61#if defined(AF_PACKET) || (defined(HAVE_DECL_AF_PACKET) && HAVE_DECL_AF_PACKET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070062 XLAT(AF_PACKET),
Elliott Hughes82728372014-06-06 22:49:31 -070063#endif
64#if defined(AF_ASH) || (defined(HAVE_DECL_AF_ASH) && HAVE_DECL_AF_ASH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070065 XLAT(AF_ASH),
Elliott Hughes82728372014-06-06 22:49:31 -070066#endif
67#if defined(AF_ECONET) || (defined(HAVE_DECL_AF_ECONET) && HAVE_DECL_AF_ECONET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070068 XLAT(AF_ECONET),
Elliott Hughes82728372014-06-06 22:49:31 -070069#endif
70#if defined(AF_ATMSVC) || (defined(HAVE_DECL_AF_ATMSVC) && HAVE_DECL_AF_ATMSVC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070071 XLAT(AF_ATMSVC),
Elliott Hughes82728372014-06-06 22:49:31 -070072#endif
73#if defined(AF_RDS) || (defined(HAVE_DECL_AF_RDS) && HAVE_DECL_AF_RDS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070074 XLAT(AF_RDS),
Elliott Hughes82728372014-06-06 22:49:31 -070075#endif
76#if defined(AF_SNA) || (defined(HAVE_DECL_AF_SNA) && HAVE_DECL_AF_SNA)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070077 XLAT(AF_SNA),
Elliott Hughes82728372014-06-06 22:49:31 -070078#endif
79#if defined(AF_IRDA) || (defined(HAVE_DECL_AF_IRDA) && HAVE_DECL_AF_IRDA)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070080 XLAT(AF_IRDA),
Elliott Hughes82728372014-06-06 22:49:31 -070081#endif
82#if defined(AF_PPPOX) || (defined(HAVE_DECL_AF_PPPOX) && HAVE_DECL_AF_PPPOX)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070083 XLAT(AF_PPPOX),
Elliott Hughes82728372014-06-06 22:49:31 -070084#endif
85#if defined(AF_WANPIPE) || (defined(HAVE_DECL_AF_WANPIPE) && HAVE_DECL_AF_WANPIPE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070086 XLAT(AF_WANPIPE),
Elliott Hughes82728372014-06-06 22:49:31 -070087#endif
88#if defined(AF_LLC) || (defined(HAVE_DECL_AF_LLC) && HAVE_DECL_AF_LLC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070089 XLAT(AF_LLC),
Elliott Hughes82728372014-06-06 22:49:31 -070090#endif
91#if defined(AF_CAN) || (defined(HAVE_DECL_AF_CAN) && HAVE_DECL_AF_CAN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070092 XLAT(AF_CAN),
Elliott Hughes82728372014-06-06 22:49:31 -070093#endif
94#if defined(AF_TIPC) || (defined(HAVE_DECL_AF_TIPC) && HAVE_DECL_AF_TIPC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070095 XLAT(AF_TIPC),
Elliott Hughes82728372014-06-06 22:49:31 -070096#endif
97#if defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070098 XLAT(AF_BLUETOOTH),
Elliott Hughes82728372014-06-06 22:49:31 -070099#endif
100#if defined(AF_IUCV) || (defined(HAVE_DECL_AF_IUCV) && HAVE_DECL_AF_IUCV)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700101 XLAT(AF_IUCV),
Elliott Hughes82728372014-06-06 22:49:31 -0700102#endif
103#if defined(AF_RXRPC) || (defined(HAVE_DECL_AF_RXRPC) && HAVE_DECL_AF_RXRPC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700104 XLAT(AF_RXRPC),
Elliott Hughes82728372014-06-06 22:49:31 -0700105#endif
106#if defined(AF_ISDN) || (defined(HAVE_DECL_AF_ISDN) && HAVE_DECL_AF_ISDN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700107 XLAT(AF_ISDN),
Elliott Hughes82728372014-06-06 22:49:31 -0700108#endif
109#if defined(AF_PHONET) || (defined(HAVE_DECL_AF_PHONET) && HAVE_DECL_AF_PHONET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700110 XLAT(AF_PHONET),
Elliott Hughes82728372014-06-06 22:49:31 -0700111#endif
112#if defined(AF_IEEE802154) || (defined(HAVE_DECL_AF_IEEE802154) && HAVE_DECL_AF_IEEE802154)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700113 XLAT(AF_IEEE802154),
Elliott Hughes82728372014-06-06 22:49:31 -0700114#endif
115#if defined(AF_CAIF) || (defined(HAVE_DECL_AF_CAIF) && HAVE_DECL_AF_CAIF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700116 XLAT(AF_CAIF),
Elliott Hughes82728372014-06-06 22:49:31 -0700117#endif
118#if defined(AF_ALG) || (defined(HAVE_DECL_AF_ALG) && HAVE_DECL_AF_ALG)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700119 XLAT(AF_ALG),
Elliott Hughes82728372014-06-06 22:49:31 -0700120#endif
121#if defined(AF_NFC) || (defined(HAVE_DECL_AF_NFC) && HAVE_DECL_AF_NFC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700122 XLAT(AF_NFC),
Elliott Hughes82728372014-06-06 22:49:31 -0700123#endif
124#if defined(AF_VSOCK) || (defined(HAVE_DECL_AF_VSOCK) && HAVE_DECL_AF_VSOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700125 XLAT(AF_VSOCK),
Elliott Hughes82728372014-06-06 22:49:31 -0700126#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700127 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -0700128};