From b376c2299161706e6d307dbc5f27b7112fdf0ed4 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Mon, 22 May 2017 22:23:12 +0000 Subject: Move IPsec forward and local policy check functions to ipsec_input.c and give them better names. input and OK mikeb@ --- sys/netinet/ip_var.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/netinet/ip_var.h') 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); -- cgit v1.2.3