1998-12-08 13:12:47 +00:00
|
|
|
#ifndef _NETDB_H
|
1995-08-22 22:47:57 +00:00
|
|
|
#include <resolv/netdb.h>
|
1998-12-08 13:12:47 +00:00
|
|
|
|
|
|
|
/* Document internal interfaces. */
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __gethostent_r (struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_gethostent_r (struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
Update.
* conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
arpa/inet.h.
* conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
posix_fallocate, and posix_madvise.
* conform/data/netdb.h-data: New file.
* conform/data/pthread.h-data: Add pthread_barrier_t,
pthread_barrierattr_t, pthread_barrier_destroy,
pthread_barrier_init, pthread_barrier_wait,
pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
pthread_barrierattr_init, pthread_barrierattr_setpshared,
pthread_condattr_getclock, pthread_condattr_setclock,
pthread_getcpuclockid, pthread_mutex_timedlock,
pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
* conform/data/sched.h-data: Add sched_ss_low_priority,
sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
SCHED_SPORADIC.
* conform/data/semaphore.h-data: Add sem_timedwait.
* conform/data/signal.h-data: Add SIGIO.
* conform/data/spawn.h-data: New file.
* conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
* conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
Fix typo in gmtime_r definition.
* conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
_POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
_POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
_POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
_POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
_XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
_POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
_POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
_SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
_SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
_SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
_SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
_SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
_SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
_SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
_SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
_SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
_SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
_SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
_PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid. Fix
typo in off_t definition.
* conform/data/net/if.h-data: New file.
* conform/data/netinet/in.h-data: New file.
* conform/data/netinet/tcp.h-data: New file.
* conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
and posix_typed_mem_open.
* conform/data/sys/socket.h-data: New file.
* conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
* conform/data/sys/types.h-data: Add pthread_barrier_t,
pthread_barrierattr_t, and pthread_spinlock_t.
* conform/data/sys/un.h-data: New file.
* conform/data/sys/utsname.h-data: New file.
* include/netdb.h (__gethostbyaddr_r): Fix types of first and second
parameter.
* inet/gethstbyad.c (gethostbyname): Likewise.
* inet/gethstbyad_t.c (gethostbyname_r): Likewise.
* inet/getipnodebyad.c (getipnodebyad): Likewise.
* nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
Likewise.
* nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
* nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
* nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
* nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
* resolv/gethnamaddr.c (gethostbyname): Likewise.
* resolv/netdb.h (struct hostent): Fix type of h_length member.
(gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
and second parameter.
2000-04-29 Andreas Jaeger <aj@suse.de>
* conform/data/arpa/inet.h-data: New file.
2000-04-30 04:17:35 +00:00
|
|
|
extern int __gethostbyaddr_r (__const void *__restrict __addr,
|
|
|
|
socklen_t __len, int __type,
|
1999-10-19 13:53:34 +00:00
|
|
|
struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_gethostbyaddr_r (__const void *__restrict __addr,
|
|
|
|
socklen_t __len, int __type,
|
|
|
|
struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __gethostbyname_r (__const char *__restrict __name,
|
|
|
|
struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_gethostbyname_r (__const char *__restrict __name,
|
|
|
|
struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __gethostbyname2_r (__const char *__restrict __name, int __af,
|
|
|
|
struct hostent *__restrict __result_buf,
|
1998-12-08 13:12:47 +00:00
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-10-19 13:53:34 +00:00
|
|
|
struct hostent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_gethostbyname2_r (__const char *__restrict __name, int __af,
|
|
|
|
struct hostent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct hostent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getnetent_r (struct netent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct netent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getnetent_r (struct netent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct netent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
2000-04-01 22:30:22 +00:00
|
|
|
extern int __getnetbyaddr_r (uint32_t __net, int __type,
|
1999-10-19 13:53:34 +00:00
|
|
|
struct netent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct netent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getnetbyaddr_r (uint32_t __net, int __type,
|
|
|
|
struct netent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct netent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getnetbyname_r (__const char *__restrict __name,
|
|
|
|
struct netent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct netent **__restrict __result,
|
1999-11-23 17:22:17 +00:00
|
|
|
int *__restrict __h_errnop);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getnetbyname_r (__const char *__restrict __name,
|
|
|
|
struct netent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct netent **__restrict __result,
|
|
|
|
int *__restrict __h_errnop);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getservent_r (struct servent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-11-23 17:22:17 +00:00
|
|
|
struct servent **__restrict __result);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getservent_r (struct servent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct servent **__restrict __result);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getservbyname_r (__const char *__restrict __name,
|
|
|
|
__const char *__restrict __proto,
|
|
|
|
struct servent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-11-23 17:22:17 +00:00
|
|
|
struct servent **__restrict __result);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getservbyname_r (__const char *__restrict __name,
|
|
|
|
__const char *__restrict __proto,
|
|
|
|
struct servent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct servent **__restrict __result);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getservbyport_r (int __port,
|
|
|
|
__const char *__restrict __proto,
|
|
|
|
struct servent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-11-23 17:22:17 +00:00
|
|
|
struct servent **__restrict __result);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getservbyport_r (int __port,
|
|
|
|
__const char *__restrict __proto,
|
|
|
|
struct servent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct servent **__restrict __result);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getprotoent_r (struct protoent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-11-23 17:22:17 +00:00
|
|
|
struct protoent **__restrict __result);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getprotoent_r (struct protoent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct protoent **__restrict __result);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getprotobyname_r (__const char *__restrict __name,
|
|
|
|
struct protoent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-11-23 17:22:17 +00:00
|
|
|
struct protoent **__restrict __result);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getprotobyname_r (__const char *__restrict __name,
|
|
|
|
struct protoent *__restrict __result_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct protoent **__restrict __result);
|
1999-10-19 13:53:34 +00:00
|
|
|
|
|
|
|
extern int __getprotobynumber_r (int __proto,
|
|
|
|
struct protoent *__restrict __res_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
1999-11-23 17:22:17 +00:00
|
|
|
struct protoent **__restrict __result);
|
Update.
2000-11-26 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Adjust casts to avoid warnings.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
* include/aliases.h: Add prototypes for internal __getalias* functions.
* include/netdb.h: Add prototypes for __old_gethostent_r,
__old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
__old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
__old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
__old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
* include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
__old_getrpcbynumber_r, __old_getrpcent_r.
* include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
__getrpcent_r prototypes.
2000-11-26 09:44:30 +00:00
|
|
|
extern int __old_getprotobynumber_r (int __proto,
|
|
|
|
struct protoent *__restrict __res_buf,
|
|
|
|
char *__restrict __buf, size_t __buflen,
|
|
|
|
struct protoent **__restrict __result);
|
1998-12-08 13:12:47 +00:00
|
|
|
|
1999-10-19 13:53:34 +00:00
|
|
|
extern int __getnetgrent_r (char **__restrict __hostp,
|
|
|
|
char **__restrict __userp,
|
|
|
|
char **__restrict __domainp,
|
1999-11-23 17:22:17 +00:00
|
|
|
char *__restrict __buffer, size_t __buflen);
|
2000-05-29 18:04:55 +00:00
|
|
|
|
|
|
|
extern int ruserpass (const char *host, const char **aname,
|
|
|
|
const char **apass);
|
2000-08-01 04:04:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* The following declarations and definitions have been removed from
|
|
|
|
the public header since we don't want people to use them. */
|
|
|
|
|
2000-12-18 16:40:40 +00:00
|
|
|
#define AI_V4MAPPED 0x0008 /* IPv4-mapped addresses are acceptable. */
|
|
|
|
#define AI_ALL 0x0010 /* Return both IPv4 and IPv6 addresses. */
|
|
|
|
#define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
|
|
|
|
returned address type. */
|
2000-08-01 04:04:09 +00:00
|
|
|
#define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG)
|
|
|
|
|
2000-12-18 16:40:40 +00:00
|
|
|
#include <inet/netgroup.h>
|
|
|
|
|
|
|
|
#define DECLARE_NSS_PROTOTYPES(service) \
|
|
|
|
extern enum nss_status _nss_ ## service ## _setprotoent (int); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _endprotoent (void); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _getprotoent_r \
|
|
|
|
(struct protoent *proto, char *buffer, size_t buflen, \
|
|
|
|
int *errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _getprotobyname_r \
|
|
|
|
(const char *name, struct protoent *proto, \
|
|
|
|
char *buffer, size_t buflen, int *errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _getprotobynumber_r \
|
|
|
|
(int number, struct protoent *proto, \
|
|
|
|
char *buffer, size_t buflen, int *errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _sethostent (int); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _endhostent (void); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _gethostent_r \
|
|
|
|
(struct hostent *host, char *buffer, size_t buflen, \
|
|
|
|
int *errnop, int *h_errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _gethostbyname2_r \
|
|
|
|
(const char *name, int af, struct hostent *host, \
|
|
|
|
char *buffer, size_t buflen, int *errnop, \
|
|
|
|
int *h_errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _gethostbyname_r \
|
|
|
|
(const char *name, struct hostent *host, char *buffer, \
|
|
|
|
size_t buflen, int *errnop, int *h_errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _gethostbyaddr_r \
|
|
|
|
(const void *addr, socklen_t addrlen, int af, \
|
|
|
|
struct hostent *host, char *buffer, size_t buflen, \
|
|
|
|
int *errnop, int *h_errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _setservent (int); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _endservent (void); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _getservent_r \
|
|
|
|
(struct servent *serv, char *buffer, size_t buflen, \
|
|
|
|
int *errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _getservbyname_r \
|
|
|
|
(const char *name, const char *protocol, \
|
|
|
|
struct servent *serv, char *buffer, size_t buflen, \
|
|
|
|
int *errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _getservbyport_r \
|
|
|
|
(int port, const char *protocol, struct servent *serv, \
|
|
|
|
char *buffer, size_t buflen, int *errnop); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _setnetgrent \
|
|
|
|
(const char *group, struct __netgrent *result); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _endnetgrent \
|
|
|
|
(struct __netgrent *result); \
|
|
|
|
extern enum nss_status _nss_ ## service ##_getnetgrent_r \
|
|
|
|
(struct __netgrent *result, char *buffer, \
|
|
|
|
size_t buflen, int *errnop); \
|
|
|
|
extern enum nss_status _nss_## service ##_setnetent (int stayopen); \
|
|
|
|
extern enum nss_status _nss_ ## service ## _endnetent (void); \
|
|
|
|
extern enum nss_status _nss_## service ##_getnetent_r \
|
|
|
|
(struct netent *net, char *buffer, size_t buflen, \
|
|
|
|
int *errnop, int *herrnop); \
|
|
|
|
extern enum nss_status _nss_## service ##_getnetbyname_r \
|
|
|
|
(const char *name, struct netent *net, char *buffer, \
|
|
|
|
size_t buflen, int *errnop, int *herrnop); \
|
|
|
|
extern enum nss_status _nss_## service ##_getnetbyaddr_r \
|
|
|
|
(uint32_t addr, int type, struct netent *net, \
|
|
|
|
char *buffer, size_t buflen, int *errnop, \
|
|
|
|
int *herrnop);
|
|
|
|
|
|
|
|
DECLARE_NSS_PROTOTYPES (compat)
|
|
|
|
DECLARE_NSS_PROTOTYPES (dns)
|
|
|
|
DECLARE_NSS_PROTOTYPES (files)
|
|
|
|
DECLARE_NSS_PROTOTYPES (hesiod)
|
|
|
|
DECLARE_NSS_PROTOTYPES (nis)
|
|
|
|
DECLARE_NSS_PROTOTYPES (nisplus)
|
|
|
|
|
|
|
|
#undef DECLARE_NSS_PROTOTYPES
|
|
|
|
|
1998-12-08 13:12:47 +00:00
|
|
|
#endif /* !_NETDB_H */
|