Rev 4153 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4153 | Rev 4699 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | /** |
59 | /** |
60 | * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service |
60 | * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service |
61 | * @ingroup net_nil |
61 | * @ingroup net_nil |
62 | */ |
62 | */ |
63 | 63 | ||
- | 64 | /** |
|
- | 65 | * @defgroup nildummy Dummy network interface layer Service |
|
- | 66 | * @ingroup net_nil |
|
- | 67 | */ |
|
- | 68 | ||
64 | /** |
69 | /** |
65 | * @defgroup net_il Inter-networking layer |
70 | * @defgroup net_il Inter-networking layer |
66 | * @ingroup net |
71 | * @ingroup net |
67 | */ |
72 | */ |
68 | 73 | ||
Line 80... | Line 85... | ||
80 | * @defgroup net_tl Transport layer |
85 | * @defgroup net_tl Transport layer |
81 | * @ingroup net |
86 | * @ingroup net |
82 | */ |
87 | */ |
83 | 88 | ||
84 | /** |
89 | /** |
- | 90 | * @defgroup udp User Datagram Protocol (UDP) Service |
|
- | 91 | * @ingroup net_tl |
|
- | 92 | */ |
|
- | 93 | ||
- | 94 | /** |
|
85 | * @defgroup tcp Transmission Control Protocol (TCP) Service |
95 | * @defgroup tcp Transmission Control Protocol (TCP) Service |
86 | * @ingroup net_tl |
96 | * @ingroup net_tl |
87 | */ |
97 | */ |
88 | 98 | ||
89 | /** |
99 | /** |
90 | * @defgroup packet Packet management system |
100 | * @defgroup packet Packet management system |
91 | * @ingroup net |
101 | * @ingroup net |
92 | */ |
102 | */ |
93 | 103 | ||
- | 104 | /** |
|
- | 105 | * @defgroup net_app Applications |
|
- | 106 | * @ingroup net |
|
- | 107 | */ |
|
- | 108 | ||
- | 109 | /** |
|
- | 110 | * @defgroup echo Echo Service |
|
- | 111 | * @ingroup net_app |
|
- | 112 | */ |
|
- | 113 | ||
- | 114 | /** |
|
- | 115 | * @defgroup net_lib Application library |
|
- | 116 | * @ingroup net |
|
- | 117 | */ |
|
- | 118 | ||
- | 119 | /** |
|
- | 120 | * @defgroup socket Sockets |
|
- | 121 | * @ingroup net_lib |
|
- | 122 | */ |
|
- | 123 | ||
- | 124 | /** |
|
- | 125 | * @defgroup netdb Netdb |
|
- | 126 | * @ingroup net_lib |
|
- | 127 | */ |
|
- | 128 | ||
94 | /** |
129 | /** |
95 | * @cond amd64 |
130 | * @cond amd64 |
96 | * @defgroup pci PCI Service |
131 | * @defgroup pci PCI Service |
97 | * @ingroup srvcs |
132 | * @ingroup srvcs |
98 | * @endcond |
133 | * @endcond |