Deleted Added
sdiff udiff text old ( 111888 ) new ( 120386 )
full compact
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
288#ifdef PFIL_HOOKS
289extern struct pfil_head inet6_pfil_hook;
290#endif
291
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 ---