aboutsummaryrefslogtreecommitdiff
path: root/include/arpa
Commit message (Expand)AuthorAgeFilesLines
* o addr2ascii(3) was removed ages ago. Fix the comment.Maxim Konovalov2010-07-061-1/+1
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.Warner Losh2010-02-166-30/+8
* Namespace: inet_ntoa_r() is a BSD extension.David Schultz2009-03-141-1/+1
* Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-141-2/+3
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.Antoine Brodin2008-09-131-2/+2
* Remove old prototypes for addr2ascii() and ascii2addr(), functions which noBruce M Simpson2007-08-241-2/+0
* declare struct tftphdr and embedded union as beeing packed, which isBernd Walter2007-08-011-2/+2
* Require users to provide a length information for inet_ntoa_r,Xin LI2007-06-141-1/+1
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isXin LI2007-06-111-0/+2
* Merge BIND 9.4.1 into main chunk.Hajimu UMEMOTO2007-06-033-202/+203
* Merge BIND9 9.3.3 into main chunk.Hajimu UMEMOTO2006-12-151-1/+1
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO2006-05-211-0/+4
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-213-97/+245
* ns_name_skip was not prefixed by `__'.Hajimu UMEMOTO2006-03-091-0/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* MFCrypto: update RFC assigned telnet options (r1.9)Bill Fumerola2003-01-181-3/+8
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-7/+7
* Change a POSIX conditional to use the new __BSD_VISIBLE macro.Mike Barcroft2002-08-161-11/+11
* -Add the restrict required by IEEE Std 1003.1-2001 in formRobert Drehmel2002-08-141-2/+3
* Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with anMike Barcroft2002-05-281-6/+6
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-0/+7
* Be more strict about exposing BSD-specific functions when a standardMike Barcroft2002-04-101-10/+4
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-14/+20
* Breath deep and take __P out of the system include files.Warner Losh2002-03-232-45/+45
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-2/+14
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-11/+15
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-6/+16
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-6/+6
* Add a missing underscore.Mike Barcroft2001-12-011-1/+1
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-9/+49
* Diff-reduce these two.Mark Murray2001-10-271-2/+3
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportDavid E. O'Brien2001-09-271-0/+2
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+2
* Revert previous delta; <arpa/inet.h> isn't quite ready to stop includingMike Barcroft2001-08-311-16/+1
* o Deprecate byteorder(3) prototypes from <sys/types.h>, these areMike Barcroft2001-08-311-1/+16
* Implement EDNS0 support, as EDNS0 support will be made mandatory forHajimu UMEMOTO2001-06-102-0/+2
* IPv4 address is not unsigned int. This change introduces in_addr_t.Hajimu UMEMOTO2001-03-231-6/+6
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Change an internal variable from "class" to "ns_class" for C++'s benefit.Peter Wemm1999-06-041-3/+3
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)Peter Wemm1998-06-113-232/+550
* Declare the various 2-byte values in TFTP as being `unsigned short'.Joerg Wunsch1997-10-191-3/+3
* Fix typo: "send" -> "end"Bill Fenner1997-08-111-1/+1
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-071-2/+2
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-05-071-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-232-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Update 4.9.4-P1 -> 4.9.5-P1Peter Wemm1996-12-302-42/+110
* Update to more current reality.Poul-Henning Kamp1996-11-281-11/+31