source: mainline/uspace/srv/net/doc/doxygroups.h

Last change on this file was 1bbc6dc, checked in by Jiri Svoboda <jiri@…>, 9 months ago

Network configuration persistence.

nconfsrv is folded into inetsrv
DHCP is disabled when a static address is configured on a link

  • Property mode set to 100644
File size: 850 bytes
Line 
1/** @addtogroup net Networking services
2 * @ingroup srvs
3 */
4
5/** @addtogroup udp udp
6 * @brief UDP service
7 * @ingroup net
8 */
9
10/** @addtogroup tcp tcp
11 * @brief TCP service
12 * @ingroup net
13 */
14
15/** @addtogroup slip slip
16 * @brief SLIP service
17 * @ingroup net
18 */
19
20/** @addtogroup slip slip
21 * @brief SLIP service
22 * @ingroup net
23 */
24
25/** @addtogroup loopip loopip
26 * @brief Loopback IP link provider
27 * @ingroup net
28 */
29
30/** @addtogroup inetsrv inetsrv
31 * @brief Internet Protocol service
32 * @ingroup net
33 */
34
35/** @addtogroup ethip ethip
36 * @brief IP over Ethernet service
37 * @ingroup net
38 */
39
40/** @addtogroup dhcp dhcp
41 * @brief DHCP service
42 * @ingroup net
43 */
44
45/** @addtogroup dnsrsrv dnsrsrv
46 * @brief DNS resolution service
47 * @ingroup net
48 */
Note: See TracBrowser for help on using the repository browser.