Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netinet/ip_var.h 54175 1999-12-06 00:43:07Z archie $
---
> * $FreeBSD: head/sys/netinet/ip_var.h 55009 1999-12-22 19:13:38Z shin $
133a134,136
> #define IP_SOCKINMRCVIF 0x100 /* IPSEC hack;
> * socket pointer in sending
> * packet's m_pkthdr.rcvif */
169c172
< void rip_input __P((struct mbuf *, int));
---
> void rip_input __P((struct mbuf *, int, int));
171,172c174,175
< void ipip_input __P((struct mbuf *, int));
< void rsvp_input __P((struct mbuf *, int));
---
> void ipip_input __P((struct mbuf *, int, int));
> void rsvp_input __P((struct mbuf *, int, int));
181c184
< void div_input __P((struct mbuf *, int));
---
> void div_input __P((struct mbuf *, int, int));