]> sourceware.org Git - glibc.git/blob - inet/Versions
e6d1e6f1ba3d72727bdb0060e53a84c59953c3fb
[glibc.git] / inet / Versions
1 libc {
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 getdomainname; gethostbyaddr; gethostbyaddr_r; gethostbyname;
18 gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent;
19 gethostent_r; getnetbyaddr; getnetbyaddr_r; getnetbyname;
20 getnetbyname_r; getnetent; getnetent_r; getnetgrent; getnetgrent_r;
21 getprotobyname; getprotobyname_r; getprotobynumber;
22 getprotobynumber_r; getprotoent; getprotoent_r;
23 getservbyname; getservbyname_r; getservbyport;
24 getservbyport_r; getservent; getservent_r;
25
26 # h*
27 htonl; htons;
28
29 # i*
30 inet_addr; inet_aton; inet_lnaof; inet_makeaddr; inet_netof; inet_network;
31 inet_nsap_addr; inet_nsap_ntoa; inet_ntoa; inet_ntop; inet_pton; innetgr;
32 iruserok;
33
34 # n*
35 ntohl; ntohs;
36
37 # r*
38 rcmd; rexec; rresvport; ruserok; ruserpass;
39
40 # s*
41 setaliasent; setnetent; setnetgrent; setprotoent; setservent;
42 }
43 GLIBC_2.1 {
44 # variables in normal name space
45 in6addr_any; in6addr_loopback;
46
47 # i*
48 if_freenameindex; if_indextoname; if_nameindex; if_nametoindex;
49 }
50 GLIBC_2.1.2 {
51 # g*
52 getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r;
53 gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
54 getnetent_r; getnetgrent_r; getprotobyname_r; getprotobynumber_r;
55 getprotoent_r; getservbyname_r;
56 getservbyport_r;
57 getservent_r;
58 }
59 GLIBC_2.2 {
60 # i*
61 iruserok_af;
62 # r*
63 rcmd_af; rexec_af; rresvport_af; ruserok_af;
64 }
65 GLIBC_2.3 {
66 # f*
67 freeifaddrs;
68 # g*
69 getifaddrs;
70 }
71 GLIBC_2.3.3 {
72 inet6_option_space; inet6_option_init; inet6_option_append;
73 inet6_option_alloc; inet6_option_next; inet6_option_find;
74 }
75 GLIBC_2.3.4 {
76 getipv4sourcefilter; setipv4sourcefilter;
77 getsourcefilter; setsourcefilter;
78 }
79 GLIBC_2.5 {
80 inet6_opt_init; inet6_opt_append; inet6_opt_finish; inet6_opt_set_val;
81 inet6_opt_next; inet6_opt_find; inet6_opt_get_val;
82 inet6_rth_space; inet6_rth_init; inet6_rth_add; inet6_rth_reverse;
83 inet6_rth_segments; inet6_rth_getaddr;
84 }
85 GLIBC_PRIVATE {
86 # functions used in other libraries
87 __internal_endnetgrent; __internal_getnetgrent_r;
88 __internal_setnetgrent;
89
90 # Used from nscd.
91 __inet6_scopeid_pton;
92 __idna_to_dns_encoding;
93 __idna_from_dns_encoding;
94 }
95 }
This page took 0.044988 seconds and 4 git commands to generate.