OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [net/] [dccp/] [ipv6.h] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 xianfeng
#ifndef _DCCP_IPV6_H
2
#define _DCCP_IPV6_H
3
/*
4
 *  net/dccp/ipv6.h
5
 *
6
 *  An implementation of the DCCP protocol
7
 *  Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8
 *
9
 *      This program is free software; you can redistribute it and/or modify it
10
 *      under the terms of the GNU General Public License version 2 as
11
 *      published by the Free Software Foundation.
12
 */
13
 
14
#include <linux/dccp.h>
15
#include <linux/ipv6.h>
16
 
17
struct dccp6_sock {
18
        struct dccp_sock  dccp;
19
        /*
20
         * ipv6_pinfo has to be the last member of dccp6_sock,
21
         * see inet6_sk_generic.
22
         */
23
        struct ipv6_pinfo inet6;
24
};
25
 
26
struct dccp6_request_sock {
27
        struct dccp_request_sock  dccp;
28
        struct inet6_request_sock inet6;
29
};
30
 
31
struct dccp6_timewait_sock {
32
        struct inet_timewait_sock   inet;
33
        struct inet6_timewait_sock  tw6;
34
};
35
 
36
#endif /* _DCCP_IPV6_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.