diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-05-22 22:23:12 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-05-22 22:23:12 +0000 |
commit | b376c2299161706e6d307dbc5f27b7112fdf0ed4 (patch) | |
tree | f3a2a7441124ad8340fb6627011cf2fd75dd7fbb /sys/netinet/ip_var.h | |
parent | a8acecaa47b45308f1a5eb46637f58e6fcf6562f (diff) |
Move IPsec forward and local policy check functions to ipsec_input.c
and give them better names.
input and OK mikeb@
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r-- | sys/netinet/ip_var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 0bd1152bcde..9653c1de27b 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_var.h,v 1.74 2017/05/22 20:04:12 bluhm Exp $ */ +/* $OpenBSD: ip_var.h,v 1.75 2017/05/22 22:23:11 bluhm Exp $ */ /* $NetBSD: ip_var.h,v 1.16 1996/02/13 23:43:20 christos Exp $ */ /* @@ -251,8 +251,6 @@ void ipintr(void); void ipv4_input(struct mbuf *); void ip_local(struct mbuf *, int, int); void ip_forward(struct mbuf *, struct ifnet *, struct rtentry *, int); -int ip_input_ipsec_fwd_check(struct mbuf *, int, int); -int ip_input_ipsec_ours_check(struct mbuf *, int, int, int); int rip_ctloutput(int, struct socket *, int, int, struct mbuf *); void rip_init(void); int rip_input(struct mbuf **, int *, int, int); |