Subversion Repositories HelenOS

Rev

Rev 3846 | Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3846 Rev 3912
Line 25... Line 25...
25
     * @defgroup console Console Service
25
     * @defgroup console Console Service
26
     * @ingroup srvcs
26
     * @ingroup srvcs
27
     */
27
     */
28
 
28
 
29
    /**
29
    /**
30
     * @defgroup net Networking Service
30
     * @defgroup net Networking Subsystem
31
     * @ingroup srvcs
31
     * @ingroup srvcs
32
     */
32
     */
33
 
33
 
34
        /**
34
        /**
35
         * @defgroup arp Address Resolution Protocol (ARP) Service
35
         * @defgroup netif Network interface drivers
36
         * @ingroup net
36
         * @ingroup net
37
         */
37
         */
38
 
38
 
-
 
39
            /**
-
 
40
             * @defgroup lo Loopback Service
-
 
41
             * @ingroup netif
-
 
42
             */
-
 
43
 
-
 
44
        /**
-
 
45
         * @defgroup net_nil Network interface layer
-
 
46
         * @ingroup net
-
 
47
         */
-
 
48
 
-
 
49
            /**
-
 
50
             * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
-
 
51
             * @ingroup net_nil
-
 
52
             */
-
 
53
 
-
 
54
        /**
-
 
55
         * @defgroup net_il Inter-networking layer
-
 
56
         * @ingroup net
-
 
57
         */
-
 
58
 
-
 
59
            /**
-
 
60
             * @defgroup arp Address Resolution Protocol (ARP) Service
-
 
61
             * @ingroup net_il
-
 
62
             */
-
 
63
 
-
 
64
            /**
-
 
65
             * @defgroup ip Internet Protocol (IP) Service
-
 
66
             * @ingroup net_il
-
 
67
             */
-
 
68
 
-
 
69
        /**
-
 
70
         * @defgroup net_tl Transport layer
-
 
71
         * @ingroup net
-
 
72
         */
-
 
73
 
-
 
74
            /**
-
 
75
             * @defgroup tcp Transmission Control Protocol (TCP) Service
-
 
76
             * @ingroup net_tl
-
 
77
             */
-
 
78
 
39
        /**
79
        /**
40
         * @defgroup eth Ethernet network interface layer Service
80
         * @defgroup packet Packet management system
41
         * @ingroup net
81
         * @ingroup net
42
         */
82
         */
43
 
83
 
44
    /**
84
    /**
45
     * @cond amd64
85
     * @cond amd64