aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_options.h
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2009-03-04 02:51:22 +0000
committerBruce M Simpson <bms@FreeBSD.org>2009-03-04 02:51:22 +0000
commitf0dcb7832667263622b91daeec7f1c539d5a5a19 (patch)
treede8d354ce665368c01e20a91affc2741fb4d08b9 /sys/netinet/ip_options.h
parent3c0f8ff528c2232ab76550a799cf33c864f81d24 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_options.h')
-rw-r--r--sys/netinet/ip_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h
index 0633fcee9d85..7ba5ae644b76 100644
--- a/sys/netinet/ip_options.h
+++ b/sys/netinet/ip_options.h
@@ -49,6 +49,7 @@ struct ipopt_tag {
extern int ip_doopts; /* process or ignore IP options */
+int ip_checkrouteralert(struct mbuf *);
int ip_dooptions(struct mbuf *, int);
struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
int ip_optcopy(struct ip *, struct ip *);