Deleted Added
full compact
ip6_var.h (148385) ip6_var.h (148921)
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 148385 2005-07-25 12:31:43Z ume $ */
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 148921 2005-08-10 09:13:35Z suz $ */
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

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

321extern int ip6_use_tempaddr; /* whether to use temporary addresses. */
322extern int ip6_prefer_tempaddr; /* whether to prefer temporary addresses
323 in the source address selection */
324
325extern int ip6_use_defzone; /* whether to use the default scope zone
326 when unspecified */
327
328extern struct pfil_head inet6_pfil_hook; /* packet filter hooks */
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

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

321extern int ip6_use_tempaddr; /* whether to use temporary addresses. */
322extern int ip6_prefer_tempaddr; /* whether to prefer temporary addresses
323 in the source address selection */
324
325extern int ip6_use_defzone; /* whether to use the default scope zone
326 when unspecified */
327
328extern struct pfil_head inet6_pfil_hook; /* packet filter hooks */
329#ifdef IPSTEALTH
330extern int ip6stealth;
331#endif
329
330extern struct pr_usrreqs rip6_usrreqs;
331struct sockopt;
332
333struct inpcb;
334
335int icmp6_ctloutput __P((struct socket *, struct sockopt *sopt));
336

--- 69 unchanged lines hidden ---
332
333extern struct pr_usrreqs rip6_usrreqs;
334struct sockopt;
335
336struct inpcb;
337
338int icmp6_ctloutput __P((struct socket *, struct sockopt *sopt));
339

--- 69 unchanged lines hidden ---