summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
Commit message (Expand)AuthorAgeFilesLines
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-2/+1
* Namespace: Defining htonl() and friends here instead of arpa/inet.h isdas2009-03-141-2/+2
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-0/+1
* Add various defines/macros required by IGMPv3:bms2009-03-041-1/+10
* Better comment what the socket option does. Thanks to Sam Leffleradrian2009-01-091-1/+2
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-091-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-4/+0
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+4
* Clean up the code that checks the types of address so that it isgnn2008-04-171-0/+2
* Change the default port range for outgoing connections by introducingrpaulo2008-03-041-4/+8
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+123
* Add INADDR_ALLRPTS_GROUP define for 224.0.0.22 for future IGMPv3 support.bms2007-02-271-0/+1
* Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL().bms2007-01-311-0/+10
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-291-0/+5
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-141-1/+8
* Use consistent indent character as other IPPROTO_* lines did.delphij2005-12-201-1/+1
* Add protocol number for SCTP.gnn2005-12-201-0/+1
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-261-0/+1
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-181-0/+1
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-221-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Pre-emptively define IPPROTO_SPACER to 32767, the same value as PROTO_SPACERandre2004-10-191-0/+6
* White space cleanup for netinet before branch:rwatson2004-08-161-30/+30
* Add the function in_localip() which returns 1 if an internet address is forandre2004-08-111-0/+1
* Prepare for pf 3.5 import:mlaier2004-06-161-0/+2
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-091-0/+6
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* correct namespace pollution.ume2003-10-251-2/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-0/+1
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+2
* 1. Basic PIM kernel supporthsu2003-08-071-0/+16
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.mdodd2003-04-291-0/+1
* IP_RECVTTL socket option.mdodd2003-04-291-0/+2
* Back out support for RFC3514.mdodd2003-04-021-2/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.fenner2002-10-291-2/+5
* Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-211-0/+1
* Add in_hosteq() and in_nullhost() macros to make life of developerssobomax2002-09-041-0/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-3/+3
* Remove some duplicate types that should have been removed as part ofmike2002-05-111-40/+0
* Rearrange <netinet/in.h> so that it is easier to conditionalizemike2002-04-241-48/+96
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-201-0/+5
* Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, updatesilby2002-04-101-4/+2
* Unconditionalize the definition of INET_ADDRSTRLEN andmike2002-04-101-2/+0
* Update comments to reflect the recent ephemeral port rangesilby2002-04-091-3/+4
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-10/+27
* Remove __P.alfred2002-03-191-9/+9
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-101-0/+2
OpenPOWER on IntegriCloud