summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.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_mroute.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_mroute.c')
-rw-r--r--sys/netinet/ip_mroute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index 1c0f6a8..c50466f 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -90,6 +90,7 @@
#include <netinet/ip_encap.h>
#include <netinet/ip_mroute.h>
#include <netinet/ip_var.h>
+#include <netinet/ip_options.h>
#ifdef PIM
#include <netinet/pim.h>
#include <netinet/pim_var.h>
OpenPOWER on IntegriCloud