summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r316715:ae2017-04-181-0/+2
* Provide functions to determine presence of a given addressglebius2015-04-171-0/+1
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.melifaro2014-11-111-3/+3
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-3/+2
* Add support for receiving and setting flowtype, flowid and RSS bucketadrian2014-09-091-0/+2
* Oops - somehow I missed the IP option numbers clashing with the multicastadrian2014-07-171-4/+5
* Implement the first stage of multi-bind listen sockets and RSS socketadrian2014-07-101-0/+2
* Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket;adrian2014-06-261-3/+4
* netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIXjilles2014-05-291-2/+2
* Reserve IP_FLOWID, IP_FLOWTYPE, IP_RSSCPUID socket option IDs foradrian2014-05-171-0/+3
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-0/+1
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-9/+1
* Add more (IPv6) related Internet Protocols:bz2013-12-251-0/+4
* Finish r254925 and remove the last remaining sysctl name list macro. Thejhb2013-10-231-72/+0
* - Add parentheses to all internet addresseskevlo2013-10-191-26/+26
* Treat INADDR_NONE as uint32_t.kevlo2013-10-151-1/+1
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-18/+0
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112cperciva2013-04-271-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-27/+0
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4tuexen2012-06-121-0/+1
* Add IPPROTO_MPLS (rfc4023) IP protocol definitionemaste2012-05-271-0/+1
* Add support for IPv4 /31 prefixes, as described in RFC3021.glebius2011-10-151-0/+2
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalattilio2010-09-241-0/+2
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+1
* Add definition of IPv6 mobility header's protocol number, as assigned bydelphij2010-03-311-0/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-281-0/+26
* Add new sockopt names for ipfw and dummynet.luigi2009-12-021-0/+8
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-121-0/+1
* Move the duplicate definition of struct sockaddr_storage to its ownphk2009-09-081-21/+1
* - 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
OpenPOWER on IntegriCloud