2022-01-01 18:54:23 +00:00
|
|
|
/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
1997-04-05 01:26:47 +00:00
|
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:58:11 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:58:11 +00:00
|
|
|
Lesser General Public License for more details.
|
1997-04-05 01:26:47 +00:00
|
|
|
|
2001-07-06 04:58:11 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-02-09 23:18:22 +00:00
|
|
|
License along with the GNU C Library; if not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
#ifndef _ARPA_INET_H
|
|
|
|
#define _ARPA_INET_H 1
|
1997-06-21 02:59:26 +00:00
|
|
|
|
1997-04-05 01:26:47 +00:00
|
|
|
#include <features.h>
|
update from main archive 970118
Sun Jan 19 04:38:20 1997 Ulrich Drepper <drepper@cygnus.com>
* config.make.in (have-ksh, KSH): New variables. Will be filled
in by configure.
* configure.in: Add test for ksh like shell (prefer bash).
* time/Makefile (tests): Depend on install-test-data.
(distribute): Add simplebackw.
(generated-dirs): New variable.
[$(have-ksh)==yes] (install-others): Add iso3166.tab and zone.tab.
(install-bin): Add tzselect.
(install-test-data): Install the zoneinfo files which are needed
for the test case in the build directory.
(test-tz-ENV): New variable. Call test-tz program using data in
build directory.
* time/simpleback: New file.
* time/test-tz.c: Pretty print.
* time/tzfile.c: Use value of environment variable TZDIR as directory
to look for zone info files.
don't let search for DST data destroy already found values.
* time/tzselect.ksh: Use @KSH@ and @TZDIR@ to be substituted when
installing.
* time/tzset.c (__tzset_internal): Avoid freeing string twice.
Set DST zone name to normal zone name if no information is provided.
* time/mktime.c (mktime): Call __tzset_internal to use current
value of TZ.
* Makerules (common-clean): Remove $(generated-dirs) inclusing content.
* glibcbug.in: Fix several bugs. Reported by several people.
* elf/Makefile: Correct dependecies for $(objpfx)ldd.
* inet/netinet/ip.h: Define IPTOS_LOWCOST and IPTOS_MINCOST.
* locale/C-time.c: Update copyright.
* locale/localeinfo.h: Likewise.
* sysdeps/unix/bsd/bsd4.4/direntry.h: Likewise.
* locale/programs/ld-time.c (time_finish): Correct message string.
* locale/programs/linereader.c (lr_token): Use correctly `number'
not `digit' in message string.
* stdlib/strtol.c [UNSIGNED]: Don't punt immediately when `-' is
seen. Instead return ULONG_MAX and set ERANGE.
* stdlib/tst-strtol.c: Correct test to reflect above change.
Sun Jan 19 03:22:30 1997 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/sys/mtio.h: Don't use <linux/mtio.h>.
We must not use <linux/posix_types.h>.
* sysdeps/unix/sysv/linux/sys/ipc_buf.h: Don't use __kernel_* types
since we must not use <linux/posix_types.h>.
* sysdeps/unix/sysv/linux/sys/procfs.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/sys/ipc_buf.h: New file. Similar
to sysdeps/unix/sysv/linux/sys/ipc_buf.h, but use alpha relavent
types.
* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: New file. Similar
to sysdeps/unix/sysv/linux/sys/procfs.h, but use alpha relavent
types.
Sun Jan 19 01:48:20 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
* sysdeps/libm-i387/e_exp.S: Correct computation of fractional
part.
* sysdeps/libm-i387/e_expf.S: Likewise.
* sysdeps/libm-i387/e_expl.S: Likewise.
* sysdeps/libm-i387/s_expm1.S: Correct computation of fractional
part. Take care of additional value left on stack by fscale.
* sysdeps/libm-i387/s_expm1f.S: Likewise.
* sysdeps/libm-i387/s_expm1l.S: Likewise.
Fri Jan 17 17:45:32 1997 Ulrich Drepper <drepper@cygnus.com>
* posix/getopt.c: Change all direct usages of `gettext' to `_'.
* sysdeps/generic/sysd-stdio.c (__stdio_reopen): Add missing
parameter.
Reported by Harmanjit Singh <harman@netearth.iitd.ernet.in>.
Thu Jan 16 23:39:25 1997 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/Makefile (tests): Add scanf11.
* stdio-common/scanf11.c: New file.
* stdio-common/vfscanf.c (__vfscanf): Increment `done' when %n
was processed and value is not suppressed.
* stdio-common/bug10.c: Correct test to expect %n increment the
return value of scanf.
* stdio-common/scanf1.c: Likewise.
* stdio-common/scanf3.c: Likewise.
* stdio-common/scanf10.c: Likewise.
* stdio-common/tstdiomisc.c: Likewise.
* time/strptime.c: Add lots of conditional compiling to enable use
outside glibc. When used in glibc, make sure C locale format
strings will always be recognized.
Sat Jan 11 18:53:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/sys/sysmacros.h (major, minor, makedev):
Fix definitions so that they work with __kernel_dev_t.
Sat Jan 11 14:24:10 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/kernel_sigaction.h,
sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h,
sysdeps/unix/sysv/linux/sigaction.c: New files.
* sysdeps/unix/sysv/linux/syscalls.list: Add s_sigaction.
Sun Jan 12 15:22:33 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* libc-symbols.h (link_warning): Make sure that the .gnu.warning
section is not allocated.
Update and reformat copyright.
Sun Jan 12 12:19:28 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf/Makefile ($(objpfx)ldd): Fix depedency list.
Sat Jan 11 15:11:26 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls): Fix
command so that it works in subdirectories.
Wed Jan 8 22:07:58 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_getgroups and
s_setgroups.
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/i386/getgroups.c,
sysdeps/unix/sysv/linux/i386/setgroups.c,
sysdeps/unix/sysv/linux/m68k/getgroups.c,
sysdeps/unix/sysv/linux/m68k/setgroups.c: New files.
Wed Jan 8 19:42:59 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile (config.status): Delete bogus rule.
($(objpfx)glibcbug): Renamed from plain `glibcbug', depend on
config.status in build directory, fix command to change to build
directory.
* Makeconfig ($(common-objpfx)config.status): Depend on version.h.
Thu Jan 9 08:47:54 1997 Andreas Jaeger <aj@arthur.pfalz.de>
* glibcbug.in (while): We test for four and not five conditions,
set MAIL_AGENT instead of RMAIL, filter spaces and tabs.
Thu Jan 16 22:00:27 1997 Ulrich Drepper <drepper@cygnus.com>
* misc/syslog.c: Don't define cancel_handler if _LIBC_REENTRANT
is not defined. Reported by Andreas Jaeger.
Thu Jan 9 08:47:54 1997 Andreas Jaeger <aj@arthur.pfalz.de>
* new-malloc/malloc.c (__MALLOC_P): define call to pthread
initializer only if NO_THREADS is not defined.
Wed Jan 8 21:28:58 1997 Andreas Jaeger <aj@arthur.pfalz.de>
* resolv/nss_dns/dns-host.c: Clean-up: delete unnecessary includes
and variables.
Thu Jan 16 21:50:27 1997 Ulrich Drepper <drepper@cygnus.com>
* inet/arpa/inet.h: Include <netinet/in.h> to get struct in_addr
defined.
Tue Jan 7 17:29:59 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makerules (LDLIBS-c.so): New variable.
Tue Jan 7 19:22:00 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile ($(includedir)/gnu/lib-names.h): Define the library
names as strings, not as sequence of tokens that may fall apart.
Fri Jan 10 14:08:41 1997 Roland McGrath <roland@fmh.frob.com>
* time/tzfile.c (__tzfile_read): Check for bogus type and zone name
indices in data file and punt, so a bogus file can't crash us.
Thu Jan 16 20:29:15 1997 Ulrich Drepper <drepper@cygnus.com>
* values.h [__USE_MISC]: Define BITSPERBYTE.
Fri Jan 17 14:16:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* stdio/vdprintf.c: Moved file to ...
* sysdeps/posix/vdprintf.c: Here. De-ansideclificate.
* sysdeps/stub/vdprintf.c: New file.
* sysdeps/mach/hurd/vdprintf.c: New file.
Thu Jan 9 15:59:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* sysdeps/mach/hurd/posix_opt.h: New file.
* sysdeps/mach/hurd/sigwait.c (sigwait): Don't affect signal mask.
* sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Finish
deansideclification.
* sysdeps/mach/libc-lock.h: Add kludges to pretend to implement
recursive locks.
Tue Jan 7 09:48:15 1997 Andreas Jaeger <aj@arthur.pfalz.de>
* signal/sigempty.c (sigemptyset): Correct typo: Empty set should
have all bits zero.
1997-01-19 04:54:28 +00:00
|
|
|
#include <netinet/in.h> /* To define `struct in_addr'. */
|
1995-02-18 01:27:10 +00:00
|
|
|
|
2001-01-28 22:44:38 +00:00
|
|
|
/* Type for length arguments in socket calls. */
|
|
|
|
#ifndef __socklen_t_defined
|
|
|
|
typedef __socklen_t socklen_t;
|
|
|
|
# define __socklen_t_defined
|
|
|
|
#endif
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
__BEGIN_DECLS
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Convert Internet host address from numbers-and-dots notation in CP
|
|
|
|
into binary data in network byte order. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern in_addr_t inet_addr (const char *__cp) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Return the local host address part of the Internet address in IN. */
|
2000-04-02 03:09:41 +00:00
|
|
|
extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Make Internet host address in network byte order by combining the
|
|
|
|
network number NET with the local address HOST. */
|
2000-04-02 03:09:41 +00:00
|
|
|
extern struct in_addr inet_makeaddr (in_addr_t __net, in_addr_t __host)
|
|
|
|
__THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Return network number part of the Internet address IN. */
|
2000-04-02 03:09:41 +00:00
|
|
|
extern in_addr_t inet_netof (struct in_addr __in) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Extract the network number in network byte order from the address
|
|
|
|
in numbers-and-dots natation starting at CP. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern in_addr_t inet_network (const char *__cp) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Convert Internet number in IN to ASCII representation. The return value
|
|
|
|
is a pointer to an internal array containing the string. */
|
1999-10-19 03:14:36 +00:00
|
|
|
extern char *inet_ntoa (struct in_addr __in) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Convert from presentation format of an Internet number in buffer
|
|
|
|
starting at CP to the binary network format and store result for
|
|
|
|
interface type AF in buffer starting at BUF. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern int inet_pton (int __af, const char *__restrict __cp,
|
2000-08-21 06:49:52 +00:00
|
|
|
void *__restrict __buf) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Convert a Internet address in binary network format for interface
|
|
|
|
type AF in buffer starting at CP to presentation form and place
|
|
|
|
result in buffer of length LEN astarting at BUF. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern const char *inet_ntop (int __af, const void *__restrict __cp,
|
|
|
|
char *__restrict __buf, socklen_t __len)
|
2000-08-21 06:49:52 +00:00
|
|
|
__THROW;
|
2000-04-02 03:09:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* The following functions are not part of XNS 5.2. */
|
|
|
|
#ifdef __USE_MISC
|
|
|
|
/* Convert Internet host address from numbers-and-dots notation in CP
|
|
|
|
into binary data and store the result in the structure INP. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW;
|
2000-04-02 03:09:41 +00:00
|
|
|
|
|
|
|
/* Format a network number NET into presentation format and place result
|
|
|
|
in buffer starting at BUF with length of LEN bytes. */
|
resolv: Deprecate legacy interfaces in libresolv
Debugging interfaces: p_*, fp_*, and sym_* could conceivably be
used to produce debug out, but these functions have not been
updated to parse more resource records, so they are not very useful
today. Likewise for ns_sprintrr and ns_sprintrrf. ns_format_ttl and
ns_parse_ttl are related to these.
Internal implementation details: res_isourserver is probably only
useful in the implementation of a stub resolver, and so is
res_nameinquery.
Unclear semantics and bad performance: ns_samedomain, ns_subdomain,
ns_makecanon, ns_samename do textual converions & copies instead of
checking equivalence of the wire format.
inet_neta cannot handle IPv6 addresses.
res_hostalias has been superseded by getaddrinfo with AI_CANONNAME.
hostalias is not thread-safe.
Some functions have int as size arguments instead of size_t, so they
do not follow current coding practices. However, dn_expand and
b64_ntop are somewhat widely used (to name just two examples), so
deprecating them seems problematic.
Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
2021-07-19 05:55:27 +00:00
|
|
|
extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW
|
|
|
|
__attribute_deprecated_msg__ ("Use inet_ntop instead");
|
2000-04-02 03:09:41 +00:00
|
|
|
|
|
|
|
/* Convert network number for interface type AF in buffer starting at
|
|
|
|
CP to presentation format. The result will specifiy BITS bits of
|
|
|
|
the number. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *inet_net_ntop (int __af, const void *__cp, int __bits,
|
2000-04-02 03:09:41 +00:00
|
|
|
char *__buf, size_t __len) __THROW;
|
|
|
|
|
|
|
|
/* Convert network number for interface type AF from presentation in
|
|
|
|
buffer starting at CP to network format and store result int
|
|
|
|
buffer starting at BUF of size LEN. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern int inet_net_pton (int __af, const char *__cp,
|
2000-04-02 03:09:41 +00:00
|
|
|
void *__buf, size_t __len) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Convert ASCII representation in hexadecimal form of the Internet
|
|
|
|
address to binary form and place result in buffer of length LEN
|
|
|
|
starting at BUF. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern unsigned int inet_nsap_addr (const char *__cp,
|
1999-10-19 03:14:36 +00:00
|
|
|
unsigned char *__buf, int __len) __THROW;
|
1997-04-05 01:26:47 +00:00
|
|
|
|
|
|
|
/* Convert internet address in binary form in LEN bytes starting at CP
|
|
|
|
a presentation form and place result in BUF. */
|
2012-01-08 04:57:22 +00:00
|
|
|
extern char *inet_nsap_ntoa (int __len, const unsigned char *__cp,
|
1999-10-19 03:14:36 +00:00
|
|
|
char *__buf) __THROW;
|
2000-04-02 03:09:41 +00:00
|
|
|
#endif
|
1997-04-05 01:26:47 +00:00
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
__END_DECLS
|
|
|
|
|
1997-04-05 01:26:47 +00:00
|
|
|
#endif /* arpa/inet.h */
|