summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias_smedia.c
Commit message (Collapse)AuthorAgeFilesLines
* Build userland libalias using src/sys/netinet/libalias.glebius2005-05-041-445/+0
| | | | | Reviewed by: ru Repocopy by: peter
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-061-3/+3
| | | | | | | {ip,udp,tcp} header and return a void * pointing to the payload (i.e. the first byte past the end of the header and any required padding). Use them consistently throughout libalias to a) reduce code duplication, b) improve code legibility, c) get rid of a bunch of alignment warnings.
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-051-21/+23
| | | | | | | | | 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.
* Parenthesize return values.des2004-07-051-7/+7
|
* Run through indent(1) so I can read the code without getting a headache.des2004-03-161-264/+274
| | | | | 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-10/+10
| | | | | | | | | | | | 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 trailing whitespacebrian2002-07-011-23/+23
|
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
|
* Add a few ``const''s to silence some -Wwrite-strings warningsbrian2001-01-291-7/+9
|
* Added boolean argument to link searching functions, indicatingru2000-10-301-1/+1
| | | | whether they should create a link if lookup has failed or not.
* Add -Wmissing-prototypes.ru2000-09-151-3/+6
|
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-261-0/+427
Quicktime streaming media applications. Add a BUGS section to the man page. Submitted by: Erik Salander <erik@whistle.com>
OpenPOWER on IntegriCloud