1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sbin/ipfw
Luigi Rizzo ae99fd0e07 The first customer of the SO_USER_COOKIE option:
the "sockarg" ipfw option matches packets associated to
a local socket and with a non-zero so_user_cookie value.
The value is made available as tablearg, so it can be used
as a skipto target or pipe number in ipfw/dummynet rules.

Code by Paul Joe, manpage by me.

Submitted by:	Paul Joe
MFC after:	1 week
2010-11-12 13:05:17 +00:00
..
altq.c
dummynet.c expand_number(3) takes a uint64_t * now. 2010-08-19 11:19:21 +00:00
ipfw2.c The first customer of the SO_USER_COOKIE option: 2010-11-12 13:05:17 +00:00
ipfw2.h The first customer of the SO_USER_COOKIE option: 2010-11-12 13:05:17 +00:00
ipfw.8 The first customer of the SO_USER_COOKIE option: 2010-11-12 13:05:17 +00:00
ipv6.c
main.c
Makefile
nat.c