]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/tcpip/v2_0/include/netinet6/debug_inet6.h
Initial revision
[karo-tx-redboot.git] / packages / net / tcpip / v2_0 / include / netinet6 / debug_inet6.h
1 //==========================================================================
2 //
3 //      include/netinet6_debug_inet6.h
4 //
5 //      
6 //
7 //==========================================================================
8 //####BSDCOPYRIGHTBEGIN####
9 //
10 // -------------------------------------------
11 //
12 // Portions of this software may have been derived from OpenBSD or other sources,
13 // and are covered by the appropriate copyright disclaimers included herein.
14 //
15 // -------------------------------------------
16 //
17 //####BSDCOPYRIGHTEND####
18 //==========================================================================
19 //#####DESCRIPTIONBEGIN####
20 //
21 // Author(s):    gthomas
22 // Contributors: gthomas
23 // Date:         2000-01-10
24 // Purpose:      
25 // Description:  
26 //              
27 //
28 //####DESCRIPTIONEND####
29 //
30 //==========================================================================
31
32
33 /*
34 %%% copyright-nrl-95
35 This software is Copyright 1995-1998 by Randall Atkinson, Ronald Lee,
36 Daniel McDonald, Bao Phan, and Chris Winters. All Rights Reserved. All
37 rights under this copyright have been assigned to the US Naval Research
38 Laboratory (NRL). The NRL Copyright Notice and License Agreement Version
39 1.1 (January 17, 1995) applies to this software.
40 You should have received a copy of the license with this software. If you
41 didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>.
42
43 */
44
45 #ifndef _NETINET6_DEBUG_INET6_H
46 #define _NETINET6_DEBUG_INET6_H 1
47
48 struct in6_addr;   
49 void dump_in6_addr(struct in6_addr *);
50 struct sockaddr_in6;
51 void dump_sockaddr_in6(struct sockaddr_in6 *);
52 struct ipv6;
53 void dump_ipv6(struct ipv6 *ipv6);
54 struct ipv6_icmp;
55 void dump_ipv6_icmp(struct ipv6_icmp *icp);
56 struct discq;
57 void dump_discq(struct discq *dq);
58 #endif /* _NETINET6_DEBUG_INET6_H */