Deleted Added
full compact
in6_var.h (102052) in6_var.h (111888)
1/* $FreeBSD: head/sys/netinet6/in6_var.h 102052 2002-08-18 07:05:00Z sobomax $ */
1/* $FreeBSD: head/sys/netinet6/in6_var.h 111888 2003-03-04 23:19:55Z jlemon $ */
2/* $KAME: in6_var.h,v 1.56 2001/03/29 05:34:31 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

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

455do { \
456 if ((ifp) && (ifp)->if_index <= if_index \
457 && (ifp)->if_index < in6_ifstatmax \
458 && in6_ifstat && in6_ifstat[(ifp)->if_index]) { \
459 in6_ifstat[(ifp)->if_index]->tag++; \
460 } \
461} while (0)
462
2/* $KAME: in6_var.h,v 1.56 2001/03/29 05:34:31 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

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

455do { \
456 if ((ifp) && (ifp)->if_index <= if_index \
457 && (ifp)->if_index < in6_ifstatmax \
458 && in6_ifstat && in6_ifstat[(ifp)->if_index]) { \
459 in6_ifstat[(ifp)->if_index]->tag++; \
460 } \
461} while (0)
462
463extern struct ifqueue ip6intrq; /* IP6 packet input queue */
464extern struct in6_addr zeroin6_addr;
465extern u_char inet6ctlerrmap[];
466extern unsigned long in6_maxmtu;
467#ifdef MALLOC_DECLARE
468MALLOC_DECLARE(M_IPMADDR);
469#endif
470
471/*

--- 137 unchanged lines hidden ---
463extern struct in6_addr zeroin6_addr;
464extern u_char inet6ctlerrmap[];
465extern unsigned long in6_maxmtu;
466#ifdef MALLOC_DECLARE
467MALLOC_DECLARE(M_IPMADDR);
468#endif
469
470/*

--- 137 unchanged lines hidden ---