summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias_old.c
Commit message (Collapse)AuthorAgeFilesLines
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-051-6/+6
| | | | | | | | | named link, foo_link or link_foo to lnk, foo_lnk or lnk_foo, fixing signed / unsigned comparisons, and shoving unused function arguments under the carpet. I was hoping WARNS?=6 might reveal more serious problems, and perhaps the source of the -O2 breakage, but found no smoking gun.
* Run through indent(1) so I can read the code without getting a headache.des2004-03-161-3/+3
| | | | | The result isn't quite knf, but it's knfer than the original, and far more consistent.
* Mostly mechanical rework of libalias:phk2004-01-171-0/+205
| | | | | | | | | | | | Makes it possible to have multiple packet aliasing instances in a single process by moving all static and global variables into an instance structure called "struct libalias". Redefine a new API based on s/PacketAlias/LibAlias/g Add new "instance" argument to all functions in the new API. Implement old API in terms of the new API.
* Remove unused function stubs.brian1999-03-071-77/+0
|
* Update to version 2.2. Only the PacketAlias*()brian1997-08-031-0/+77
functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott <cmott@snake.srv.net>
OpenPOWER on IntegriCloud