Deleted Added
full compact
in6.c (83366) in6.c (83934)
1/* $FreeBSD: head/sys/netinet6/in6.c 83366 2001-09-12 08:38:13Z julian $ */
1/* $FreeBSD: head/sys/netinet6/in6.c 83934 2001-09-25 18:40:52Z brooks $ */
2/* $KAME: in6.c,v 1.187 2001/05/24 07:43:59 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 123 unchanged lines hidden (view full) ---

133static int in6_lifaddr_ioctl __P((struct socket *, u_long, caddr_t,
134 struct ifnet *, struct thread *));
135static int in6_ifinit __P((struct ifnet *, struct in6_ifaddr *,
136 struct sockaddr_in6 *, int));
137static void in6_unlink_ifa __P((struct in6_ifaddr *, struct ifnet *));
138
139struct in6_multihead in6_multihead; /* XXX BSS initialization */
140
2/* $KAME: in6.c,v 1.187 2001/05/24 07:43:59 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 123 unchanged lines hidden (view full) ---

133static int in6_lifaddr_ioctl __P((struct socket *, u_long, caddr_t,
134 struct ifnet *, struct thread *));
135static int in6_ifinit __P((struct ifnet *, struct in6_ifaddr *,
136 struct sockaddr_in6 *, int));
137static void in6_unlink_ifa __P((struct in6_ifaddr *, struct ifnet *));
138
139struct in6_multihead in6_multihead; /* XXX BSS initialization */
140
141int (*faithprefix_p)(struct in6_addr *);
142
141/*
142 * Subroutine for in6_ifaddloop() and in6_ifremloop().
143 * This routine does actual work.
144 */
145static void
146in6_ifloop_request(int cmd, struct ifaddr *ifa)
147{
148 struct sockaddr_in6 all1_sa;

--- 2304 unchanged lines hidden ---
143/*
144 * Subroutine for in6_ifaddloop() and in6_ifremloop().
145 * This routine does actual work.
146 */
147static void
148in6_ifloop_request(int cmd, struct ifaddr *ifa)
149{
150 struct sockaddr_in6 all1_sa;

--- 2304 unchanged lines hidden ---