Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/addrfams.in; do not edit. */
      2 
      3 const struct xlat addrfams[] = {
      4 #if defined(AF_UNSPEC) || (defined(HAVE_DECL_AF_UNSPEC) && HAVE_DECL_AF_UNSPEC)
      5 	XLAT(AF_UNSPEC),
      6 #endif
      7 #if defined(AF_LOCAL) || (defined(HAVE_DECL_AF_LOCAL) && HAVE_DECL_AF_LOCAL)
      8 	XLAT(AF_LOCAL),
      9 #endif
     10 #if defined(AF_UNIX) || (defined(HAVE_DECL_AF_UNIX) && HAVE_DECL_AF_UNIX)
     11 	XLAT(AF_UNIX),
     12 #endif
     13 #if defined(AF_INET) || (defined(HAVE_DECL_AF_INET) && HAVE_DECL_AF_INET)
     14 	XLAT(AF_INET),
     15 #endif
     16 #if defined(AF_AX25) || (defined(HAVE_DECL_AF_AX25) && HAVE_DECL_AF_AX25)
     17 	XLAT(AF_AX25),
     18 #endif
     19 #if defined(AF_IPX) || (defined(HAVE_DECL_AF_IPX) && HAVE_DECL_AF_IPX)
     20 	XLAT(AF_IPX),
     21 #endif
     22 #if defined(AF_APPLETALK) || (defined(HAVE_DECL_AF_APPLETALK) && HAVE_DECL_AF_APPLETALK)
     23 	XLAT(AF_APPLETALK),
     24 #endif
     25 #if defined(AF_NETROM) || (defined(HAVE_DECL_AF_NETROM) && HAVE_DECL_AF_NETROM)
     26 	XLAT(AF_NETROM),
     27 #endif
     28 #if defined(AF_BRIDGE) || (defined(HAVE_DECL_AF_BRIDGE) && HAVE_DECL_AF_BRIDGE)
     29 	XLAT(AF_BRIDGE),
     30 #endif
     31 #if defined(AF_ATMPVC) || (defined(HAVE_DECL_AF_ATMPVC) && HAVE_DECL_AF_ATMPVC)
     32 	XLAT(AF_ATMPVC),
     33 #endif
     34 #if defined(AF_X25) || (defined(HAVE_DECL_AF_X25) && HAVE_DECL_AF_X25)
     35 	XLAT(AF_X25),
     36 #endif
     37 #if defined(AF_INET6) || (defined(HAVE_DECL_AF_INET6) && HAVE_DECL_AF_INET6)
     38 	XLAT(AF_INET6),
     39 #endif
     40 #if defined(AF_ROSE) || (defined(HAVE_DECL_AF_ROSE) && HAVE_DECL_AF_ROSE)
     41 	XLAT(AF_ROSE),
     42 #endif
     43 #if defined(AF_DECnet) || (defined(HAVE_DECL_AF_DECnet) && HAVE_DECL_AF_DECnet)
     44 	XLAT(AF_DECnet),
     45 #endif
     46 #if defined(AF_NETBEUI) || (defined(HAVE_DECL_AF_NETBEUI) && HAVE_DECL_AF_NETBEUI)
     47 	XLAT(AF_NETBEUI),
     48 #endif
     49 #if defined(AF_SECURITY) || (defined(HAVE_DECL_AF_SECURITY) && HAVE_DECL_AF_SECURITY)
     50 	XLAT(AF_SECURITY),
     51 #endif
     52 #if defined(AF_KEY) || (defined(HAVE_DECL_AF_KEY) && HAVE_DECL_AF_KEY)
     53 	XLAT(AF_KEY),
     54 #endif
     55 #if defined(AF_NETLINK) || (defined(HAVE_DECL_AF_NETLINK) && HAVE_DECL_AF_NETLINK)
     56 	XLAT(AF_NETLINK),
     57 #endif
     58 #if defined(AF_ROUTE) || (defined(HAVE_DECL_AF_ROUTE) && HAVE_DECL_AF_ROUTE)
     59 	XLAT(AF_ROUTE),
     60 #endif
     61 #if defined(AF_PACKET) || (defined(HAVE_DECL_AF_PACKET) && HAVE_DECL_AF_PACKET)
     62 	XLAT(AF_PACKET),
     63 #endif
     64 #if defined(AF_ASH) || (defined(HAVE_DECL_AF_ASH) && HAVE_DECL_AF_ASH)
     65 	XLAT(AF_ASH),
     66 #endif
     67 #if defined(AF_ECONET) || (defined(HAVE_DECL_AF_ECONET) && HAVE_DECL_AF_ECONET)
     68 	XLAT(AF_ECONET),
     69 #endif
     70 #if defined(AF_ATMSVC) || (defined(HAVE_DECL_AF_ATMSVC) && HAVE_DECL_AF_ATMSVC)
     71 	XLAT(AF_ATMSVC),
     72 #endif
     73 #if defined(AF_RDS) || (defined(HAVE_DECL_AF_RDS) && HAVE_DECL_AF_RDS)
     74 	XLAT(AF_RDS),
     75 #endif
     76 #if defined(AF_SNA) || (defined(HAVE_DECL_AF_SNA) && HAVE_DECL_AF_SNA)
     77 	XLAT(AF_SNA),
     78 #endif
     79 #if defined(AF_IRDA) || (defined(HAVE_DECL_AF_IRDA) && HAVE_DECL_AF_IRDA)
     80 	XLAT(AF_IRDA),
     81 #endif
     82 #if defined(AF_PPPOX) || (defined(HAVE_DECL_AF_PPPOX) && HAVE_DECL_AF_PPPOX)
     83 	XLAT(AF_PPPOX),
     84 #endif
     85 #if defined(AF_WANPIPE) || (defined(HAVE_DECL_AF_WANPIPE) && HAVE_DECL_AF_WANPIPE)
     86 	XLAT(AF_WANPIPE),
     87 #endif
     88 #if defined(AF_LLC) || (defined(HAVE_DECL_AF_LLC) && HAVE_DECL_AF_LLC)
     89 	XLAT(AF_LLC),
     90 #endif
     91 #if defined(AF_CAN) || (defined(HAVE_DECL_AF_CAN) && HAVE_DECL_AF_CAN)
     92 	XLAT(AF_CAN),
     93 #endif
     94 #if defined(AF_TIPC) || (defined(HAVE_DECL_AF_TIPC) && HAVE_DECL_AF_TIPC)
     95 	XLAT(AF_TIPC),
     96 #endif
     97 #if defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH)
     98 	XLAT(AF_BLUETOOTH),
     99 #endif
    100 #if defined(AF_IUCV) || (defined(HAVE_DECL_AF_IUCV) && HAVE_DECL_AF_IUCV)
    101 	XLAT(AF_IUCV),
    102 #endif
    103 #if defined(AF_RXRPC) || (defined(HAVE_DECL_AF_RXRPC) && HAVE_DECL_AF_RXRPC)
    104 	XLAT(AF_RXRPC),
    105 #endif
    106 #if defined(AF_ISDN) || (defined(HAVE_DECL_AF_ISDN) && HAVE_DECL_AF_ISDN)
    107 	XLAT(AF_ISDN),
    108 #endif
    109 #if defined(AF_PHONET) || (defined(HAVE_DECL_AF_PHONET) && HAVE_DECL_AF_PHONET)
    110 	XLAT(AF_PHONET),
    111 #endif
    112 #if defined(AF_IEEE802154) || (defined(HAVE_DECL_AF_IEEE802154) && HAVE_DECL_AF_IEEE802154)
    113 	XLAT(AF_IEEE802154),
    114 #endif
    115 #if defined(AF_CAIF) || (defined(HAVE_DECL_AF_CAIF) && HAVE_DECL_AF_CAIF)
    116 	XLAT(AF_CAIF),
    117 #endif
    118 #if defined(AF_ALG) || (defined(HAVE_DECL_AF_ALG) && HAVE_DECL_AF_ALG)
    119 	XLAT(AF_ALG),
    120 #endif
    121 #if defined(AF_NFC) || (defined(HAVE_DECL_AF_NFC) && HAVE_DECL_AF_NFC)
    122 	XLAT(AF_NFC),
    123 #endif
    124 #if defined(AF_VSOCK) || (defined(HAVE_DECL_AF_VSOCK) && HAVE_DECL_AF_VSOCK)
    125 	XLAT(AF_VSOCK),
    126 #endif
    127 	XLAT_END
    128 };
    129