summaryrefslogtreecommitdiffstats
path: root/include/arpa
Commit message (Expand)AuthorAgeFilesLines
* MFC r269867:ume2014-08-303-30/+130
* Allow certain headers to be included more easily.ed2013-05-211-0/+2
* MK_* variable should be compared to "no" not "NO".brooks2013-01-251-1/+1
* Don't install telnet.h if it will be installed by libtelnet.brooks2013-01-241-1/+6
* Spelling fixes for include/uqs2012-01-071-2/+2
* o addr2ascii(3) was removed ages ago. Fix the comment.maxim2010-07-061-1/+1
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.imp2010-02-166-30/+8
* Namespace: inet_ntoa_r() is a BSD extension.das2009-03-141-1/+1
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-141-2/+3
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.antoine2008-09-131-2/+2
* Remove old prototypes for addr2ascii() and ascii2addr(), functions which nobms2007-08-241-2/+0
* declare struct tftphdr and embedded union as beeing packed, which isticso2007-08-011-2/+2
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-141-1/+1
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-111-0/+2
* Merge BIND 9.4.1 into main chunk.ume2007-06-033-202/+203
* Merge BIND9 9.3.3 into main chunk.ume2006-12-151-1/+1
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-211-0/+4
* Update the resolver in libc to BIND9's one.ume2006-03-213-97/+245
* ns_name_skip was not prefixed by `__'.ume2006-03-091-0/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* MFCrypto: update RFC assigned telnet options (r1.9)billf2003-01-181-3/+8
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-7/+7
* Change a POSIX conditional to use the new __BSD_VISIBLE macro.mike2002-08-161-11/+11
* -Add the restrict required by IEEE Std 1003.1-2001 in formrobert2002-08-141-2/+3
* Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with anmike2002-05-281-6/+6
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-0/+7
* Be more strict about exposing BSD-specific functions when a standardmike2002-04-101-10/+4
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-14/+20
* Breath deep and take __P out of the system include files.imp2002-03-232-45/+45
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-101-2/+14
* o Don't require long long support in bswap64() functions.mike2002-03-091-11/+15
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-6/+16
* Merge from master (crypto) telnet. WARNS fixes for alpha.markm2001-12-031-6/+6
* Add a missing underscore.mike2001-12-011-1/+1
* o Stop abusing MD headers with non-MD types.mike2001-12-011-9/+49
* Diff-reduce these two.markm2001-10-271-2/+3
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportobrien2001-09-271-0/+2
* style(9) the structure definitions.obrien2001-09-051-1/+2
* Revert previous delta; <arpa/inet.h> isn't quite ready to stop includingmike2001-08-311-16/+1
* o Deprecate byteorder(3) prototypes from <sys/types.h>, these aremike2001-08-311-1/+16
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-102-0/+2
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-6/+6
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+2
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
* Change an internal variable from "class" to "ns_class" for C++'s benefit.peter1999-06-041-3/+3
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)peter1998-06-113-232/+550
* Declare the various 2-byte values in TFTP as being `unsigned short'.joerg1997-10-191-3/+3
* Fix typo: "send" -> "end"fenner1997-08-111-1/+1
* Back out all of yesterdays include file changes.eivind1997-05-071-2/+2
OpenPOWER on IntegriCloud