aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/ipsend
Commit message (Collapse)AuthorAgeFilesLines
* Don't include netinet/tcp_timer.h when not neededMichael Tuexen2025-06-172-2/+0
| | | | | | | Reviewed by: glebius MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D50889
* tcp: cleanup of nits after use of accessor tcp_get_flagsRichard Scheffenegger2024-12-194-5/+4
| | | | | | | | | | | | Remove unneeded th_x2 initalization, use named constants instead of magic numbers (fixing one oversight) and add some line breaks. Expand one man page slightly. No functional change intended. Reviewed By: tuexen, cc Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D48065
* tcp: add TH_AE capabilities to ppp and pfRichard Scheffenegger2024-11-295-24/+33
| | | | | | | | | | Add support for the AE Flag in the TCP header to pf and ppp. Commonalize to the use of "E"(ECE), "W"(CWR) and "e"(AE) for the TCP header flags, in line with tcpdump. Reviewers: kp, cc, tuexen, cy, #transport! Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D47106
* manuals: fix "PP after SS | SH" warningsGraham Percival2024-11-144-10/+0
| | | | | | | | | | | | | | | | The full mandoc warnings were: skipping paragraph macro: PP after SS skipping paragraph macro: PP after SH The rendered output (in ascii and html) is not affected by this commit. Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: jlduran, mhorne MFC after: 1 week Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1524
* sccs: Manual changesWarner Losh2023-11-274-16/+0
| | | | | | | | | | | | | | | For the uncommon items: Go through the tree and remove sccs tags that didn't fit any nice pattern. If in the neighborhood, other SCM tags were removed when they were detritis of long-ago CVS somehow in the early mists of the project. Some adjacent copyrights stringswere removed (they duplicated the copyright notices in the file). This also removed non-standard formations of omission of SCCS tags (usually by adding an extra #if 0 somewhere. After this commit, a number of strings tagged with the 'what' @(#) prefix remain, but they are primarily copyright notices. Sponsored by: Netflix
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-279-35/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1617-17/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* ipf: Fix typosElyes Haouas2023-06-021-1/+1
| | | | | | Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
* ipfilter: Fix manpage typosCy Schubert2022-01-041-1/+1
| | | | | | Reported by: jrtc27 Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329 MFC after: 1 month
* ipfilter userland: Style(9) requires a space after returnCy Schubert2022-01-0414-95/+95
| | | | | | Reported by: jrtc27 Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329 MFC after: 1 month
* ipfilter userland: Fix whitespace errorsCy Schubert2022-01-043-11/+11
| | | | | | Replace leading spaces with a tabs on affected lines. MFC after: 1 month
* ipfilter: Adjust userland returns to conform to style(9)Cy Schubert2022-01-0414-99/+99
| | | | | | Adjust ipfilter's userland return statements to conform to style(9). MFC after: 1 month
* ipflter: ANSIfy userland function declarationsCy Schubert2022-01-0415-290/+138
| | | | | | | | | | | Convert ipfilter userland function declarations from K&R to ANSI. This syncs our function declarations with NetBSD hg commit 75edcd7552a0 (apply our changes). Though not copied from NetBSD, this change was partially inspired by NetBSD's work and inspired by style(9). Reviewed by: glebius (for #network) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33595
* ipfilter: Move userland bits to sbinCy Schubert2021-12-2023-0/+6380
| | | | | | | | | | | | | | | | Through fixes and improvements our ipfilter sources have diverged enough to warrant move from contrib into sbin/ipf. Now that I'm planning on implementing MSS clamping as in iptables it makes more sense to move ipfilter to sbin. This is the second of three commits of the ipfilter move. Suggested by glebius on two occaions. Suggested by and discussed with: glebius Reviewed by: glebius, kp (for #network) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33510
* Remove disconnected directories.Bryan Drewery2015-09-261-38/+0
| | | | | | | | | These were added disconnected in 2005 in r145524. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288248
* Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275030
* Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupDarren Reed2005-04-281-1/+0
| | | | | | | build problems with rescue. Notes: svn path=/head/; revision=145630
* create a new build heirarchy for ipfilter toolsDarren Reed2005-04-251-0/+40
Notes: svn path=/head/; revision=145524