Versions 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. libc {
  2. GLIBC_2.0 {
  3. # functions with required interface outside normal name space
  4. __ivaliduser; __check_rhosts_file; __rcmd_errstr;
  5. # variables in normal name space
  6. rexecoptions;
  7. # e*
  8. endaliasent; endhostent; endnetent; endprotoent; endservent;
  9. # e*
  10. ether_aton; ether_aton_r; ether_line; ether_ntoa;
  11. ether_ntoa_r;
  12. # g*
  13. getdomainname;
  14. # h*
  15. htonl; htons;
  16. # i*
  17. inet_addr; inet_aton; inet_lnaof; inet_makeaddr; inet_netof; inet_network;
  18. inet_nsap_addr; inet_nsap_ntoa; inet_ntoa; inet_ntop; inet_pton; innetgr;
  19. iruserok;
  20. # n*
  21. ntohl; ntohs;
  22. # r*
  23. rcmd; rexec; rresvport; ruserok; ruserpass;
  24. # s*
  25. setaliasent; setnetent; setprotoent; setservent;
  26. }
  27. GLIBC_2.1 {
  28. # variables in normal name space
  29. in6addr_any; in6addr_loopback;
  30. # i*
  31. if_freenameindex; if_indextoname; if_nameindex; if_nametoindex;
  32. }
  33. GLIBC_2.1.2 {
  34. # g*
  35. getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r;
  36. gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
  37. getnetent_r;
  38. }
  39. GLIBC_2.2 {
  40. # i*
  41. iruserok_af;
  42. # r*
  43. rcmd_af; rexec_af; rresvport_af; ruserok_af;
  44. }
  45. GLIBC_2.3 {
  46. # f*
  47. freeifaddrs;
  48. # g*
  49. getifaddrs;
  50. }
  51. GLIBC_2.3.3 {
  52. inet6_option_space; inet6_option_init; inet6_option_append;
  53. inet6_option_alloc; inet6_option_next; inet6_option_find;
  54. }
  55. GLIBC_2.3.4 {
  56. getipv4sourcefilter; setipv4sourcefilter;
  57. getsourcefilter; setsourcefilter;
  58. }
  59. GLIBC_2.5 {
  60. inet6_opt_init; inet6_opt_append; inet6_opt_finish; inet6_opt_set_val;
  61. inet6_opt_next; inet6_opt_find; inet6_opt_get_val;
  62. inet6_rth_space; inet6_rth_init; inet6_rth_add; inet6_rth_reverse;
  63. inet6_rth_segments; inet6_rth_getaddr;
  64. }
  65. GLIBC_PRIVATE {
  66. # Used from nscd.
  67. __inet6_scopeid_pton;
  68. __idna_to_dns_encoding;
  69. __idna_from_dns_encoding;
  70. }
  71. }