Deleted Added
full compact
0a1,3
> /* $FreeBSD: head/sys/netinet6/in6_pcb.h 62587 2000-07-04 16:35:15Z itojun $ */
> /* $KAME: in6_pcb.h,v 1.5 2000/07/03 06:19:53 itojun Exp $ */
>
29d31
< * $FreeBSD: head/sys/netinet6/in6_pcb.h 55205 1999-12-29 04:46:21Z peter $
103,104c105,106
< int in6_selecthlim __P((struct inpcb *, struct ifnet *));
<
---
> int in6_selecthlim __P((struct in6pcb *, struct ifnet *));
> int in6_pcbsetport __P((struct in6_addr *, struct inpcb *, struct proc *));
105a108,112
>
> int in6_embedscope __P((struct in6_addr *, const struct sockaddr_in6 *,
> struct inpcb *, struct ifnet **));
> int in6_recoverscope __P((struct sockaddr_in6 *, const struct in6_addr *,
> struct ifnet *));