Deleted Added
full compact
ip6_var.h (105194) ip6_var.h (108470)
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 105194 2002-10-16 01:54:46Z sam $ */
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 108470 2002-12-30 21:18:15Z schweikh $ */
2/* $KAME: ip6_var.h,v 1.62 2001/05/03 14:51:48 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

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

201 * from the destination is chosen.
202 */
203 u_quad_t ip6s_sources_samescope[16];
204 /*
205 * number of times that an address that has a different scope
206 * from the destination is chosen.
207 */
208 u_quad_t ip6s_sources_otherscope[16];
2/* $KAME: ip6_var.h,v 1.62 2001/05/03 14:51:48 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

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

201 * from the destination is chosen.
202 */
203 u_quad_t ip6s_sources_samescope[16];
204 /*
205 * number of times that an address that has a different scope
206 * from the destination is chosen.
207 */
208 u_quad_t ip6s_sources_otherscope[16];
209 /* number of times that an deprecated address is chosen */
209 /* number of times that a deprecated address is chosen */
210 u_quad_t ip6s_sources_deprecated[16];
211
212 u_quad_t ip6s_forward_cachehit;
213 u_quad_t ip6s_forward_cachemiss;
214};
215
216#ifdef _KERNEL
217/*

--- 137 unchanged lines hidden ---
210 u_quad_t ip6s_sources_deprecated[16];
211
212 u_quad_t ip6s_forward_cachehit;
213 u_quad_t ip6s_forward_cachemiss;
214};
215
216#ifdef _KERNEL
217/*

--- 137 unchanged lines hidden ---