| Commit message (Expand) | Author | Age | Files | Lines |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -1/+123 |
* | Add INADDR_ALLRPTS_GROUP define for 224.0.0.22 for future IGMPv3 support. | bms | 2007-02-27 | 1 | -0/+1 |
* | Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL(). | bms | 2007-01-31 | 1 | -0/+10 |
* | Summer of Code 2005: improve libalias - part 2 of 2 | piso | 2006-12-29 | 1 | -0/+5 |
* | Fix a long-standing limitation in IPv4 multicast group membership. | bms | 2006-05-14 | 1 | -1/+8 |
* | Use consistent indent character as other IPPROTO_* lines did. | delphij | 2005-12-20 | 1 | -1/+1 |
* | Add protocol number for SCTP. | gnn | 2005-12-20 | 1 | -0/+1 |
* | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | andre | 2005-09-26 | 1 | -0/+1 |
* | Take a first cut at cleaning up ifnet removal and multicast socket | rwatson | 2005-09-18 | 1 | -0/+1 |
* | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | andre | 2005-08-22 | 1 | -0/+1 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Pre-emptively define IPPROTO_SPACER to 32767, the same value as PROTO_SPACER | andre | 2004-10-19 | 1 | -0/+6 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -30/+30 |
* | Add the function in_localip() which returns 1 if an internet address is for | andre | 2004-08-11 | 1 | -0/+1 |
* | Prepare for pf 3.5 import: | mlaier | 2004-06-16 | 1 | -0/+2 |
* | Introduce a new feature to IPFW2: lookup tables. These are useful | ru | 2004-06-09 | 1 | -0/+6 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | correct namespace pollution. | ume | 2003-10-25 | 1 | -2/+1 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -0/+1 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -0/+2 |
* | 1. Basic PIM kernel support | hsu | 2003-08-07 | 1 | -0/+16 |
* | Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. | mdodd | 2003-04-29 | 1 | -0/+1 |
* | IP_RECVTTL socket option. | mdodd | 2003-04-29 | 1 | -0/+2 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -2/+0 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -0/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | fenner | 2002-10-29 | 1 | -2/+5 |
* | Implement a new IP_SENDSRCADDR ancillary message type that permits | iedowse | 2002-10-21 | 1 | -0/+1 |
* | Add in_hosteq() and in_nullhost() macros to make life of developers | sobomax | 2002-09-04 | 1 | -0/+3 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -3/+3 |
* | Remove some duplicate types that should have been removed as part of | mike | 2002-05-11 | 1 | -40/+0 |
* | Rearrange <netinet/in.h> so that it is easier to conditionalize | mike | 2002-04-24 | 1 | -48/+96 |
* | Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h> | mike | 2002-04-20 | 1 | -0/+5 |
* | Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, update | silby | 2002-04-10 | 1 | -4/+2 |
* | Unconditionalize the definition of INET_ADDRSTRLEN and | mike | 2002-04-10 | 1 | -2/+0 |
* | Update comments to reflect the recent ephemeral port range | silby | 2002-04-09 | 1 | -3/+4 |
* | o Implement <sys/_types.h>, a new header for storing types that are | mike | 2002-04-01 | 1 | -10/+27 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -9/+9 |
* | o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> | mike | 2002-03-10 | 1 | -0/+2 |
* | o Don't require long long support in bswap64() functions. | mike | 2002-03-09 | 1 | -7/+10 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -0/+17 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 1 | -0/+15 |
* | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | jlemon | 2001-09-29 | 1 | -0/+4 |
* | Remove unused (and duplicate) struct ip_opts which is never used, | luigi | 2001-09-27 | 1 | -12/+0 |
* | Fix a stack of KAME netinet6/in6.h warnings: | peter | 2001-06-15 | 1 | -2/+4 |
* | IPv4 address is not unsigned int. This change introduces in_addr_t. | ume | 2001-03-23 | 1 | -1/+1 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -3/+0 |
* | Add definitions for IPPROTO numbers 55-57. | asmodai | 2001-02-14 | 1 | -1/+3 |
* | Prototype inet_ntoa_r and thereby silence a warning from GCC. The function | bmilekic | 2001-01-12 | 1 | -0/+1 |