summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Instrument UDP PCB hashing to see how often the hash lookup is effectivewollman1996-06-051-1/+2
* Make it possible to return more than one piece of control informationwollman1996-05-091-2/+34
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-021-2/+2
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-021-2/+2
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-271-3/+7
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-091-2/+2
* Log TCP syn packets for ports we don't listen on.phk1996-04-041-1/+11
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-3/+4
* Another mega commit to staticize things.phk1995-12-141-4/+4
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-2/+1
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-161-1/+3
* New style sysctl & staticize alot of stuff.phk1995-11-141-41/+17
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenwollman1995-09-221-5/+5
* Add a sanity check for the UDP length field in order to preventolah1995-08-171-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-2/+2
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-031-2/+9
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-20/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+4
* spl back down in unusual out-of-memory condition in udp_output().wollman1995-02-161-1/+3
* Don't add back in the IP header length to ip_len; icmp_error will do itwollman1995-02-161-2/+1
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-161-1/+13
* GCC cleanup.phk1994-10-021-2/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+640
OpenPOWER on IntegriCloud