1libc {
2  GLIBC_2.0 {
3    # functions with required interface outside normal name space
4    __ivaliduser; __check_rhosts_file; __rcmd_errstr;
5
6    # variables in normal name space
7    rexecoptions;
8
9    # e*
10    endaliasent; endhostent; endnetent; endnetgrent; endprotoent; endservent;
11
12    # e*
13    ether_aton; ether_aton_r; ether_hostton; ether_line; ether_ntoa;
14    ether_ntoa_r; ether_ntohost;
15
16    # g*
17    getaliasbyname; getaliasbyname_r; getaliasent; getaliasent_r;
18    getdomainname; gethostbyaddr; gethostbyaddr_r; gethostbyname;
19    gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent;
20    gethostent_r; getnetbyaddr; getnetbyaddr_r; getnetbyname;
21    getnetbyname_r; getnetent; getnetent_r; getnetgrent; getnetgrent_r;
22    getprotobyname; getprotobyname_r; getprotobynumber;
23    getprotobynumber_r; getprotoent; getprotoent_r;
24    getservbyname; getservbyname_r; getservbyport;
25    getservbyport_r; getservent; getservent_r;
26
27    # h*
28    htonl; htons;
29
30    # i*
31    inet_addr; inet_aton; inet_lnaof; inet_makeaddr; inet_netof; inet_network;
32    inet_nsap_addr; inet_nsap_ntoa; inet_ntoa; inet_ntop; inet_pton; innetgr;
33    iruserok;
34
35    # n*
36    ntohl; ntohs;
37
38    # r*
39    rcmd; rexec; rresvport; ruserok; ruserpass;
40
41    # s*
42    setaliasent; setnetent; setnetgrent; setprotoent; setservent;
43  }
44  GLIBC_2.1 {
45    # variables in normal name space
46    in6addr_any; in6addr_loopback;
47
48    # i*
49    if_freenameindex; if_indextoname; if_nameindex; if_nametoindex;
50  }
51  GLIBC_2.1.2 {
52    # g*
53    getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r;
54    gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
55    getnetent_r; getnetgrent_r; getprotobyname_r; getprotobynumber_r;
56    getprotoent_r; getservbyname_r;
57    getservbyport_r;
58    getservent_r;
59  }
60  GLIBC_2.2 {
61    # i*
62    iruserok_af;
63    # r*
64    rcmd_af; rexec_af; rresvport_af; ruserok_af;
65  }
66  GLIBC_2.3 {
67    # f*
68    freeifaddrs;
69    # g*
70    getifaddrs;
71  }
72  GLIBC_2.3.3 {
73    inet6_option_space; inet6_option_init; inet6_option_append;
74    inet6_option_alloc; inet6_option_next; inet6_option_find;
75  }
76  GLIBC_2.3.4 {
77    getipv4sourcefilter; setipv4sourcefilter;
78    getsourcefilter; setsourcefilter;
79  }
80  GLIBC_2.5 {
81    inet6_opt_init; inet6_opt_append; inet6_opt_finish; inet6_opt_set_val;
82    inet6_opt_next; inet6_opt_find; inet6_opt_get_val;
83    inet6_rth_space; inet6_rth_init; inet6_rth_add; inet6_rth_reverse;
84    inet6_rth_segments; inet6_rth_getaddr;
85  }
86  GLIBC_PRIVATE {
87    # functions used in other libraries
88    __internal_endnetgrent; __internal_getnetgrent_r;
89    __internal_setnetgrent;
90
91    # Used from nscd.
92    __inet6_scopeid_pton;
93    __idna_to_dns_encoding;
94    __idna_from_dns_encoding;
95  }
96}
97