Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3911 → Rev 3912

/branches/network/uspace/doc/doxygroups.h
27,20 → 27,60
*/
 
/**
* @defgroup net Networking Service
* @defgroup net Networking Subsystem
* @ingroup srvcs
*/
 
/**
* @defgroup arp Address Resolution Protocol (ARP) Service
* @defgroup netif Network interface drivers
* @ingroup net
*/
 
/**
* @defgroup lo Loopback Service
* @ingroup netif
*/
 
/**
* @defgroup eth Ethernet network interface layer Service
* @defgroup net_nil Network interface layer
* @ingroup net
*/
 
/**
* @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
* @ingroup net_nil
*/
 
/**
* @defgroup net_il Inter-networking layer
* @ingroup net
*/
 
/**
* @defgroup arp Address Resolution Protocol (ARP) Service
* @ingroup net_il
*/
 
/**
* @defgroup ip Internet Protocol (IP) Service
* @ingroup net_il
*/
 
/**
* @defgroup net_tl Transport layer
* @ingroup net
*/
 
/**
* @defgroup tcp Transmission Control Protocol (TCP) Service
* @ingroup net_tl
*/
 
/**
* @defgroup packet Packet management system
* @ingroup net
*/
 
/**
* @cond amd64
* @defgroup pci PCI Service