diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2003-11-14 21:48:57 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2003-11-14 21:48:57 +0000 |
| commit | 02c1c7070ef7e0cdee45ad20327400448a1f71f6 (patch) | |
| tree | 27563081cd19963af766c97746f7b1b600e28e70 /sys/netinet/ip_var.h | |
| parent | 9365176c2673604692be3b7d7a0b2081246df302 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
| -rw-r--r-- | sys/netinet/ip_var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 1b9d6c5aa583..964afd0ebfdf 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -162,7 +162,6 @@ int ip_ctloutput(struct socket *, struct sockopt *sopt); void ip_drain(void); int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu, u_long if_hwassist_flags, int sw_csum); -void ip_forward_cacheinval(void); void ip_freemoptions(struct ip_moptions *); void ip_init(void); extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, @@ -171,7 +170,7 @@ int ip_output(struct mbuf *, struct mbuf *, struct route *, int, struct ip_moptions *, struct inpcb *); struct in_ifaddr * - ip_rtaddr(struct in_addr, struct route *); + ip_rtaddr(struct in_addr); void ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *, struct mbuf *); void ip_slowtimo(void); |
