summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_var.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch to sysctl_int_arr(); ok henning, deraadtmarkus2004-02-171-1/+9
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-3/+3
|
* First round of __P removal in sysmillert2002-03-141-14/+14
|
* Keep stats on TCP/UDP hardware checksumming.angelos2001-06-231-1/+3
|
* Inclusion protection.angelos2001-06-091-4/+8
|
* sync with KAME udp6_output(). udp output logic is very different betweenitojun2000-06-181-1/+5
| | | | | | | IPv4/v6 so the separation should make more sense. TODO: remove IPv6 case from udp_output() TODO: remove/comment out/#if 0 IPv4 mapped address cases
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+7
| | | | | | | | | replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
* add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoingprovos1999-03-271-1/+2
| | | | | | | | | SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company.
* report on no udp checksumderaadt1999-02-041-1/+2
|
* sysctl for def sizes for tcp/udp send/recv queuesmickey1998-01-241-4/+8
|
* indentderaadt1997-08-261-2/+2
|
* The list of tcp/udp ports not to allocate dynamically is nowmillert1997-08-091-2/+4
| | | | | | a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc.
* From NetBSD: 960217 mergeniklas1996-03-031-6/+6
|
* from netbsd:deraadt1995-12-141-3/+1
| | | | | | | | | make netinet work on systems where pointers and longs are 64 bits (like the alpha). Biggest problem: IP headers were overlayed with structure which included pointers, and which therefore didn't overlay properly on 64-bit machines. Solution: instead of threading pointers through IP header overlays, add a "queue element" structure to do the threading, and point it at the ip headers.
* initial import of NetBSD treederaadt1995-10-181-0/+94