aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_smedia.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger2022-11-091-2/+2
* libalias: Style cleanupLutz Donnerhacke2021-05-291-54/+37
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Kill space at eols.Gleb Smirnoff2013-12-251-10/+10
* -don't pass down, to module's fingerprint function, unused data likePaolo Pisati2009-04-081-1/+1
* MFP4:Paolo Pisati2008-03-061-2/+4
* Fix TFTP NAT support by making sure the appropriate fingerprinting checksJoe Marcus Clarke2006-11-071-2/+4
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-3/+85
* Disable checksum processing in LibAlias, when it works as aGleb Smirnoff2005-06-271-1/+8
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff2005-05-061-2/+2
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-051-1/+1
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-1/+12
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-3/+3
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-21/+23
* Parenthesize return values.Dag-Erling Smørgrav2004-07-051-7/+7
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-264/+274
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-10/+10
* Remove trailing whitespaceBrian Somers2002-07-011-23/+23
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Add a few ``const''s to silence some -Wwrite-strings warningsBrian Somers2001-01-291-7/+9
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-301-1/+1
* Add -Wmissing-prototypes.Ruslan Ermilov2000-09-151-3/+6
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-261-0/+427