diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2009-03-04 02:51:22 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2009-03-04 02:51:22 +0000 |
| commit | f0dcb7832667263622b91daeec7f1c539d5a5a19 (patch) | |
| tree | de8d354ce665368c01e20a91affc2741fb4d08b9 /sys/netinet/ip_options.h | |
| parent | 3c0f8ff528c2232ab76550a799cf33c864f81d24 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_options.h')
| -rw-r--r-- | sys/netinet/ip_options.h | 1 |
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 *); |
