Deleted Added
full compact
ip6_var.h (111888) ip6_var.h (120386)
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 111888 2003-03-04 23:19:55Z jlemon $ */
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 120386 2003-09-23 17:54:04Z sam $ */
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

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

280
281extern int ip6_anonportmin; /* minimum ephemeral port */
282extern int ip6_anonportmax; /* maximum ephemeral port */
283extern int ip6_lowportmin; /* minimum reserved port */
284extern int ip6_lowportmax; /* maximum reserved port */
285
286extern int ip6_use_tempaddr; /* whether to use temporary addresses. */
287
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

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

280
281extern int ip6_anonportmin; /* minimum ephemeral port */
282extern int ip6_anonportmax; /* maximum ephemeral port */
283extern int ip6_lowportmin; /* minimum reserved port */
284extern int ip6_lowportmax; /* maximum reserved port */
285
286extern int ip6_use_tempaddr; /* whether to use temporary addresses. */
287
288#ifdef PFIL_HOOKS
289extern struct pfil_head inet6_pfil_hook;
290#endif
291
288extern struct pr_usrreqs rip6_usrreqs;
289struct sockopt;
290
291struct inpcb;
292
293int icmp6_ctloutput __P((struct socket *, struct sockopt *sopt));
294
295struct in6_ifaddr;

--- 58 unchanged lines hidden ---
292extern struct pr_usrreqs rip6_usrreqs;
293struct sockopt;
294
295struct inpcb;
296
297int icmp6_ctloutput __P((struct socket *, struct sockopt *sopt));
298
299struct in6_ifaddr;

--- 58 unchanged lines hidden ---