Deleted Added
full compact
icmp6.h (196039) icmp6.h (207369)
1/* $FreeBSD: head/sys/netinet/icmp6.h 196039 2009-08-02 19:43:32Z rwatson $ */
1/* $FreeBSD: head/sys/netinet/icmp6.h 207369 2010-04-29 11:52:42Z bz $ */
2/* $KAME: icmp6.h,v 1.46 2001/04/27 15:09: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

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

647#define RTF_PROBEMTU RTF_PROTO1
648
649#ifdef _KERNEL
650# ifdef __STDC__
651struct rtentry;
652struct rttimer;
653struct in6_multi;
654# endif
2/* $KAME: icmp6.h,v 1.46 2001/04/27 15:09: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

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

647#define RTF_PROBEMTU RTF_PROTO1
648
649#ifdef _KERNEL
650# ifdef __STDC__
651struct rtentry;
652struct rttimer;
653struct in6_multi;
654# endif
655void icmp6_init(void);
656void icmp6_paramerror(struct mbuf *, int);
657void icmp6_error(struct mbuf *, int, int, int);
658void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
659int icmp6_input(struct mbuf **, int *, int);
660void icmp6_fasttimo(void);
661void icmp6_slowtimo(void);
662void icmp6_reflect(struct mbuf *, size_t);
663void icmp6_prepare(struct mbuf *);

--- 79 unchanged lines hidden ---
655void icmp6_paramerror(struct mbuf *, int);
656void icmp6_error(struct mbuf *, int, int, int);
657void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
658int icmp6_input(struct mbuf **, int *, int);
659void icmp6_fasttimo(void);
660void icmp6_slowtimo(void);
661void icmp6_reflect(struct mbuf *, size_t);
662void icmp6_prepare(struct mbuf *);

--- 79 unchanged lines hidden ---