summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fastfwd.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2005-11-18 20:12:40 +0000
committerandre <andre@FreeBSD.org>2005-11-18 20:12:40 +0000
commita6a209f2cc1f1d34f8b16c17f8cb345db2ecbe99 (patch)
tree2177105da5828491dd19a0aad0cf83477925d06f /sys/netinet/ip_fastfwd.c
parent50b1ba762b66c4f2056c0aa72e275ba857413419 (diff)
downloadFreeBSD-src-a6a209f2cc1f1d34f8b16c17f8cb345db2ecbe99.zip
FreeBSD-src-a6a209f2cc1f1d34f8b16c17f8cb345db2ecbe99.tar.gz
Consolidate all IP Options handling functions into ip_options.[ch] and
include ip_options.h into all files making use of IP Options functions. From ip_input.c rev 1.306: ip_dooptions(struct mbuf *m, int pass) save_rte(m, option, dst) ip_srcroute(m0) ip_stripoptions(m, mopt) From ip_output.c rev 1.249: ip_insertoptions(m, opt, phlen) ip_optcopy(ip, jp) ip_pcbopts(struct inpcb *inp, int optname, struct mbuf *m) No functional changes in this commit. Discussed with: rwatson Sponsored by: TCP/IP Optimization Fundraise 2005
Diffstat (limited to 'sys/netinet/ip_fastfwd.c')
-rw-r--r--sys/netinet/ip_fastfwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c
index 1f5f535..43419f3 100644
--- a/sys/netinet/ip_fastfwd.c
+++ b/sys/netinet/ip_fastfwd.c
@@ -100,6 +100,7 @@
#include <netinet/ip.h>
#include <netinet/ip_var.h>
#include <netinet/ip_icmp.h>
+#include <netinet/ip_options.h>
#include <machine/in_cksum.h>
OpenPOWER on IntegriCloud